On Sonntag 12 April 2009, Strake wrote:
> I was running happily with VLC 0.9.7 until I discovered that I had
> built it without a52 support, which was required to view some file. I
> promptly changed the appropriate USE flag and re-emerged. However, the
> emerge now fails with the uninformative die message "econf failed".
>
> This is the section of the build log which seems relevant:
> checking GL/glu.h usability... no
> checking GL/glu.h presence... no
> checking for GL/glu.h... no
> checking GL/glx.h usability... no
> checking GL/glx.h presence... no
> checking for GL/glx.h... no
> configure: error: Please install GL development package. Alternatively
> you can also configure with --disable-glx.
>
> I simply do not know which package I must install! I would prefer not
> to disable gl support. To which package is this message referring?


you have to install mesa.
If mesa is installed, there should be symlinks in /usr/include/GL pointing to 
the right header files:
ls -lh /usr/include/GL/
insgesamt 2,2M
-rw-r--r-- 1 root root 4,6K 29. Mär 23:52 dmesa.h
-rw-r--r-- 1 root root 2,2K 29. Mär 23:52 ggimesa.h
-rwxr-xr-x 1 root root 246K  5. Apr 05:29 glATI.h
-rw-r--r-- 1 root root 622K  4. Dez 06:06 glew.h
lrwxrwxrwx 1 root root   40  5. Apr 19:11 glext.h -> 
/usr/lib64/opengl/global/include/glext.h
-rw-r--r-- 1 root root 4,3K 29. Mär 23:52 glfbdev.h
lrwxrwxrwx 1 root root   39  5. Apr 19:11 gl.h -> /usr/lib64/opengl/xorg-
x11/include/gl.h
-rw-r--r-- 1 root root 101K 29. Mär 23:52 gl_mangle.h
-rw-r--r-- 1 root root  17K 29. Mär 23:52 glu.h
-rw-r--r-- 1 root root 3,3K 29. Mär 23:52 glu_mangle.h
-rw-r--r-- 1 root root 4,1K  2. Aug 2007  glutf90.h
-rw-r--r-- 1 root root  30K  2. Aug 2007  glut.h
-rwxr-xr-x 1 root root 7,3K  5. Apr 05:29 glxATI.h
-rw-r--r-- 1 root root  56K  4. Dez 06:06 glxew.h
lrwxrwxrwx 1 root root   41  5. Apr 19:11 glxext.h -> 
/usr/lib64/opengl/global/include/glxext.h
lrwxrwxrwx 1 root root   40  5. Apr 19:11 glx.h -> /usr/lib64/opengl/xorg-
x11/include/glx.h
-rw-r--r-- 1 root root 4,2K 30. Jul 2008  glxint.h
-rw-r--r-- 1 root root 3,4K 29. Mär 23:52 glx_mangle.h
lrwxrwxrwx 1 root root   42  5. Apr 19:11 glxmd.h -> /usr/lib64/opengl/xorg-
x11/include/glxmd.h
lrwxrwxrwx 1 root root   45  5. Apr 19:11 glxproto.h -> 
/usr/lib64/opengl/xorg-x11/include/glxproto.h
lrwxrwxrwx 1 root root   46  5. Apr 19:11 glxtokens.h -> 
/usr/lib64/opengl/xorg-x11/include/glxtokens.h
drwxr-xr-x 2 root root    4 29. Mär 23:52 internal
-rw-r--r-- 1 root root 4,9K 29. Mär 23:52 mesa_wgl.h
-rw-r--r-- 1 root root 3,1K 29. Mär 23:52 mglmesa.h
-rw-r--r-- 1 root root 8,4K 29. Mär 23:52 osmesa.h
-rw-r--r-- 1 root root 2,5K 29. Mär 23:52 svgamesa.h
-rw-r--r-- 1 root root  51K 29. Mär 23:52 vms_x_fix.h
-rw-r--r-- 1 root root  50K  4. Dez 06:06 wglew.h
-rw-r--r-- 1 root root 4,4K 29. Mär 23:52 wmesa.h


Reply via email to