在WindowsXP+VC6.0环境下,安装Qt3.3.5,提示以下错误,我自己搞了半天,网上也搜了些方法,好像都不太合适,向大家求助!
Execute configure...
...
Creating qmake...
cl /c /Foproject.obj /W3 /nologo /I. /Igenerators /Igenerators\unix /Igenerators\win32 /Igenerators\mac /I..\include /I..\src\tools /I..\mkspecs\win32-msvc /DQT_NO_TEXTCODEC /DQT_NO_UNICODETABLES /DQT_LITE_COMPONENT /DQT_NODLL /DQT_NO_STL /DQT_NO_COMPRESS /DUNICODE /DHAVE_QCONFIG_CPP /O1 project.cpp
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
project.cpp
...
link /DEBUG /OUT:qmake.exe project.obj main.obj makefile.obj unixmake.obj unixmake2.obj borland_bmake.obj mingw_make.obj msvc_nmake.obj msvc_dsp.obj msvc_vcproj.obj option.obj winmakefile.obj projectgenerator.obj metrowerks_xml.obj pbuilder_pbx.obj msvc_objectmodel.obj property.obj meta.obj qtmd5.obj qstring.obj qlocale.obj quuid.obj qtextstream.obj qiodevice.obj qglobal.obj qgdict.obj qcstring.obj qdatastream.obj qgarray.obj qbuffer.obj qglist.obj qptrcollection.obj qfile.obj qfile_win.obj qregexp.obj qgvector.obj qgcache.obj qbitarray.obj qdir.obj qfileinfo_win.obj qdir_win.obj qfileinfo.obj qdatetime.obj qstringlist.obj qmap.obj qlibrary.obj qlibrary_win.obj qconfig.obj qsettings.obj qsettings_win.obj qunicodetables.obj ole32.lib advapi32.lib
Microsoft (R) Incremental Linker Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
LINK : LNK6004: qmake.exe not found or not built by the last incremental link; performing full link
LIBC.lib(strgtold.obj) : error : Internal error during Pass2
ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddress = 0044D860
NumberParameters = 00000002
ExceptionInformation[ 0] = 00000000
ExceptionInformation[ 1] = 5C6C659C
CONTEXT:
Eax = 00004000 Esp = 0012F674
Ebx = 3FFF0000 Ebp = 4012000C
Ecx = 40124868 Esi = 40124B28
Edx = 5C6C6574 Edi = 00B5E5E6
Eip = 0044D860 EFlags = 00010246
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 0000003B SegGs = 00000000
Dr0 = 0012F674 Dr3 = 3FFF0000
Dr1 = 4012000C Dr6 = 40124868
Dr2 = 00000000 Dr7 = 00000000
NMAKE : fatal error U1077: 'link' : return code '0xfffffffe'
Stop.
Building qmake failed, return code 2
The configure process failed.
谢谢大家了!