Hello,
I have compiled QT 5.2.0 with MSVC 2013 64bit without a problem.
But when I do the same for 32bit I have problem with nmake understanding some makefiles.
I see error like below
(set PATH=C:\Src\qt-everywhere-opensource-src-5.2.0\qtbase\lib;%PATH:)=^)%) & C:\Src\qt-everywhere-opensource-src-5.2.0\qtbase\bin\u
ic.exe dialogs\qfiledialog.ui -o .uic\ui_qfiledialog.h
NMAKE : fatal error U1077: '(set' : return code '0xc000007b'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\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.
For some reason nmake doesn’t consider makefile piece below as correct.
.uic\ui_qfiledialog.h: dialogs\qfiledialog.ui
(set PATH=C:\Src\qt-everywhere-opensource-src-5.2.0\qtbase\lib;%%PATH:)=^)%%) & C:\Src\qt-everywhere-opensource-src-5.2.0\qtbase\bin\uic.exe dialogs\qfiledialog.ui -o .uic\ui_qfiledialog.h
This is in the “\qtbase\src\widgets\Makefile.Debug” and “\qtbase\src\widgets\Makefile.Release” makefiles.
Does anybody have idea what could be wrong here? And why this is an issue for 32 bit only?
↧