Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Jom and CMake

Jom and CMake

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 3.9k 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.
  • S Offline
    S Offline
    SimonL
    wrote on last edited by
    #1

    Hi i am having trouble using jom with cmake using VS 2008 express edition. I know it is not properly supported but i was wondering if anyone had figured it out.
    The error i get is
    @I:\ws\91-00250\var\PC\build\Win32\Debug>jom
    jom 0.6.2 - empower your cores

    "C:\Program Files\CMake 2.8\bin\cmake.exe" -HI:\ws\91-00250\var\PC\src -BI:\ws\9
    1-00250\var\PC\build\Win32\Debug --check-build-system CMakeFiles\Makefile.cmake
    0
    -- Using FREE VC TOOLS, NO DEBUG available
    -- Using FREE VC TOOLS, NO DEBUG available
    -- Configuring done
    -- Generating done
    -- Build files have been written to: I:/ws/91-00250/var/PC/build/Win32/Debug
    "C:\Program Files\CMake 2.8\bin\cmake.exe" -E cmake_progress_start I:\ws\91-0025
    0\var\PC\build\Win32\Debug\CMakeFiles I:\ws\91-00250\var\PC\build\Win32\Debug\CM
    akeFiles\progress.marks
    I:\bin\jom.exe -f CMakeFiles\Makefile2 /nologo - all
    I:\bin\jom.exe -f lib\91-00250\IBMPC\MSWIN32\CMakeFiles\91-00250.dir\build.make
    /nologo - lib\91-00250\IBMPC\MSWIN32\CMakeFiles\91-00250.dir\depend
    ERROR in line 54: Can't open
    command failed with exit code 2
    QFSFileEngine::open: No file name specified
    command failed with exit code 2@

    the directory lib\91-00250\IBMPC\MSWIN32\CMakeFiles\91-00250.dir\ exists however there is no depend file just depend.make depend.internal etc

    i have tried with both the standard jom and the version found here "http://qt.gitorious.org/~saroengels/qt-labs/jom-cmake/trees/master":http://qt.gitorious.org/~saroengels/qt-labs/jom-cmake/trees/master

    the command i run is
    @ cmake ../../../src -DCMAKE_BUILD_TYPE:STRING=Debug -G "NMake Makefiles JOM"@
    with some additional flags to set internal variables

    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