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.
Then I ran nmake and ran into errors like this: nmake : fatal error u1077 'cd' 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 Any help with this would be MUCH appreciated. I already have the framework working on Mac, but really need it working on windows. Thanks, Eric Ferguson NASA/Jet Propulsion Laboratory Mission Operations Engineer (397B) 818.634.1928 "It’s human nature to stretch, to go, to see, to understand. Exploration is not a choice, really; it’s an imperative." - Michael Collins
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest