Qt5 Static Build Error
-
wrote on 5 Feb 2013, 09:47 last edited by
I'm trying to build the Qt static libraries, but I get the following error:
@
LINK : fatal error LNK1181: cannot open input file 'SDK\Lib\x86.obj'
NMAKE : fatal error U1077: '"c:\Development\Visual Studio 2010\VC\BIN\link.EXE"'
: return code '0x49d'
Stop.
NMAKE : fatal error U1077: '"c:\Development\Visual Studio 2010\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.
@I'm using this guide, downloading the Qt libraries from the git repository: "Guide":http://qt-project.org/wiki/Building_Qt_5_from_Git
I have Perl, Python, and Ruby installed and using msvc2010 Express on Windows 7. I have another "dynamic/shared" version of the Qt libraries and that works perfectly well, but I'm using a separate location to re-download and compile Qt statically.
My configure command looks like this:
@
configure -static -mp -developer-build -nomake tests -nomake examples -release -opensource
@The configure didn't show me any errors and I only used nmake since "nmake sub-src" gave me an error "nmake doesn't know how to make sub-src"
1/1