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 - tqtinterface FTBFS if tqt3 was build without opengl and opengl is not present on system
Summary: tqtinterface FTBFS if tqt3 was build without opengl and opengl is not present...
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: qt3 (show other bugs)
Version: R14.1.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: R14.0.9
  Show dependency treegraph
 
Reported: 2016-05-02 20:25 CDT by Alexander Golubev (Fat-Zer)
Modified: 2022-05-03 18:13 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
example of tqt-mt.pc if build without opengl (1.03 KB, text/plain)
2016-05-02 20:41 CDT, Alexander Golubev (Fat-Zer)
Details

Note You need to log in before you can comment on or make changes to this bug.
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