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. VS'10 config error Nmake U1077

VS'10 config error Nmake U1077

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

    Hi,
    I have downloaded "qt-everywhere-opensource-src-5.3.2.zip" and extracted it to my external drive. To configure it I run "configure" on VS'10 cmd. It failed due to following error:

    @Running configuration tests...
    NMAKE : fatal error U1077: 'F:\Programs\VStudio'10\VC\BIN\link.EXE' : return cod
    e '0x463'
    Stop.
    Could not find output file: No such file or directory
    WARNING: The DirectX SDK could not be detected:
    There is no Direct X SDK installed or the environment variable "DXSDK_DIR" is
    not set.
    Disabling the ANGLE backend.

    WARNING: Using OpenGL ES 2.0 without ANGLE.
    Specify -opengl desktop to use Open GL.
    The build will most likely fail.@

    Also, when I tried to set the environmental variables I couldn't find any "bin" directory in my Qt-everywhere package.

    How can I resolve this issue? Any help and ideas are appreciated.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dfaure
      wrote on last edited by
      #2

      I just had the same error (the first part, "Could not find output file" after a link error) and I debugged it, see http://stackoverflow.com/questions/17571617/error-in-building-qt-for-visual-studio-2010

      Executive summary: your %PATH% is incorrect. E.g. this happens after using ':' instead of ';' as separator between two entries.

      David Faure (david.faure@kdab.com)
      KDE/Qt Senior Software Engineer
      KDAB - Qt Experts - Platform-independent software solutions

      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