Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Struggling to build qt 5.2.0 with msvc2012

$
0
0
Hi. I’m new to qt and I have been trying to build and compile QT with no luck. the last configure I have used looks like configure -platform win32-msvc2012 -debug-and-release -developer-build -opensource -opengl desktop -mp -skip webkit -no-dbus -no-strip -qt-zlib -I .\qtbase\include\QtZlib But i got the following error: mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file “..\..\..\bin\qdoc.exe”. Access is denied. NMAKE : fatal error U1077: ‘“C:\Program Files (x86)\Windows Kits\8.0\bin\x86\mt.exe”’ : return code ‘0×1f’ Stop. NMAKE : fatal error U1077: ‘“C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe”’ : return code ‘0×2’ Stop. NMAKE : fatal error U1077: ‘cd’ : return code ‘0×2’ Stop. NMAKE : fatal error U1077: ‘cd’ : return code ‘0×2’ Stop. NMAKE : fatal error U1077: ‘cd’ : return code ‘0×2’ Stop. I’m using developer cmd for msvc2012 and I ran it as administrator. I’ve previously run both jom and nmake with no luck. I’m currently using windows 8 ×64 and I’ve installed pearl, python and ruby. Any help will be greatly appreciated.

Viewing all articles
Browse latest Browse all 2113