PDA

View Full Version : compiler errors on Eclipse ??



frankieyam1
2nd February 2011, 21:33
mingw32-make debug
mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Documents and Settings/Administrator/workspaceqt/Hello1'
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\Hello1.exe debug/main.o debug/hello1.o debug/moc_hello1.o -L"c:\Qt\4.3.3\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\ mingw32\bin\ld.exe: ?⊥??曉 -lqtmaind
mingw32-make[1]: Leaving directory `C:/Documents and Settings/Administrator/workspaceqt/Hello1'
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\Hello1.exe] Error 1
mingw32-make: *** [debug] Error 2

how to dubug my code ??

frankieyam1

Lykurg
2nd February 2011, 21:51
What value has the TARGET variable in the pro file? (Try to use an ascii name)

Zlatomir
2nd February 2011, 21:52
First you can start by posting the compiler's error message.

And don't just create topics one after the other with the same questions (they will be deleted anyway)