Qt Forum

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

    errors during building a program

    Installation and Deployment
    2
    2
    538
    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.
    • V
      vidisha last edited by

      Hi all,
      I've been struggling with this for a couple of days and have tried a lot but couldn't solve this issue..
      I'm using Qt 5.5 with MSVC2013. I have Visual Studio 2013 installed. while building any project i'm getting this error ....

      C:\Qt5.5.0\Tools\QtCreator\bin\jom.exe -f Makefile.Debug
      cl -c -nologo -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -w44996 -EHsc /Fddebug\slider.pdb -DUNICODE -DWIN32 -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I..\slider -I. -IC:\Qt5.5.0\5.5\msvc2013\include -IC:\Qt5.5.0\5.5\msvc2013\include\QtWidgets -IC:\Qt5.5.0\5.5\msvc2013\include\QtGui -IC:\Qt5.5.0\5.5\msvc2013\include\QtANGLE -IC:\Qt5.5.0\5.5\msvc2013\include\QtCore -Idebug -I. -IC:\Qt5.5.0\5.5\msvc2013\mkspecs\win32-msvc2013 -Fodebug\ @C:\Users\User\AppData\Local\Temp\main.obj.528.15.jom
      'cl' is not recognized as an internal or external command,
      operable program or batch file.
      jom: F:\build-slider-QT-Debug\Makefile.Debug [debug\main.obj] Error 1
      cl -c -nologo -Zc:wchar_t -FS -Zi -MDd -GR -W3 -w34100 -w34189 -w44996 -EHsc /Fddebug\slider.pdb -DUNICODE -DWIN32 -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I..\slider -I. -IC:\Qt5.5.0\5.5\msvc2013\include -IC:\Qt5.5.0\5.5\msvc2013\include\QtWidgets -IC:\Qt5.5.0\5.5\msvc2013\include\QtGui -IC:\Qt5.5.0\5.5\msvc2013\include\QtANGLE -IC:\Qt5.5.0\5.5\msvc2013\include\QtCore -Idebug -I. -IC:\Qt5.5.0\5.5\msvc2013\mkspecs\win32-msvc2013 -Fodebug\ @C:\Users\User\AppData\Local\Temp\mainwindow.obj.528.31.jom
      'cl' is not recognized as an internal or external command,
      operable program or batch file.
      jom: F:\build-slider-QT-Debug\Makefile.Debug [debug\mainwindow.obj] Error 1
      jom: F:\build-slider-QT-Debug\Makefile [debug] Error 2
      16:49:34: The process "C:\Qt5.5.0\Tools\QtCreator\bin\jom.exe" exited with code 2.
      Error while building/deploying project slider (kit: MSVC2013 32bit)
      When executing step "Make"
      16:49:34: Elapsed time: 00:00.

      1 Reply Last reply Reply Quote 0
      • Chris Kawa
        Chris Kawa Moderators last edited by

        Please don't post the same thing in multiple subforums.
        Duplicate link

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