On 12/04/2014 01:46 AM, Adrien Nader wrote:
> I have the following in gthr-default.h:
>    #define __GTHREADS 1
>    #define __GTHREADS_CXX0X 1
>
>    #include <pthread.h>
>
> Can you check you have it too?

Yes, it does.

> Also, typically, these issues are best debugged with the output of
> 'gcc -E'/'g++ -E' for the failing command (just copy the command, add
> -E, change the file that follows -o and store it somewhere [ it is
> probably too big for a mailing-list attachment ]).

Thanks. That was the piece I forgot to look at. Instead of using the system 
pthread.h it was pulling in 
"wine-mozilla-2.34/media/libstagefright/ports/win32/include/pthread.h", which 
is 
empty(contains a single comment saying intentionally empty). Removing the empty 
file allows compilation to continue.

Now I'm encountering a bug with mingw-headers:
http://fpaste.org/156673/14177133/


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to