Hi all,
during the build (nmake install step) of the new Qt 5.0.2 release (qt-everywhere-opensource-src-5.0.2) an error occurs.
I try to use the same three instructions like I did with previous release versions (always worked so far):
configure -platform win32-msvc2012 -debug-and-release -opensource -opengl desktop -prefix “C:\Qt\Qt5.0.2-opengl”
nmake
nmake install
Anyhow, during nmake install there occurs following error:
...
copy /y "..\..\..\..\plugins\printsupport\windowsprintersupport.dll" "C:\Qt\Qt5.0.2-opengl\plugins\printsupport\windowsprintersupport.dll"
1 file(s) copied.
cd examples\ && ( if not exist Makefile C:\Qt\depot\qt-everywhere-opensource-src-5.0.2\qtbase\bin\qmake C:\Qt\depot\qt-everywhere-opensource-src-5.0.2\qtbase\examples\examples.pro -o Makefile ) && "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" -f Makefile install
Microsoft (R) Program Maintenance Utility Version 11.00.51106.1
Copyright (C) Microsoft Corporation. All rights reserved.
cd dbus\ && ( if not exist Makefile C:\Qt\depot\qt-everywhere-opensource-src-5.0.2\qtbase\bin\qmake C:\Qt\depot\qt-everywhere-opensource-src-5.0.2\qtbase\examples\dbus\dbus.pro -o Makefile ) && "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" -f Makefile install
Microsoft (R) Program Maintenance Utility Version 11.00.51106.1
Copyright (C) Microsoft Corporation. All rights reserved.
NMAKE : fatal error U1073: don't know how to make 'install'
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.
Any suggestions are much appreciated :-)
↧