By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 2645

Summary: tqtinterface FTBFS if tqt3 was build without opengl and opengl is not present on system
Product: TDE Reporter: Alexander Golubev (Fat-Zer) <fatzer2>
Component: qt3Assignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, fatzer2, slavek.banko
Priority: P5    
Version: R14.1.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 3085    
Attachments: example of tqt-mt.pc if build without opengl

Description Alexander Golubev (Fat-Zer) 2016-05-02 20:25:18 CDT
The build of tqtinterface fails with:

===
In file included from
/var/tmp/portage/dev-qt/tqtinterface-9999/work/tqtinterface/qtinterface/interface_tqt3/tqgl.cpp:23:0:
/usr/tqt3/include/ntqgl.h:83:21: fatal error: GL/glu.h: No such file
or directory
 # include <GL/glu.h>
===

As you can see it because GL/glu.h is not present on the system (which
should be ok for non-opengl build). I believe it would be wrong to add a yet another build time dependency only because of excess header which doesn't
needed to produce any useful code...

The issue was reported on maillist several months ago.
Comment 1 Slávek Banko 2016-05-02 20:35:32 CDT
If tqt3 is built without opengl in pkg-config file is qt_config variable without reference to opengl?
Comment 2 Alexander Golubev (Fat-Zer) 2016-05-02 20:41:08 CDT
Created attachment 2654 [details]
example of tqt-mt.pc if build without opengl
Comment 3 Slávek Banko 2022-05-03 18:13:43 CDT
Bug is resolved by TDE/tqtinterface#3
https://mirror.git.trinitydesktop.org/gitea/TDE/tqtinterface/pulls