Results 1 to 2 of 2

Thread: configure Qt with opengl on Ubuntu 8.10

  1. #1
    Join Date
    Jan 2006
    Location
    Knivsta, Sweden
    Posts
    153
    Thanks
    30
    Thanked 13 Times in 12 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default configure Qt with opengl on Ubuntu 8.10

    After unpacking the latest Qt sources, I'm running

    ./configure -opengl

    and the output ends with

    All the OpenGL functionality tests failed!
    You might need to modify the include and library search paths by editing
    QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL

    I have installed the proprietary nvidia driver and programs like e.g stellarium are obviously using OpenGL. I have not installed anything specific that might give me the headers files that the configure script was apparently looking for. Is there something one can "apt-get install" that will put those headers in the appropriate places?

  2. The following user says thank you to drhex for this useful post:

    ferrabras (1st March 2011)

  3. #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: configure Qt with opengl on Ubuntu 8.10

    Try installing:
    • libgl1-mesa-dev
    • libglu1-mesa-dev
    J-P Nurmi

  4. The following 2 users say thank you to jpn for this useful post:

    drhex (8th January 2009), zarkov (25th February 2011)

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
  •  
Qt is a trademark of The Qt Company.