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. [SOLVED]Qt 5.0.2 Source Install
Forum Updated to NodeBB v4.3 + New Features

[SOLVED]Qt 5.0.2 Source Install

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

    Hello! I have encountered a small problem when trying to install qt from sources...

    I have installed everything as recomended however I get this:

    NMAKE: Fatal error U1077: "C:\Program Files\dir to msvc2010\link.exe" : return code: '0x463'
    Stop.
    Could not find output file: No such file or directory

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Does C:\Program Files\dir to msvc2010\link.exe exist?

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • B Offline
        B Offline
        b1gsnak3
        wrote on last edited by
        #3

        yes yes... it exists i was just too lazy to write the whole thing... :) also link.exe is in that folder

        1 Reply Last reply
        0
        • JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          Ah... silly me, you'll get a different error message if your linker isn't found :P

          Which instructions did you use?

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          0
          • B Offline
            B Offline
            b1gsnak3
            wrote on last edited by
            #5

            configure -release -no-opengl

            1 Reply Last reply
            0
            • B Offline
              B Offline
              b1gsnak3
              wrote on last edited by
              #6

              Read on stackoverflow that this error might be caused by examples so I excluded them with -nomake but still get the same error :( any help would be greatly appreciated :)

              1 Reply Last reply
              0
              • JKSHJ Offline
                JKSHJ Offline
                JKSH
                Moderators
                wrote on last edited by
                #7

                [quote]I have installed everything as recomended[/quote]When I said "Which instructions did you use?", I meant: "Which recommendation did you follow?" :)

                Also:

                • What version of Windows are you on?
                • Post more lines from your error message -- what file is it failing on?

                If you don't want to type messages out by hand, redirect the output to a log file:
                @
                configure [options] > confout.log 2> conferr.log
                @

                I'm not sure what's causing your problem, but I know that -no-opengl disables a large portion of Qt, so maybe something important went missing (which would mean there's a bug in the sources). Anyway, try removing -no-opengl -- it still won't use OpenGL, but it will use DirectX

                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                1 Reply Last reply
                0
                • B Offline
                  B Offline
                  b1gsnak3
                  wrote on last edited by
                  #8

                  ah... I tried to use from several instructions (OpenCV docs, Qt Docs and a small post on how to install for windows x64)... none of which worked... I am using Windows 7 x86 Proffessional. I've read somewhere that you must not have other Qt versions installed when compiling from sources... Or I missread I didn't got around to checking this yet. Now I am using another PC to try this out. Anywhom I get two errors depending if it is the first time running configure or not. Tried to add PATH variables and such... Nothing seems to work :(

                  err:

                  Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
                  Copyright (C) Microsoft Corporation. All rights reserved.

                  NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x463'
                  Stop.

                  out:

                  • C:/QtStatic/5.0.2/qtbase/configure -release -no-opengl -opensource

                  This is the Qt for Windows Open Source Edition.

                  You are licensed to use this software under the terms of
                  the GNU Lesser General Public License (LGPL) version 2.1.

                  Type 'L' to view the Lesser GNU General Public License version 2.1 (LGPLv2.1).
                  Type 'y' to accept this license offer.
                  Type 'n' to decline this license offer.

                  Do you accept the terms of the license?
                  Running syncqt...
                  <srcbase> = C:/QtStatic/5.0.2/qtbase
                  <outbase> = C:/QtStatic/5.0.2/qtbase
                  Creating qmake...
                  Running configuration tests...
                  Could not find output file: No such file or directory
                  *** qtbase/configure exited with non-zero status.

                  1 Reply Last reply
                  0
                  • B Offline
                    B Offline
                    b1gsnak3
                    wrote on last edited by
                    #9

                    problem solved. On a fresh computer it is now runing nmake. I think it was because I had multiple Qt versions installed :) Thanks for the help

                    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