I'm going crazy :-(
I've gone to command line and entered the make command directly:
Code:
K:\progs\nqtsdk\Examples\4.6\animation\animatedtiles>K:/progs/nqtsdk/mingw/bin/m
ingw32-make -f Makefile.Debug
K:\progs\nqtsdk\Simulator\Qt\mingw\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\.
.\..\..\Simulator\Qt\mingw\include\QtCore" -I"..\..\..\..\Simulator\Qt\mingw\inc
lude\QtGui" -I"..\..\..\..\Simulator\Qt\mingw\include" -I"..\..\..\..\Simulator\
Qt\mingw\include\ActiveQt" -I"debug" -I"..\..\..\..\Simulator\Qt\mingw\mkspecs\w
in32-g++" -D__GNUC__ -DWIN32 main.cpp -o debug\main.moc
K:/progs/nqtsdk/mingw/bin/mingw32-make: Interrupt/Exception caught (code = 0xc00
00005, addr = 0x41f96e)
Gives the error.
When I call moc.exe directly with:
Code:
K:\progs\nqtsdk\Examples\4.6\animation\animatedtiles>K:\progs\nqtsdk\Simulator\Q
t\mingw\bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT-DQT_DLL -DQT_GUI_LIB -DQT_C
ORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\..\Simulator\Qt\mingw\i
nclude\QtCore" -I"..\..\..\..\Simulator\Qt\mingw\include\QtGui" -I"..\..\..\..\S
imulator\Qt\mingw\include" -I"..\..\..\..\Simulator\Qt\mingw\include\ActiveQt" -
I"debug" -I"..\..\..\..\Simulator\Qt\mingw\mkspecs\win32-g++" -D__GNUC__ -DWIN32
main.cpp -o debug\main.moc
It works with no error! Arrggghhhhh...