[Solved] jom and nmake
-
I have downloaded jom i ran this command and it gives me this message.
@
C:\Qt\jom>qmake -r
Reading C:/Qt/jom/src/app/app.pro
Project WARNING: You're building jom with a shared Qt.
Reading C:/Qt/jom/src/jomlib/jomlib.pro
Project MESSAGE: Can't locate path to MSYS. This is needed for flex.
Reading C:/Qt/jom/tests/tests.pro@next i tried to run nmake.
i get the following message
@
C:\Qt\jom>nmakeMicrosoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.cd src\jomlib\ && ( if not exist Makefile C:\Qt\Qt5.1.1\5.1.1\msvc2012_6
4_opengl\bin\qmake.exe C:\Qt\jom\src\jomlib\jomlib.pro -o Makefile ) && C:\PROGR
A~2\MICROS~1.0\VC\bin\nmake.exe -f MakefileMicrosoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe -f Makefile.Release all
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.cl -c -Yc -Fprelease\jomlib_pch.pch -Forelease\jomlib_pch.obj -nologo -Z
m200 -Zc:wchar_t -O2 -MD -GR -W3 -w34100 -w34189 -EHsc -DUNICODE -DWIN32 -D_CRT_
SECURE_NO_WARNINGS -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_C
ONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_NO_DEBUG -DQT_CORE_LIB -DNDEBUG -I
"......\Qt5.1.1\5.1.1\msvc2012_64_opengl\include" -I"......\Qt5.1.1\5.1.1\ms
vc2012_64_opengl\include\QtCore" -I"release" -I"......\Qt5.1.1\5.1.1\msvc2012_
64_opengl\mkspecs\win32-msvc2012" -TP stable.h
stable.h
stable.h(22) : fatal error C1083: Cannot open include file: 'cstdlib': No such f
ile or directory
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\cl.EXE' : return code
'0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\nmake.exe' : return co
de '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.C:\Qt\jom>@
what am i missing and how do i fix this ?
thanks