我
安装完QT Creator之后,新建一个
QT4 Gui Application程序,然后
编译运行时老是报如图所示的
错误。。。。。。。
新手百度,不过貌似很多都和这个不相关的。
`
window.open('http://www.qtcn.org/bbs/attachment/Mon_1409/17_155729_628f0a2a21e1c15.jpg?132');" style="max-width:700px;max-height:700px;" onload="if(is_ie6&&this.offsetWidth>700)this.width=700;" >
这是我的具体描述错误:Running build steps for project Hellow...
Configuration unchanged, skipping QMake step.Starting: D:/Qt/2009.04/mingw/bin/mingw32-make.exe -w mingw32-make: Entering directory `C:/MinGW/Hellow'
D:/Qt/2009.04/mingw/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/MinGW/Hellow'
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\Hellow.exe debug/main.o debug/hellowdialog.o debug/moc_hellowdialog.o -L"d:\Qt\2009.04\qt\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
mingw32-make[1]: Leaving directory `C:/MinGW/Hellow'
mingw32-make: Leaving directory `C:/MinGW/Hellow'
debug/main.o: In function `Z5qMainiPPc':C:/MinGW/Hellow/main.cpp:5: undefined reference to `__gxx_personality_sj0'debug/hellowdialog.o: In function `ZN12HellowDialogC2EP7QWidget':C:/MinGW/Hellow/hellowdialog.cpp:5: undefined reference to `__gxx_personality_sj0'debug/hellowdialog.o: In function `ZN12HellowDialogC1EP7QWidget':C:/MinGW/Hellow/hellowdialog.cpp:5: undefined reference to `__gxx_personality_sj0'debug/hellowdialog.o: In function `ZThn8_N12HellowDialogD0Ev':C:/MinGW/Hellow/hellowdialog.cpp:(.text$_ZN15Ui_HellowDialog7setupUiEP7QDialog[Ui_HellowDialog::setupUi(QDialog*)]+0xc): undefined reference to `__gxx_personality_sj0'C:/MinGW/Hellow/hellowdialog.cpp:(.text$_ZN15Ui_HellowDialog13retranslateUiEP7QDialog[Ui_HellowDialog::retranslateUi(QDialog*)]+0xc): undefined reference to `__gxx_personality_sj0'd:\Qt\2009.04\qt\lib/libqtmaind.a(qtmain_win.o):C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.5.0/qt/src/winmain/qtmain_win.cpp:92: more undefined references to `__gxx_personality_sj0' followcollect2: ld returned 1 exit statusmingw32-make[1]: *** [debug\Hellow.exe] Error 1mingw32-make: *** [debug] Error 2Exited with code 2.Error while building project HellowWhen executing build step 'Make'