Re: [gentoo-dev] missing opengl dependency header

2015-02-15 Thread Jeroen Roovers
On Thu, 12 Feb 2015 14:46:17 +0100
Nicolas Sebrecht nicolas.s-...@laposte.net wrote:

 I've compiled love2d-0.9.1 from the sources with Gentoo.

We cannot fix what you do while you work around the package manager. If
it has an ebuild that fails, then we can help you. This mailing list
certainly isn't the right place to seek support with that, and the bug
tracker might be neither if no ebuild controls that build attempt.

 In fact, /usr/include/GL/glext.h is a relative symlink to
   ../../lib64/opengl/global/include/GL/glext.h

Please file a bug report if that is still appropriate.


 jer



Re: [gentoo-dev] missing opengl dependency header

2015-02-12 Thread Gordon Pettey
On Thu, Feb 12, 2015 at 7:46 AM, Nicolas Sebrecht nicolas.s-...@laposte.net
 wrote:

   In file included from modules/graphics/opengl/GLee.h:66:0,
from modules/graphics/opengl/OpenGL.h:24,
from modules/graphics/opengl/VertexBuffer.h:29,
from modules/graphics/opengl/VertexBuffer.cpp:21:
   /usr/include/GL/gl.h:2055:22: fatal error: GL/glext.h: No such file or
 directory
#include GL/glext.h
 ^
   compilation terminated.
   ...
   $


 In fact, /usr/include/GL/glext.h is a relative symlink to
   ../../lib64/opengl/global/include/GL/glext.h

What ebuild creates the missing files in /usr/lib64/opengl/global ? I
 wasn't able to figure this out.


app-admin/eselect-opengl manages the symlinks to headers provided by
media-libs/mesa, I think. app-portage/pfl or http://www.portagefilelist.de/
will help you with finding packages owning files that might not exist on
your system.