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. Trying to build static version of Qt - fatal error U1077
Forum Updated to NodeBB v4.3 + New Features

Trying to build static version of Qt - fatal error U1077

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 4.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.
  • C Offline
    C Offline
    CheatCat
    wrote on 24 Sept 2012, 18:19 last edited by
    #1

    I followed the tutorial about building a static version of qt on Windows, but when I run nmake I got fatal errors.

    [code]NMAKE : fatal error U1077: 'c:\Qt\4.8.1\bin\uic.exe' : return code '0xc0000135'
    Stop.
    NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 10.0
    \VC\BIN\nmake.exe"' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop.[/code]

    Here is the whole console output: http://pastebin.ca/2207276

    Anyone have any ideas what I might have missed?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      CheatCat
      wrote on 26 Sept 2012, 14:09 last edited by
      #2

      Fixed it by using jom instead of nmake.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        koahnig
        wrote on 26 Sept 2012, 16:43 last edited by
        #3

        I am wondering if this is really a problem of nmake. The problem is reported by uic.exe and nmake hands it on. jom does basically the same, but starts the build step for several modules in parallel. nmake does support only sequential build of modules.
        Did you restart nmake and it ended always at the same location?
        I had also problems in the past with slightly older version 4.6.* and 4.7.*. When restarting the building process it continued towards the end.

        Vote the answer(s) that helped you to solve your issue(s)

        1 Reply Last reply
        0
        • C Offline
          C Offline
          CheatCat
          wrote on 27 Sept 2012, 09:05 last edited by
          #4

          Yes, it seems that I always got the same error. When using jom however I needed to install additional libraries such as libpng, it might be the same problem with nmake as well but it failed to report it for some reason. However since it works by using jom instead and it take a very long time to build Qt, I do not really think I want to try it out.

          1 Reply Last reply
          0

          1/4

          24 Sept 2012, 18:19

          • Login

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