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. Jom assumes wrong architecture
QtWS25 Last Chance

Jom assumes wrong architecture

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
windowsjommsvc2008
2 Posts 2 Posters 1.8k Views
  • 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.
  • vijaiV Offline
    vijaiV Offline
    vijai
    wrote on last edited by
    #1

    Hello everyone,

    This is my very first post. I am trying to build a 64 bit executable for a C++ project which uses Qt on Windows. I have been able to build it successfully with "nmake release". However it takes about 20 minutes everytime.

    Hence we decided to jom for parallelizing the build. I simply ran jom on the same folder and it compiles for a while and exits with the following error message.

    jom 1.1.0 - empower your cores
    
            "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\jom.exe" -f Makefile.Release
            link /LIBPATH:"c:\Qt\lib" /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /MANIFEST /MANIFESTFILE:"release\
    ws.intermediate.manifest" /OUT:release\ws.exe @C:\Users\vijay\AppData\Local\Temp\ws.exe.3792.328.jom
    TKernel.lib(TKernel.dll) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
    jom: C:\Users\vijay\Documents\[REDACTED]\Makefile.Release [release\ws.exe] Error 1112
    jom: C:\Users\vijay\Documents\[REDACTED]\Makefile [release] Error 2
    

    I am using Visual studio 2008 x64 toolset on windows 7 64 bit machine. I tried to get help on #qt on freenode. Unfortunately nobody replied. Kindly help.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Dmitry.Sokolov
      wrote on last edited by
      #2
      1. http://stackoverflow.com/questions/29657213/cannot-statically-build-x64-version-of-qt-lnk1112-module-machine-type-conflicts

      2. http://wiki.qt.io/How_to_build_64bit_Qt_for_windows

      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