Results 1 to 5 of 5

Thread: QT 4.5 + .config problem with Basic XLib?

  1. #1
    Join Date
    Aug 2008
    Posts
    13
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default QT 4.5 + .config problem with Basic XLib?

    hello,

    installing X11 and after

    cd /tmp
    gunzip qt-x11-opensource-src-4.5.2.tar.gz # uncompress the archive
    tar xvf qt-x11-opensource-src-4.5.2.tar # unpack it

    and

    cd /tmp/qt-x11-opensource-src-4.5.2
    ./configure

    I'll get

    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 /tmp/qt-x11-opensource-src-4.5.2 /mkspecs/linux-g++.

    and

    E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily
    unavailable)
    E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

    -> .config stops and can't make the build.

    Haven't got those msg before...
    So, what I'm doing wrong?

    -cheers
    qoo

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QT 4.5 + .config problem with Basic XLib?

    Try: sudo apt-get install libxext-dev
    J-P Nurmi

  3. #3
    Join Date
    Aug 2008
    Posts
    13
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT 4.5 + .config problem with Basic XLib?

    tried that...didn't help...


    same result:

    desktop:/tmp/qt-x11-opensource-src-4.5.2$ sudo apt-get install libx11-dev libxext-dev libxtst-dev
    E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily
    unavailable)
    E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

  4. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QT 4.5 + .config problem with Basic XLib?

    Close the application (a package manager?) that has locked the package database.
    J-P Nurmi

  5. #5
    Join Date
    Aug 2008
    Posts
    13
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT 4.5 + .config problem with Basic XLib?

    There we go... yet another new thing we've learned

Similar Threads

  1. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  2. Replies: 2
    Last Post: 21st February 2008, 22:35
  3. trying to call Xlib inside qt app
    By phixx in forum Qt Programming
    Replies: 4
    Last Post: 12th February 2008, 20:28
  4. basic qt opengl problem
    By kingslee in forum Qt Programming
    Replies: 4
    Last Post: 12th November 2006, 15:26
  5. Basic: problem building designer application
    By kingslee in forum Qt Tools
    Replies: 2
    Last Post: 31st August 2006, 15:26

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.