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. Problem with building project in QtCreator

Problem with building project in QtCreator

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 3 Posters 1.1k 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.
  • M Offline
    M Offline
    martin_m
    wrote on 22 Apr 2015, 08:07 last edited by
    #1

    I've recently installed the last version of QtCreator and since then I have a serious problem with building every project. I can't compile both QtProject and normal C++ "Hello World".
    That's the error I get:

    "Could not start process "nmake.exe"
    Error while building/deploying project untitled (kit: Desktop Qt 5.4.1 MSVC2013 OpenGL 64bit)
    When executing step "Make" "

    The settings of compiler, debugger etc seem to be proper.
    Please help me with this problem.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      cybercatalyst
      wrote on 22 Apr 2015, 08:11 last edited by
      #2

      Can you see the call to nmake in the console? Maybe you can copy it and execute it in a terminal to see the error message. I remember I sometimes had problems with nmake not being in my PATH.

      M 1 Reply Last reply 22 Apr 2015, 08:28
      0
      • C cybercatalyst
        22 Apr 2015, 08:11

        Can you see the call to nmake in the console? Maybe you can copy it and execute it in a terminal to see the error message. I remember I sometimes had problems with nmake not being in my PATH.

        M Offline
        M Offline
        martin_m
        wrote on 22 Apr 2015, 08:28 last edited by
        #3

        @cybercatalyst Thanks for your answer.
        In the beginning I couldn't call nmake in console. After setting the path I get:
        "NMAKE: fatal error U1064: MAKEFILE not found and no target specified"

        1 Reply Last reply
        0
        • C Offline
          C Offline
          cybercatalyst
          wrote on 22 Apr 2015, 08:47 last edited by
          #4

          can you execute from the build directory with the exact call?

          1 Reply Last reply
          0
          • S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 22 Apr 2015, 22:41 last edited by
            #5

            Hi and welcome to devnet,

            Do you have that error also with a project generated from Qt Creator ?

            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
            0

            1/5

            22 Apr 2015, 08:07

            • Login

            • Login or register to search.
            1 out of 5
            • First post
              1/5
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved