compiler errors on Eclipse ??
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
Re: compiler errors on Eclipse ??
What value has the TARGET variable in the pro file? (Try to use an ascii name)
Re: compiler errors on Eclipse ??
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)