| Summary: | avp-cvs not compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Aben Siatris <aben> |
| Component: | [OLD] Games | Assignee: | Gentoo Games <games> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Aben Siatris
2003-12-22 05:52:18 UTC
what does `ls -al /usr/include/GL/` show ? what version of XFree do you have ? do you use the nvidia opengl implementation ? if so, what version of nvidia-glx do you use ? ive tried both xfree and nvidia and avp-cvs compiles just fine for me ok, this is listing... gentoo_aben# ls -al /usr/include/GL/ total 439 drwxr-xr-x 2 root root 512 Dec 3 19:15 . drwxr-xr-x 9 root root 280 Dec 3 19:12 .. -rw-r--r-- 1 root root 0 Nov 24 16:42 .keep -r--r--r-- 1 root root 7946 Dec 3 19:11 GLwDrawA.h -r--r--r-- 1 root root 4433 Dec 3 19:11 GLwDrawAP.h -r--r--r-- 1 root root 2309 Dec 3 19:11 GLwMDrawA.h -r--r--r-- 1 root root 2311 Dec 3 19:11 GLwMDrawAP.h lrwxrwxrwx 1 root root 35 Dec 15 09:51 gl.h -> /usr/lib/opengl/nvidia/include/gl.h -r--r--r-- 1 root root 258464 Dec 3 19:11 glext.h -r--r--r-- 1 root root 15916 Dec 3 19:11 glu.h -rw-r--r-- 1 root root 30192 Nov 26 13:39 glut.h -rw-r--r-- 1 root root 4109 Nov 26 13:39 glutf90.h lrwxrwxrwx 1 root root 36 Dec 15 09:51 glx.h -> /usr/lib/opengl/nvidia/include/glx.h -r--r--r-- 1 root root 26076 Dec 3 19:11 glxext.h -r--r--r-- 1 root root 2543 Dec 3 19:11 glxint.h -r--r--r-- 1 root root 2453 Dec 3 19:11 glxmd.h -r--r--r-- 1 root root 51725 Dec 3 19:11 glxproto.h lrwxrwxrwx 1 root root 42 Dec 15 09:51 glxtokens.h -> /usr/lib/opengl/nvidia/include/glxtokens.h -r--r--r-- 1 root root 8209 Dec 3 19:11 osmesa.h *x11-base/xfree - Latest version installed: 4.3.0-r3 yes, i have nvidia opengl *media-video/nvidia-glx - Latest version installed: 1.0.4496 ok, i confirmed this ... it fails with nvidia-glx-1.0.4496 ... however it works with nvidia-glx-1.0.5328 ... so i'm kind of in a toss up ;) i say unless the fix is easy to not bother ... "opengl-update xfree" helps nvidia-glx-1.0.5328 is masked. please if USE="nv" add nvidia-glx-1.0.5328 as dependency after "opengl-update xfree": main.o(.text+0x61): In function `ReadJoysticks': : undefined reference to `SDL_JoystickUpdate' main.o(.text+0x6f): In function `ReadJoysticks': : undefined reference to `SDL_JoystickNumAxes' main.o(.text+0x7f): In function `ReadJoysticks': : undefined reference to `SDL_JoystickNumBalls' main.o(.text+0x8d): In function `ReadJoysticks': : undefined reference to `SDL_JoystickNumHats' main.o(.text+0xa9): In function `ReadJoysticks': : undefined reference to `SDL_JoystickGetAxis' main.o(.text+0xd5): In function `ReadJoysticks': : undefined reference to `SDL_JoystickGetHat' main.o(.text+0x186): In function `ReadJoysticks': : undefined reference to `SDL_JoystickGetAxis' main.o(.text+0x598): In function `InitSDL': : undefined reference to `SDL_NumJoysticks' main.o(.text+0x5a8): In function `InitSDL': : undefined reference to `SDL_JoystickOpen' main.o(.text+0xf41): In function `CheckForWindowsMessages': : undefined reference to `SDL_JoystickUpdate' main.o(.text+0xf4f): In function `CheckForWindowsMessages': : undefined reference to `SDL_JoystickNumButtons' main.o(.text+0xf8e): In function `CheckForWindowsMessages': : undefined reference to `SDL_JoystickGetButton' main.o(.text+0x1b05): In function `ExitWindowsSystem': : undefined reference to `SDL_JoystickClose' collect2: ld returned 1 exit status make: *** [AvP] Error 1 !!! ERROR: games-fps/avp-cvs-20031110 failed. !!! Function src_compile, Line 40, Exitcode 2 !!! make failed re-emerge libsdl to fix that SDL errors nvidia-glx-1.0.5328 is in unstable $emerge libsdl
$emerge avp-cvs
and...
same error
* media-libs/libsdl
Latest version available: 1.2.6-r3
Latest version installed: 1.2.6-r3
ah well you have 'nojoystick' in your USE ... if you read the description you do so at your own risk ... in other words, those errors are now your problem to fix :) i'm putting a warning into the ebuild that says you need either the xfree opengl or the nvidia-glx-1.0.5328 opengl in order to compile |