I’m having troubles building Qt5 with Visual Studio 2010 ×64 (stable branch clone of Qt5 git).
The compiler gives the following error message:
NMAKE : fatal error U1073: don’t know how to make ‘C:\Programs\Qt\qt5\qtbase\lib\Qt5QmlDevTools.lib’
My build setup:
1. Install VS2010 Ultimate
2. Install Windows 7.1 SDK
3. Install DirectX SDK (June 2010)
4. Run windows update, get various updates including VS2010 SP1
5. Install msys git, python 3.3, ruby, strawberry perl
6. Checkout Qt5 source, initialize submodules excluding qwebkit
7. Configure Qt5 (VS2010 ×64 command prompt):
configure -debug-and-release -opensource -developer-build -mp -no-warnings-are-errors -confirm-license -nomake tests -nomake webkit
8. Build with nmake
I’ve already checked to make sure sh.exe isn’t in the search PATH, and a quick Google search hasn’t brought up any useful information. I’m running Windows 7 ×64.
↧