Mingw 4.4.0 problem
Posted: Wed Nov 18, 2009 7:56 pm
Hi,
I just tried the new 2.0 version with mingw 4.4.0 and wxwidgets 2.8.10.
My CodeLite 1.0 project that used to compile well with the previous mingw 3.4.5 version now throws errors.
Something with wide characters and wxwidgets?
Thanks
I just tried the new 2.0 version with mingw 4.4.0 and wxwidgets 2.8.10.
My CodeLite 1.0 project that used to compile well with the previous mingw 3.4.5 version now throws errors.
- c:\mingw-4.4.0\bin\../lib/gcc/mingw32/4.4.0/../../../../include/wchar.h:495: error: expected constructor, destructor, or type conversion before '_wexecl'
c:\mingw-4.4.0\bin\../lib/gcc/mingw32/4.4.0/../../../../include/wchar.h:496: error: expected constructor, destructor, or type conversion before '_wexecle'
c:\mingw-4.4.0\bin\../lib/gcc/mingw32/4.4.0/../../../../include/wchar.h:497: error: expected constructor, destructor, or type conversion before '_wexeclp'
c:\mingw-4.4.0\bin\../lib/gcc/mingw32/4.4.0/../../../../include/wchar.h:498: error: expected constructor, destructor, or type conversion before '_wexeclpe'
c:\mingw-4.4.0\bin\../lib/gcc/mingw32/4.4.0/../../../../include/wchar.h:499: error: expected constructor, destructor, or type conversion before '_wexecv'
Something with wide characters and wxwidgets?
Thanks