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. Please Help: Qt 4.8.5 Configure Getting Stuck
Forum Updated to NodeBB v4.3 + New Features

Please Help: Qt 4.8.5 Configure Getting Stuck

Scheduled Pinned Locked Moved Installation and Deployment
7 Posts 3 Posters 1.7k Views 3 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.
  • K Offline
    K Offline
    komjongshawn
    wrote on last edited by
    #1

    Hello,

    I need to intsall Qt 4.8.5 on my Ubuntu 14.04 LTS machine in order to use it to compile another program. I have been struggling with this program now for a frustrating amount of time trying to get all of the dependencies (i.e. Xrender, Xcursor, etc.) installed to the point where it is no longer complaining about them and now it is stalling when I run configure.

    I first installed the Qt 4.8.5 and everything appeared to work all right (it turns out the warning messages were so buried in the output that I overlooked them), but then when I tried to compile my program it quit with an error saying that QWebKit wasn't installed, which I have since figured out is because Xrender, Xcursor, and Xrandr were not installed.

    Now when I run ./configure it is getting a fair amount of the way in and then reaching the following:

    Reading %PATH%/qt-everywhere-opensource-src-4.8.5/demos/spectrum/app/app.pro
    INPUT FILE NAME

    and waiting for me to input some file name. Problem is, I have no idea what it is looking for and anything that I put in just results in the following error, where configure is apparently stalling:

    **** WARN: specified file does not exist ****


    **** WARN: halting program in SEIOPEN ****
    **** ...closing down files ****
    cat: .projects.all.*: No such file or directory

    I'm wondering if this is either a result of maybe not being uninstalled cleanly before reinstalling it, or if there is some file that I need to specify that I am just completely overlooking.

    Any help will be greatly appreciated!

    Thanks.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Did you restart your configuration from a clean source ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      K 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Did you restart your configuration from a clean source ?

        K Offline
        K Offline
        komjongshawn
        wrote on last edited by
        #3

        @SGaist Thank you for responding.

        Yes, I did restart it from a clean source. I've tried running make confclean and just plain recopying the source and both do the same thing.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          What options did you give to configure ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          K 1 Reply Last reply
          0
          • SGaistS SGaist

            What options did you give to configure ?

            K Offline
            K Offline
            komjongshawn
            wrote on last edited by
            #5

            @SGaist None.

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

              Hi @komjongshawn,

              May I suggest installing Qt 4.8.5 from the Ubuntu repository? (e.g. apt-get or Ubuntu Software Center)

              Get the "libqt4-dev" package. That pulls in all the required dependencies for build Qt 4 applications.

              If a module is left out for some reason, just search for packages that start with "libqt4-".

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

              K 1 Reply Last reply
              1
              • JKSHJ JKSH

                Hi @komjongshawn,

                May I suggest installing Qt 4.8.5 from the Ubuntu repository? (e.g. apt-get or Ubuntu Software Center)

                Get the "libqt4-dev" package. That pulls in all the required dependencies for build Qt 4 applications.

                If a module is left out for some reason, just search for packages that start with "libqt4-".

                K Offline
                K Offline
                komjongshawn
                wrote on last edited by
                #7

                @JKSH

                Thanks. I installed libqt4-webkit and that was enough to eliminate the errors related to Qt. I'm getting another error when I actually try to compile my program, but it looks like that's a result of bad programming by the author, so not too much that can be done there other than trying to sort out his code.

                Thanks for your 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