Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13357 - opengl-update xfree makes #include GL/glx.h invalid
Summary: opengl-update xfree makes #include GL/glx.h invalid
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-06 04:49 UTC by Jörg Rüppel
Modified: 2003-05-09 18:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jörg Rüppel 2003-01-06 04:49:02 UTC
I can't compile kdeartwork-3.1_rc6, because GL/glx.h is a broken symlink when opengl-update 
xfree has been used.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-07 13:26:15 UTC
 # opengl-update xfree
 * Switching to xfree OpenGL interface...                                      
      [ ok ]
 # ls -l /usr/include/GL/glx.h
lrwxr-xr-x    1 root     root           35 Jan  7 23:21 /usr/include/GL/glx.h ->
/usr/lib/opengl/xfree/include/glx.h
 # ls -l /usr/X11R6/include/GL/glx.h 
lrwxr-xr-x    1 root     root           35 Jan  7 23:21
/usr/X11R6/include/GL/glx.h -> /usr/lib/opengl/xfree/include/glx.h
 # opengl-update nvidia
 * Switching to nvidia OpenGL interface...   [ ok ]
 # ls -l /usr/include/GL/glx.h
lrwxr-xr-x    1 root     root           36 Jan  7 23:22 /usr/include/GL/glx.h ->
/usr/lib/opengl/nvidia/include/glx.h
 # ls -l /usr/X11R6/include/GL/glx.h 
lrwxr-xr-x    1 root     root           36 Jan  7 23:22
/usr/X11R6/include/GL/glx.h -> /usr/lib/opengl/nvidia/include/glx.h
 # 
Comment 2 Jörg Rüppel 2003-01-07 14:19:13 UTC
ls -l /usr/include/GL/glx.h 
lrwxrwxrwx    1 root     root           35 2003-01-06 19:37 /usr/include/GL/glx.h -> 
/usr/lib/opengl/xfree/include/glx.h 
ls -l /usr/lib/opengl/xfree/glx.h 
ls: /usr/lib/opengl/xfree/glx.h: Datei oder Verzeichnis nicht gefunden 
 
XFree 4.2.99.3 that is. Maybe this is the problem? 
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-07 16:50:48 UTC
Firstly, it is /usr/lib/opengl/xfree/include/glx.h, and not 
/usr/lib/opengl/xfree/glx.h as you have in your 'ls' command.


Then, I have  4.2.99.3 on one of my boxen, and that is working fine.
Maybe attach the output of:

  $ find /usr/lib/opengl/


Thanks.
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-05-09 18:41:07 UTC
seems to work