[Mono-dev] r91443 broke Windows build

Kornél Pál kornelpal at gmail.com
Wed Dec 19 15:13:05 EST 2007


Thank.

As far as I know Windows signals a thread only when it is terminated. So the 
code should be implemented on Windows by terminating the thread if that is 
possible.

Kornél

----- Original Message ----- 
From: "Mark Probst" <mark.probst at gmail.com>
To: "Kornél Pál" <kornelpal at gmail.com>
Cc: <mono-devel-list at lists.ximian.com>
Sent: Tuesday, December 18, 2007 3:27 PM
Subject: Re: [Mono-dev] r91443 broke Windows build


Hey Kornél!

> r91443 broke Windows build:
> /mono/mono/mono/metadata/threads.c:2526: undefined reference to
> `__wapi_thread_signal_self'
> /mono/mono/mono/metadata/threads.c:2543: undefined reference to
> `__wapi_thread_signal_self'
>
> http://lists.ximian.com/pipermail/mono-patches/2007-December/106312.html
>
> I don't know whether this code is required on Windows but
> __wapi_thread_signal_self shoul not be used on Windows as it is an 
> io-layer
> helper function.

I've disabled this in SVN for Win32 for the time to fix the build.

Mark 




More information about the Mono-devel-list mailing list