P
vieleicht ist das folgende etwas hilfreicher.
also die fehler entstehen nicht im conigure-teil, sonder wenn ich mingw32-make aufrufe.
dann rattert er eine riesen liste von errors in .h und .tcc dateien herunter und am ende davon steht das folgende:
qtmain_win.cpp: At global scope:
qtmain_win.cpp:55: error: type/value mismatch at argument 1 in template parameter list for template<int <anonymous> > class QVector' qtmain_win.cpp:55: error: expected a constant of type \int', got `char*'
qtmain_win.cpp:55: error: ISO C++ forbids declaration of parameter' with no type qtmain_win.cpp: In functionint WinMain(void*, void*, CHAR*, int)':
qtmain_win.cpp:91: error: type/value mismatch at argument 1 in template parameter list for template<int <anonymous> > class QVector' qtmain_win.cpp:91: error: expected a constant of type \int', got `char*'
qtmain_win.cpp:91: error: invalid type in declaration before '(' token
qtmain_win.cpp:118: error: data' has not been declared qtmain_win.cpp:118: error: request for member of non-aggregate type before '(' token c:/programme/dev-cpp/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/basic\_string.h: In destructorstd::basic_string<_CharT, _Traits, _Alloc>::~basic_string() [with int <anonymous> =
wchar_t, int <anonymous> = std::char_traits<wchar_t>, int <anonymous> = std::allocator<wchar_t>]':
../../include/QtCore/../../src/corelib/tools/qstring.h:974: instantiated from here
c:/programme/dev-cpp/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/basic_string.h:414: error: \_M_rep' undeclared (first use this function) c:/programme/dev-cpp/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/basic\_string.h:414: error: 'struct std::basic\_string<wchar\_t, std::char\_traits<wchar\_t>, std::allocator<wchar\_t> >' has no member named 'get_allocator' c:/programme/dev-cpp/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/basic\_string.h: In member functionint std::basic_string<_CharT, _Traits, _Alloc>::begin() [with int <anonymous> =
wchar_t, int <anonymous> = std::char_traits<wchar_t>, int <anonymous> = std::allocator<wchar_t>]':
../../include/QtCore/../../src/corelib/tools/qstring.h:983: instantiated from here
c:/programme/dev-cpp/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/basic_string.h:461: error: \_M_data' undeclared (first use this function) c:/programme/dev-cpp/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/basic\_string.h: In member functionvoid std::basic_string<_CharT, _Traits, _Alloc>::_M_leak() [with int <anonymous
> = wchar_t, int <anonymous> = std::char_traits<wchar_t>, int <anonymous> = std::allocator<wchar_t>]':
c:/programme/dev-cpp/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/basic_string.h:460: instantiated from int std::basic\_string<\_CharT, \_Traits, _Alloc>::begin() [with int <anonymo us> = wchar\_t, int <anonymous> = std::char\_traits<wchar\_t>, int <anonymous> = std::allocator<wchar\_t>]' ../../include/QtCore/../../src/corelib/tools/qstring.h:983: instantiated from here c:/programme/dev-cpp/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/basic\_string.h:278: error:_M_rep' undeclared (first use this function)
c:/programme/dev-cpp/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/basic_string.h: At global scope:
c:/programme/dev-cpp/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/basic_string.h:343: warning: inline function std::basic\_string<\_CharT, \_Traits, \_Alloc>::basic\_string() [with int <anonymous> = wchar\_t, int <anonymous> = std::char\_traits<wchar\_t>, int <anonymous> = std::allocator<wchar\_t>]' used but never defined mingw32-make[2]: *** [tmp/obj/debug\_shared/qtmain\_win.o] Error 1 mingw32-make[2]: Leaving directoryC:/Programme/Qt/src/winmain'
mingw32-make[1]: *** [debug-all] Error 2
mingw32-make[1]: Leaving directory `C:/Programme/Qt/src/winmain'
mingw32-make: *** [sub-winmain-make_default-ordered] Error 2