PDA

View Full Version : Please help, can not compile



raphaelf
16th June 2008, 08:07
Hello,

i get following error message..

I have designed a MainWindow with the designer and run following:
qmake -project
qmake
make
Errror:


d:\apps\Qt\4.4.0\lib/libqtmain.a(qtmain_win.o)(.text+0x26):qtmain_win.c pp: undef
ined reference to `__gxx_personality_sj0'
d:\apps\Qt\4.4.0\lib/libqtmain.a(qtmain_win.o)(.text+0x156):qtmain_win. cpp: unde
fined reference to `qMain(int, char**)'
collect2: ld returned 1 exit status
mingw32-make[1]: *** [release\SV.exe] Error 1
mingw32-make[1]: Leaving directory `W:/1Data/Public/Temp/SV'
mingw32-make: *** [release] Error 2

jpn
16th June 2008, 16:45
Did you implement main() somewhere in your application?