Hi, On Thu, Dec 04, 2014, Michael Cronenworth wrote: > Hello, > > I am attempting to build wine-gecko 2.34 for Fedora, but I'm having an issue > with winpthreads that doesn't make sense on first glance. > > gcc - 4.9.2 > crt, headers, winpthreads - latest git checkout (2014-12-03) > > Build log: > https://kojipkgs.fedoraproject.org//work/tasks/1017/8291017/build.log > > Search for "pthread_t" to find errors similar to: > > /usr/i686-w64-mingw32/sys-root/mingw/include/c++/i686-w64-mingw32/bits/gthr-default.h:47:9: > error: 'pthread_t' does not name a type > typedef pthread_t __gthread_t;
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? 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 ]). -- Adrien Nader ------------------------------------------------------------------------------ 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
