首页| 论坛| 消息

标题:make出错,找不到QtGuid4库
作者:realamd
日期:2006-04-14 09:57
内容:

make -f Makefile.Debug
make[1]: Entering directory `C:/Qt/mypro'
g++ -c -g -g -frtti -fexceptions -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"C:/Qt/4.1.2/
include/QtCore" -I"C:/Qt/4.1.2/include/QtGui" -I"C:/Qt/4.1.2/include" -I"." -I"C
:/Qt/4.1.2/include/ActiveQt" -I"debug" -I"." -I"C:/Qt/4.1.2/mkspecs/win32-g++" -
o debug\main.o main.cpp
main.cpp:10:4: warning: no newline at end of file
g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runt
ime-pseudo-reloc -Wl,-subsystem,windows -o "debug\mypro.exe" debug\main.o-L"C:
\Qt\4.1.2\lib" -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4
c:\Dev-Cpp\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\mingw32\bin\ld.exe: cannot f
ind -lQtGuid4
collect2: ld returned 1 exit status
make[1]: *** Error 1
make[1]: Leaving directory `C:/Qt/mypro'
make: *** Error 2

好象是提示找不到QtGuid4库?
这是什么问题呢?


#1 [XChinux 04-14 10:11]
先Build Debug Library才能生成debug版的。否则只能生成release版的。
#2 [jjbear 04-14 19:43]
跟我犯同样的错误

回复 发表
主题 版块