Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    The process "...\jom.exe" exited with code 2.

    General and Desktop
    3
    4
    5675
    Loading More Posts
    • 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.
    • A
      ArbolOne last edited by

      Humm, thanks to the suggestion of ChrisW67, I have ~resolved the issue about cl.exe, but now I am getting this error, any body?

      @jom: D:\tmp\build-QtWidgetTest-Desktop_Qt_5_3_MSVC2013_64bit-Debug\Makefile.Debug [debug\main.obj] Error 2
      jom: D:\tmp\build-QtWidgetTest-Desktop_Qt_5_3_MSVC2013_64bit-Debug\Makefile [debug] Error 2
      23:59:30: The process "D:\Qt\VS2013\Qt5.3.1\Tools\QtCreator\bin\jom.exe" exited with code 2.
      Error while building/deploying project QtWidgetTest (kit: Desktop Qt 5.3 MSVC2013 64bit)
      When executing step 'Make'@

      This is not the first time you've been here, at the end you've always lost. You create viruses and we the cure, and in this battle you've always lost.

      1 Reply Last reply Reply Quote 0
      • C
        ChrisW67 last edited by

        What were the errors before the ones you posted?

        1 Reply Last reply Reply Quote 0
        • A
          ArbolOne last edited by

          Thanks for your reply.
          I have uninstalled Qt since this insurmountable qt problem. It might be because Qt just does not work with Visual Studio Express 2013 or because Qt just does not know much about Windows OS, either way, I found it too time-consuming to try to solve the problem. I moved on to MinGW, but then the requirements for the project change to Win64 only. There is no Qt-64bit for MinGW and Qt-64bit for VS2013, as stated before, just does not work.
          I think it would be better to develop in C#/WPF, I love C++, but there aren't any solid GUI_toolkits/companies keeping up with this language. It almost seems like every C++GuiToolKit is trying to discourage C++ programmers to further develop using C++, humm... there goes another conspiracy theory.

          This is not the first time you've been here, at the end you've always lost. You create viruses and we the cure, and in this battle you've always lost.

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Hi,

            Qt work with both Windows 32 and 64 bit and VS2013.

            "Here":http://www.tver-soft.org/qt64 you can find an unofficial MinGW 64bit package.

            Without showing the complete error log, you can't state that it just doesn't work. Error 2 means that the compilation failed and generally it means there's an error in the code or a dependency that has not been properly setup.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • First post
              Last post