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. Installing qt-everywhere-opensource-src-4.8.4 in Debian 6 (Squeeze) 64bit
Forum Updated to NodeBB v4.3 + New Features

Installing qt-everywhere-opensource-src-4.8.4 in Debian 6 (Squeeze) 64bit

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

    Hello,

    I am trying to Install Qt 4.8.4 on my Debian6 64bit build machine where it will be used to build 32bit application.
    Here are the exact steps that i am executing.

    @sudo apt-get install libfontconfig1-dev libfreetype6-dev libx11-dev libxcursor-dev libxext-dev libxfixes-dev libxft-dev libxi-dev libxrandr-dev libxrender-dev

    I get a Basic XLib functionality test failed!
    You might need to modify the include and library search paths by editing QMAKE_INCIDR_X11 and QMAKE_LIBDIR_X11 in /path/mkspecs/linux-g++-32@

    So after looking for a solution, i suspect that it needs 32bit libraries for qt4.8.4. So i go ahead and tried building them from source.

    @
    libxext_1.1.2.orig.tar.gz from http://packages.debian.org/squeeze/libxext-dev.
    After unzipping and untarring, configure and install libxext as follows:
    ./configure CPPFLAGS=-m32 LDFLAGS=-m32
    make
    make install

    libx11_1.3.3.orig.tar.gz from http://packages.debian.org/squeeze/libx11-6.
    After unzipping and untarring, configure and install libx11 as follows:
    ./configure CPPFLAGS=-m32 LDFLAGS=-m32
    make
    make install

    libxcb_1.6.orig.tar.gz from http://packages.debian.org/squeeze/libxcb1
    After unzipping and untarring, configure and install libxcb as follows:
    ./configure CPPFLAGS=-m32 LDFLAGS=-m32
    make
    make install
    @

    I get a problem stating that libxcb1 is looking for python-xcbgen package. And when i installed python-xcbgen in my debian squeeze 64bit server, it destroyed my GUI which is unwanted.

    Can someone point out to me the correct way of downloading 32bit libraries for QT4.8.4?

    Thanks

    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