Gentoo Archives: gentoo-dev

From: Gordon Pettey <petteyg359@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] missing opengl dependency header
Date: Fri, 13 Feb 2015 00:41:13
Message-Id: CAHY5MedP7=oMJm=SmbSNdHuGOcAxhsNFU2CcV-Rj9+CJh+6k-Q@mail.gmail.com
In Reply to: [gentoo-dev] missing opengl dependency header by Nicolas Sebrecht
1 On Thu, Feb 12, 2015 at 7:46 AM, Nicolas Sebrecht <nicolas.s-dev@×××××××.net
2 > wrote:
3 >
4 > In file included from modules/graphics/opengl/GLee.h:66:0,
5 > from modules/graphics/opengl/OpenGL.h:24,
6 > from modules/graphics/opengl/VertexBuffer.h:29,
7 > from modules/graphics/opengl/VertexBuffer.cpp:21:
8 > /usr/include/GL/gl.h:2055:22: fatal error: GL/glext.h: No such file or
9 > directory
10 > #include <GL/glext.h>
11 > ^
12 > compilation terminated.
13 > <...>
14 > $
15
16
17 > In fact, /usr/include/GL/glext.h is a relative symlink to
18 > ../../lib64/opengl/global/include/GL/glext.h
19
20 What ebuild creates the missing files in /usr/lib64/opengl/global ? I
21 > wasn't able to figure this out.
22 >
23
24 app-admin/eselect-opengl manages the symlinks to headers provided by
25 media-libs/mesa, I think. app-portage/pfl or http://www.portagefilelist.de/
26 will help you with finding packages owning files that might not exist on
27 your system.