小弟一菜鸟,刚学QT,也没有Linux, 所以就在WindowsXP上装了一个最新的4.3.0版本的,但是发现安装集合贴里面并没有4.3.0,现在遇到问题,请诸位帮忙看看,谢谢了先
我的安装步骤如下:
1. 安装devcpp-4.9.9.2到目录D:\soft\Dev-cpp\
2.安装qt-win-opensource-4.3.0-mingw.exe,其间选中MinGW目录在D:\soft\Dev-cpp\
3.手动添加环境变量:加到Dev-cpp和QT下面的Include,LIb和bin到环境变量中的Include,Lib,和PATH下
4.从开始菜单里面选择QT 4.3.0 command promt,进入examples\tutorial\t1想尝试编译一下,但是出现如下错误:
D:\Soft\Qt\4.3.0\examples\tutorial\t1>qmake t1.pro
D:\Soft\Qt\4.3.0\examples\tutorial\t1>make
mingw32-make -f Makefile.Release
Makefile.Release:116: *** multiple target patterns. Stop.
mingw32-make[1]: Entering directory `D:/Soft/Qt/4.3.0/examples/tutorial/t1'
mingw32-make[1]: Leaving directory `D:/Soft/Qt/4.3.0/examples/tutorial/t1'
mingw32-make: *** [release] Error 2
查了半天也没有查到是什么错误,请大家帮忙看看,写写了先,急呀
[ 此贴被XChinux在2007-08-12 22:53重新编辑 ]