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. Qt 4.7.3 for GCC Linux 64 bit for Linux Kernel 2.62.32-33-generic
Forum Updated to NodeBB v4.3 + New Features

Qt 4.7.3 for GCC Linux 64 bit for Linux Kernel 2.62.32-33-generic

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 3 Posters 8.4k 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
    swhweng
    wrote on last edited by
    #1

    Hello,

    I've installed Qt 4.7.4 from

    http://qt.nokia.com/downloads

    from package that is for Ubuntu ( there are Qt 4.7.4 and also Qt Desinger/Assistant/Creator ).

    So as to build and add custom Qt Designer plugins the version the plugin is built by should be = version of Qt Designer is built.

    at the package in http://qt.nokia.com/downloads I've got Qt Designer built with Qt 4.7.3 version so I need Qt 4.7.3.

    I've tried to look for the version around www at github , I found :

    http://www.icewalkers.com/Linux/Software/57650/Qt.html

    but there are some errors when installing that versions on my machine.

    I need Qt 4.7.3 for GCC Linux 64 bit for Linux Kernel 2.62.32-33-generic to install on my machine so as to build plugins for Qt Desinger.

    Is there Qt 4.7.3 at github ?

    Can anyone post me link where I can download Qt 4.7.3 ? ( repository or tar.gz )

    Thanks in advance.

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vsorokin
      wrote on last edited by
      #2

      "ftp://ftp.qt.nokia.com/qt/source/":ftp://ftp.qt.nokia.com/qt/source/

      You can choose anyone.

      --
      Vasiliy

      1 Reply Last reply
      0
      • S Offline
        S Offline
        swhweng
        wrote on last edited by
        #3

        bq. ftp://ftp.qt.nokia.com/qt/source/ [ftp.qt.nokia.com] You can choose anyone.

        Thank you. Ok I've downloaded from there :

        qt-everywhere-opensource-src-4.7.3

        upacked and:

        1. ./configure is seemed to proceed ok :

        ...

        Basic XLib functionality test failed!
        You might need to modify the include and library search paths by editing
        QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in /home/pm/PROJECTS/qt-everywhere-opensource-src-4.7.3/mkspecs/linux-g++-64.

        1. make can't proceed :

        pm@pmlaptop:~/PROJECTS/qt-everywhere-opensource-src-4.7.3$ make
        make: *** No targets specified and no makefile found. Stop.

        ???

        I tried to rum make inside qmake internal folder -->

        pm@pmlaptop:~/PROJECTS/qt-everywhere-opensource-src-4.7.3/qmake$ make
        make: Nothing to be done for `first'.

        Why the qt version can't be made?

        Thank you very much for your help.

        1 Reply Last reply
        0
        • V Offline
          V Offline
          vsorokin
          wrote on last edited by
          #4

          You need install libX11 devele packages in your system

          --
          Vasiliy

          1 Reply Last reply
          0
          • S Offline
            S Offline
            swhweng
            wrote on last edited by
            #5

            bq. You need install libX11 devele packages in your system

            I have already installed next libraries :

            libx11-6
            libx11-data
            libx11-dev
            x11-utils

            what can be done to proceed with the qt version installation?

            thanks.

            1 Reply Last reply
            0
            • D Offline
              D Offline
              dreamerindia
              wrote on last edited by
              #6

              hi i got similar problem....
              i tried to compile the QT with following command by following “http://forums.digi.com/support/forum/viewthread_thread,6858#20693”

              ./configure -confirm-license -embedded arm -xplatform qws/linux-arm-g++ -prefix /usr/local/QtEmbedded-4.4.3 -hostprefix /usr/local/DigiEL-5.6/x-tools/arm-cortex_a8-linux-gnueabi -qt-sql-sqlite -depths 15,16 -qt-kbd-usb -qt-mouse-tslib
              

              and i got this error

              Basic XLib functionality test failed!
               You might need to modify the include and library search paths by editing
              QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in /home/qmax/Desktop/QT_Latest/qt-x11-opensource-src-4.5.3/mkspecs/qws/linux-arm-g++.
              

              I tried the following
              Try 1:

              sudo apt-get build-dep qt4-qmake (installed)
              

              Ref:http://www.qtforum.org/article/27401/debian-xlib-test-failed-after-configure.html

              Try 2:

              sudo apt-get build-dep  libxext-dev
              

              Ref:http://www.qtforum.org/article/27886/installing-qt4-problem-basic-xlib-functionality-test-failed.html

              Try 3:

              sudo apt-get install libx11-dev libxau-dev libxaw7-dev libxcb1-dev libxcomposite-dev libxcursor-dev libxdamage-dev libxdmcp-dev
              sudo apt-get install libxext-dev libxfixes-dev libxfont-dev libxft-dev libxi-dev libxinerama-dev libxkbfile-dev libxmu-dev libxmuu-dev
              sudo apt-get install libxpm-dev libxrandr-dev libxrender-dev libxres-dev libxss-dev libxt-dev libxtst-dev libxv-dev libxvmc-dev
              sudo apt-get install libglib2.0-dev
              sudo apt-get install libssl-dev
              sudo apt-get install libgtk2.0-dev
              sudo apt-get install libcups2-dev
              sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev
              sudo apt-get install libgstreamer0.10-dev
              

              Ref:http://qt-project.org/wiki/Compile_Qt_4.7_on_Ubuntu_10.10

              Try 4:

              sudo apt-get install ^libxcb.* libx11-xcb-dev libglu1-mesa-dev libxrender-dev -y
              

              Ref:http://qt-project.org/forums/viewthread/15858

              But nothing works…still same error…..

              ~Ravivarman~

              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