PDA

View Full Version : Building 4.5 / Vista x64 / MSVC 2008



Starfox
27th March 2009, 01:56
I run configure -no-webkit from a VC command prompt.
nmake, after a couple of hours, spews this:

cl -c -nologo -Zm200 -Zc:wchar_t- -O2 -MD -GL -W3 -w34100 -w34189 -GR -E
Hsc -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_PLUGIN
-DQT_SCRIPT_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB -DQT
_CORE_LIB -DQDESIGNER_EXPORT_WIDGETS -DQT_THREAD_SUPPORT -I"..\..\..\..\..\inclu
de\QtDesigner" -I"..\..\..\..\..\include\QtCore" -I"..\..\..\..\..\include\QtGui
" -I"..\..\..\..\..\include\QtXml" -I"..\..\..\..\..\include\Qt3Support" -I"..\.
.\..\..\..\include\QtScript" -I"..\..\..\..\..\include" -I"." -I"q3iconview" -I"
q3listview" -I"q3mainwindow" -I"q3toolbar" -I"q3widgetstack" -I"q3wizard" -I"q3l
istbox" -I"q3table" -I"q3textedit" -I"q3widgets" -I"..\..\..\..\..\include\Activ
eQt" -I"tmp\moc\release_shared" -I"." -I"..\..\..\..\..\mkspecs\win32-msvc2008"
-Fotmp\obj\release_shared\ @C:\Users\Sherief\AppData\Local\Temp\nm4612.tmp
q3iconview_extrainfo.cpp
D:/Include/QtDesigner/private/ui4_p.h(1) : fatal error C1083: Cannot open includ
e file: '../../../tools/designer/src/lib/uilib/ui4_p.h': No such file or directo
ry
q3iconview_plugin.cpp
NMAKE : fatal error U1077: '"d:\Tools\Microsoft Visual Studio 9.0\VC\BIN\cl.EXE"
' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"d:\Tools\Microsoft Visual Studio 9.0\VC\BIN\nmake.e
xe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

d:\Tools\Qt\4.5>

END

Any ideas?

aamer4yu
31st March 2009, 06:07
Where is your Qt directory ? and where are you running the configure and nmake from ?

I see these -

D:/Include/QtDesigner/private/ui4_p.h(1) : fatal error C1083: Cannot open includ
e file: '../../../tools/designer/src/lib/uilib/ui4_p.h': No such file or directo
ry
and

NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

d:\Tools\Qt\4.5>

The directories dont seem to be same... som path prob I guess