On 07/09/2013, at 3:25 AM, NightStrike <[email protected]> wrote:
> On Fri, Sep 6, 2013 at 11:25 AM, Erik van Pienbroek
>>
>> Before I kick off another test mass rebuild I would like to know whether
>> there are still any winpthreads changes pending. Previous test mass
>> rebuilds have shown that there are some areas where winpthreads isn't
>> following the POSIX pthread specification and causes build failures. Do
>> you still plan on fixing these in winpthreads or do you expect
>> downstream software developers to adapt to the way winpthreads is
>> implemented?
>
> I'm at least trying to get the winpthreads build fixes in that you asked for
On r6232, I'm seeing these build errors in winpthreads itself:
src/cond.c: In function '__pthread_clock_nanosleep':
src/cond.c:158:19: error: 'CLOCK_REALTIME' undeclared (first use in this
function)
if (clock_id != CLOCK_REALTIME
^
src/cond.c:158:19: note: each undeclared identifier is reported only once for
each function it appears in
src/cond.c:159:22: error: 'CLOCK_MONOTONIC' undeclared (first use in this
function)
&& clock_id != CLOCK_MONOTONIC
^
src/cond.c:160:22: error: 'CLOCK_PROCESS_CPUTIME_ID' undeclared (first use in
this function)
&& clock_id != CLOCK_PROCESS_CPUTIME_ID)
^
src/cond.c:162:16: error: 'TIMER_ABSTIME' undeclared (first use in this
function)
if ((flags & TIMER_ABSTIME) != 0)
^
make[3]: *** [src/libwinpthread_la-cond.lo] Error 1
make[2]: *** [install-recursive] Error 1
full log here:
https://gist.github.com/tonytheodore/6481440
Cheers,
Tony
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public