Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37420 - Qt compiled with openGL support is unsable
Summary: Qt compiled with openGL support is unsable
Status: RESOLVED DUPLICATE of bug 38471
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-06 14:36 UTC by Yann Le Moigne
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yann Le Moigne 2004-01-06 14:36:43 UTC
If QT was compiled with opengl support other QT application won't build.

When emerging a qt application, configure script generate a little source code to check if QT works. This script don't try to link with opengl, so compilation failed.

Reproducible: Always
Steps to Reproduce:
1. export USE="opengl"
2. emerge qt
3. emerge arts (or any qt app)

Actual Results:  
Arts compilation failed (said that qt-mt can't be find).

Expected Results:  
Arts compilation success ;)

I search a lot of time to find where it come from.

solution was :
export USE="-opengl"
emerge qt
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-01-06 17:57:42 UTC
That may be the case, but it;s an issue with opengl and not with Qt.  Are you using the nvidia drivers?  
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-01-18 08:22:20 UTC

*** This bug has been marked as a duplicate of 38471 ***