刚才安装了VS2005,并且下载了源代码包,按照网上的提示,进行编译,过程一直没有什么错误,但是在最后编译完成以后出错了:execute: File or path is not found (D:\Tools\C++_Libaray\Qt\4.7.1\bin\qmake)
Qmake failed, return code -1。
重新编译以后结果依然,使用nmake命令,则出现这种提示:D:\Tools\C++_Libaray\Qt\4.7.1>nmake
Microsoft (R) 程序维护实用工具 8.00.50727.42 版
版权所有 (C) Microsoft Corporation。保留所有权利。
NMAKE : fatal error U1064: 未找到 MAKEFILE 并且未指定目标
Stop.
请问这种情况是怎么回事?
下面是使用configure -no-stl -no-dsp -vcproj命令二次编译qmake的时候出的一些提示信息:
QMAKESPEC...................win32-msvc2005 (env)
Architecture................windows
Maketool....................nmake
Debug symbols...............yes
Link Time Code Generation...no
Accessibility support.......yes
STL support.................no
Exception support...........yes
RTTI support................yes
MMX support.................yes
3DNOW support...............yes
SSE support.................yes
SSE2 support................yes
IWMMXT support..............no
OpenGL support..............yes
OpenVG support..............no
OpenSSL support.............no
QtDBus support..............no
QtXmlPatterns support.......yes
Phonon support..............no
QtMultimedia support........yes
WebKit support..............yes
Declarative support.........yes
Declarative debugging.......yes
QtScript support............yes
QtScriptTools support.......yes
Graphics System.............raster
Qt3 compatibility...........yes
Third Party Libraries:
ZLIB support............qt
GIF support.............plugin
TIFF support............plugin
JPEG support............plugin
PNG support.............yes
MNG support.............plugin
FreeType support........no
Styles:
Windows.................yes
Windows XP..............yes
Windows Vista...........yes
Plastique...............yes
Cleanlooks..............yes
Motif...................yes
CDE.....................yes
Windows CE..............no
Windows Mobile..........no
S60.....................no
Sql Drivers:
ODBC....................no
MySQL...................no
OCI.....................no
PostgreSQL..............no
TDS.....................no
DB2.....................no
SQLite..................plugin (qt)
SQLite2.................no
InterBase...............no
Sources are in..............D:\Tools\C++_Libaray\Qt\4.7.1
Build is done in............D:\Tools\C++_Libaray\Qt\4.7.1
Install prefix..............D:\Tools\C++_Libaray\Qt\4.7.1
Headers installed to........D:\Tools\C++_Libaray\Qt\4.7.1\include
Libraries installed to......D:\Tools\C++_Libaray\Qt\4.7.1\lib
Plugins installed to........D:\Tools\C++_Libaray\Qt\4.7.1\plugins
Imports installed to........D:\Tools\C++_Libaray\Qt\4.7.1\imports
Binaries installed to.......D:\Tools\C++_Libaray\Qt\4.7.1\bin
Docs installed to...........D:\Tools\C++_Libaray\Qt\4.7.1\doc
Data installed to...........D:\Tools\C++_Libaray\Qt\4.7.1
Translations installed to...D:\Tools\C++_Libaray\Qt\4.7.1\translations
Examples installed to.......D:\Tools\C++_Libaray\Qt\4.7.1\examples
Demos installed to..........D:\Tools\C++_Libaray\Qt\4.7.1\demos