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. errors during building a program

errors during building a program

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 653 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.
  • V Offline
    V Offline
    vidisha
    wrote on last edited by
    #1

    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
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

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

      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