> Looks like jon_y fixed it a few revisions later in r3440. You can fix it
> by changing the #ifdef on that line to an #if.

Thanks, that did it.

Next problem:

In file included from
F:\Development\Source\Qt/src/corelib/tools/qlocale.cpp:73:0:
f:\development\mingw64\bin\../lib/gcc/x86_64-w64-mingw32/4.5.1/../../../../x86_64-w64-mingw32/include/float.h:17:24:
error: no include path in which to search for float.h

GCC's float.h is not present in GCC's lib/gcc/....../include
directory. Maybe a mixup of the workaround removal of gcc's float.h
and the new include_next fix or something? There is an upcoming
definitive fix for the stddef, stdarg and float headers in GCC 4.6,
and the newest float.h from mingw-w64 contains some code to accomodate
that I think.

I can't just comment the include_next out... there are undefined
macros then. For now I used the float.h from the previous TDM64
release to work around the problem (together with _mingw_float.h).
This allowed qmake/configure to finish, will build all of Qt in the
near future to see if any more problems pop up.

Ruben

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to