Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [Solved] jom and nmake
Forum Updated to NodeBB v4.3 + New Features

[Solved] jom and nmake

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rafae11
    wrote on last edited by
    #1

    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>nmake

    Microsoft (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 Makefile

    Microsoft (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

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kaivolde
      wrote on last edited by
      #2

      Would it help if you can use a ready compiled version of jom?

      Such version you can e.g. find in every release of QtCreator in its bin directory.

      1 Reply Last reply
      0
      • R Offline
        R Offline
        rafae11
        wrote on last edited by
        #3

        yes that would be easier thanks.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved