-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.2.0
-
None
-
Windows 7 64 bit
MSVC2010 32 bit
out-of-source build, configured with:
{noformat}
-developer-build -opensource -confirm-license -opengl desktop -nomake tests -nomake examples
{noformat}
Trying to build Qt 5, release branch ( 948ce9ed9e12459be045ec3c1264b19822ba1494 ), I run into the following linker error:
Microsoft (R) Program Maintenance Utility Version 10.00.40219.01 Copyright (C) Microsoft Corporation. All rights reserved. echo 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ "debug\\qmleasing.exe.embed.manifest">debug\qmleasing.exe_manifest.rc if not exist debug\qmleasing.exe if exist debug\qmleasing.exe.embed.manifest del debug\qmleasing.exe.embed.manifest if exist debug\qmleasing.exe.embed.manifest copy /Y debug\qmleasing.exe.embed.manifest debug\qmleasing.exe_manifest.bak link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /MANIFEST /MANIFESTFILE:debug\qmleasing.exe.embed.manifest /OUT:debug\qmleasing.exe @C:\Users\rob\AppData\Local\Temp\nm3C84.tmp LINK : fatal error LNK1104: cannot open file 'qtmaind.lib' NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x450' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.EXE"' : 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.
Full log attached.