On 8/24/2013 05:40, niXman wrote: > Hi guys! > > Right now I am building gcc-trunk(with mingw-w64 rev. 6132). As host > compiler I used MinGW based on gcc-4.8.1 with mingw-w64 rev. 6132, > too. > > I get the following error: > libtool: compile: i686-w64-mingw32-gcc -DHAVE_CONFIG_H -I. > -I../../src/winpthreads -I../../src/winpthreads/include > -DIN_WINPTHREAD -DWINPTHREAD_DBG=1 -Wall -DWIN32_LEAN_AND_MEAN -O2 > -pipe -I/c/mingw490/x64-trunk-posix-sjlj/libs/include > -I/c/mingw490/mingw-prereq/x64-zlib/include > -I/c/mingw490/mingw-prereq/x86_64-w64-mingw32-static/include -MT > src/libwinpthread_la-mutex.lo -MD -MP -MF > src/.deps/libwinpthread_la-mutex.Tpo -c > ../../src/winpthreads/src/mutex.c -DDLL_EXPORT -DPIC -o > src/.libs/libwinpthread_la-mutex.o > In file included from ../../src/winpthreads/src/mutex.c:24:0: > d:\msys64\home\nixman\mingw-builds\toolchains\mingw32\i686-w64-mingw32\include\winternl.h:913:27: > error: conflicting types for 'THREAD_INFORMATION_CLASS' > typedef THREADINFOCLASS THREAD_INFORMATION_CLASS, > *PTHREAD_INFORMATION_CLASS; > ^ > In file included from > d:\msys64\home\nixman\mingw-builds\toolchains\mingw32\i686-w64-mingw32\include\windows.h:70:0, > from ../../src/winpthreads/src/mutex.c:23: > d:\msys64\home\nixman\mingw-builds\toolchains\mingw32\i686-w64-mingw32\include\winbase.h:1164:5: > note: previous declaration of 'THREAD_INFORMATION_CLASS' was here > } THREAD_INFORMATION_CLASS; > ^ > Makefile:731: recipe for target 'src/libwinpthread_la-mutex.lo' failed >
Looks like a conflict, the definitions need to be merged. Kai OK to merge them?
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
