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. Visual Studio 2010 nmake error
Qt 6.11 is out! See what's new in the release blog

Visual Studio 2010 nmake error

Scheduled Pinned Locked Moved Installation and Deployment
26 Posts 14 Posters 73.3k Views 1 Watching
  • 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.
  • S Offline
    S Offline
    steno
    wrote on last edited by
    #16

    [quote author="muntoo" date="1304471289"]I've installed the Visual Studio 2010 Add-in. I'm still not sure whether I have to compile the source code, or if any of the installers will work with Visual Studio 2010.[/quote]

    The vs2008 installer works fine for me on vs2010. I don't ever build from source with the installers...

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #17

      I had the same problem yesterday when trying to build Qt 4.7.4 with VS2008, and I remember having this problem in the past with earlier versions too.

      I then started Windows in Safe Mode and started compilation. It succeeded.

      Apparently, Microsoft compiler is more stable in safe mode.

      Jean

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #18

        [quote author="muntoo" date="1305411723"]
        Creating makefiles in src...
        Generating Visual Studio project files...
        execute: Unknown error
        (-nodepend)
        (-tp)
        (vc)
        (-r)
        (C:/Qt/4.7.2-vc/projects.pro)
        (-o)
        (C:/Qt/4.7.2-vc)
        Qmake failed, return code -1
        [/quote]
        It seems that you use wrong target architecture. For example, you may use "Visual Studio x64 command prompt" instead x86.

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #19

          Hi I have the same problem with windows 64 and Qt4.8 .
          nmake falls in a warning loop after many time .

          1 Reply Last reply
          0
          • B Offline
            B Offline
            Bob.Capton
            wrote on last edited by
            #20

            when i run the command:
            configure -debug-and-release -opensource -platform win32-msvc2010
            i get an error which says windows.h files.
            I've however installed the windows SDK but it's still giving me the error.
            Please i need help

            1 Reply Last reply
            0
            • ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #21

              Hi,

              I am not aware of entire previous discussions but I think probable answer to your question about windows.h file might be ..

              You have to set some environmental system variables.
              I am using cl compiler and SDK and it works fine for me. I have the following environmental variables set..

              Variable name : INCLUDE
              Variable value : C:\Program Files\Microsoft Visual Studio\VC98\atl\include;C:\Program Files\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Microsoft Visual Studio\VC98\include;C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include;C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include;C:\Program Files\Microsoft Visual Studio 9.0\VC\include;C:\OpenSSL-Win32\include;C:\OpenSSL-Win32\include\openssl;

              I am using cl from Visual studio command prompt. I am not aware of any settings to be done for Visual studio debugger. This link might help you :
              http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/c42cf8da-8718-4aa7-9a6a-9eef80f96c6e

              1 Reply Last reply
              0
              • W Offline
                W Offline
                weiyuemin
                wrote on last edited by
                #22

                I have the same issue with muntoo, while building the current stable branch (5.1) from git.

                NMAKE : fatal error U1077: '"C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\m
                t.exe"' : return code '0x1f'

                Carefully reading http://qt-project.org/wiki/Building_Qt_5_from_Git , I guess it is because lack of Windows SDK 7.1.

                But I failed to install Windows SDK 7.1. According to the page http://qt-project.org/wiki/Cannot_Install_Windows_SDK, I uninstalled the Microsoft Visual C++ 2010 Redistributable, but still failed with another error.

                1 Reply Last reply
                0
                • ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #23

                  Hi,

                    Try to use jom instead of nmake that may solve your problem...
                  

                  Refer to ...: http://qt-project.org/forums/viewthread/25776

                  1 Reply Last reply
                  0
                  • W Offline
                    W Offline
                    weiyuemin
                    wrote on last edited by
                    #24

                    At that time, I had other errors when using jom, posted at http://qt-project.org/forums/viewthread/26325 Afterwards I find another machine that can install Windows SDK and run nmake, then build successfully.

                    jom may indeed avoid the problem. In fact, I participate in your referred post http://qt-project.org/forums/viewthread/25776 :)

                    1 Reply Last reply
                    0
                    • ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by
                      #25

                      Sorry did not see that you were the one who posted the solution in the other post...
                      Just thought that it might be relevant and referred it. :-)

                      1 Reply Last reply
                      0
                      • F Offline
                        F Offline
                        flafi1
                        wrote on last edited by
                        #26

                        try with http://thomasstockx.blogspot.com/2011/03/qt-472-in-visual-studio-2010.html

                        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