[Interest] Installer Framework Error

Koehne Kai Kai.Koehne at theqtcompany.com
Mon Mar 9 08:57:50 CET 2015



> -----Original Message-----
> From: interest-bounces+kai.koehne=theqtcompany.com at qt-project.org
> [mailto:interest-bounces+kai.koehne=theqtcompany.com at qt-project.org]
> On Behalf Of Ferguson, Eric W (397B)
> Sent: Tuesday, March 03, 2015 8:04 PM
> To: interest at qt-project.org
> Subject: [Interest] Installer Framework Error
> 
> Hi,
> 
> I am trying to install the installer framework on a 64 bit windows machine
> running Windows 7 and running into problem. I began by statically building
> QT on windows using the configuring specified in the README in the installer
> framework's repo, which seemed to work fine. Next, I ran qmake from the
> installer framework's root repo and got an error about git not being
> recognized.

Wich version of Qt / the Installer Framework are you trying?

> Then I ran nmake and ran into errors like this:
> nmake : fatal error u1077 'cd'

This is probably just nmake returning from the varius sub-directories after the original error.
 
> The errors occurred after the following commands were issued by nmake:
> 
> cd src\ && ( if not exist Makefile C:\Qt\qt-5.4.0-visualc-
> opengl\5.4\Src\qtbase\bin\qmake.exe
> C:\Users\eferguso\Desktop\installer-framework\src\src.pro -o Makefile )
> && "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe"
> -f Makefile
> 
> cd libs\ && ( if not exist Makefile C:\Qt\qt-5.4.0-visualc-
> opengl\5.4\Src\qtbase\bin\qmake.exe
> C:\Users\eferguso\Desktop\installer-framework\src\libs\libs.pro -o
> Makefile ) && "C:\Program Files (x86)\Microsoft Visual Studio
> 12.0\VC\BIN\nmake.exe" -f Makefile
> 
> cd 7zip\ && ( if not exist Makefile C:\Qt\qt-5.4.0-visualc-
> opengl\5.4\Src\qtbase\bin\qmake.exe
> C:\Users\eferguso\Desktop\installer-framework\src\libs\7zip\7zip.pro -o
> Makefile ) && "C:\Program Files (x86)\Microsoft Visual Studio
> 12.0\VC\BIN\nmake.exe" -f Makefile

There's no additional error message here. Please double check older lines, the original error will probably be there.

Regards

Kai



More information about the Interest mailing list