21 Dec
2004
21 Dec
'04
9:20 a.m.
Removing successivly the compiler switches I finally coud build my code snippet by Removing the /Gm option. Jom
Von: Meißner, Joachim Gesendet: Dienstag, 21. Dezember 2004 09:01
I'm using this compiler call (generated by QT's qmake):
cl.exe /Od /I "\boost-1.32.0" /I "\Qt\include" /I "." /I "\Qt\mkspecs\win32-msvc.net" /D "_WINDOWS" /D "UNICODE" /D "WIN32" /D "BOOST_SIGNALS_NAMESPACE=signalslib" /D "QT_THREAD_SUPPORT" /Gm /EHsc /MTd /GR /Fo".\\" /Fd".\\" /W3 /nologo /c /Zi /TP -Zm200 -GX -GX -w34100 -w34189 test_wrap.cpp
Resulting in this error:
..\boost-1.32.0\boost\mpl\aux_\preprocessed\plain\apply_wrap.h pp(48) : fatal error C1001: INTERNAL C OMPILER ERROR
Compiler is: Microsoft Development Environment Version 7.1.3088
Jom