LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   glx.h too old (tuxracer problem!) (https://www.linuxquestions.org/questions/slackware-14/glx-h-too-old-tuxracer-problem-119939/)

Kjetil4455 11-25-2003 07:29 PM

glx.h too old (tuxracer problem!)
 
it says i have to download mesa libs, so i did. made and installed. still get the same message. "checking for GL/glx.h... yes
checking whether glx.h defines glXGetProcAddressARB... no
configure: error: Your copy of glx.h is out of date. You can get a more recent copy from the latest Mesa distribution (http://mesa3d.sourceforge.net).
"

Kjetil4455 11-26-2003 06:59 AM

no one?

vinay_s_s 12-04-2003 05:10 AM

Hey! I too have the same problem - Even on slack 9.1
Did u find a solution for that ?

Please reply

Zett 12-04-2003 06:31 AM

I have the same problem...

Z.

gt73 12-04-2003 08:39 AM

I found a workaround on an italian site dedicated to linux:

http://linuxdesktop.it/modules.php?n...rder=0&thold=0

It follows the translation:
"Just replace in ALL the files the string glXGetProcAddressARB with glXGetProcAddress, after that give the command aclocal && autoconf && automake from within the directory containing the sources and recompile with ./configure && make && make install". I omit the NVIDIA section because it didn't work for me anyway you can read it by clicking on the link above.

Enjoy playing with Linux.

vinay_s_s 12-05-2003 01:49 AM

Thanks Man I GOT TUXRACER WORKING!!!!!

The Penguin Races! (for now!)

squall14716 12-21-2003 11:41 PM

There's GOT to be a better way... is there?

kadaver 12-25-2003 11:18 AM

yes there is, by default the nvidia installer doesn't install the gl include files.
you have to copy them manually. I'm not on slack right now so I can't tell you where but you only have to read the nvidia-readme that ships with the driver. The readme states the mentioned directories under "OpenGL setup" I think...

Darktyco 12-25-2003 03:34 PM

I tried these steps but when I run automake I get "src/Makefile.am: required file './depcomp' not found".

I tried putting an empty depcomp file in there to make it happy, but then when I try to compile it screws up. If you have that file would you mind sending it to me?

vinay_s_s 12-25-2003 09:24 PM

Now first remove the current sources and uncompress fresh sources again.
Then, in the configure file, just find and replace glXGetProcAddressARB with glXGetProcAddress.

Dont do any other stuff
then just run ./configure --prefix=/usr and ...u know what.

(remember no aclocal && autoconf && automake or other thing just replace and run ./configure)

Darktyco 12-25-2003 10:55 PM

Sweeet! :) I haven't been able to play this game for two years!

To clarify, vinay's post is correct: only replace the glXGetProcAddressARB in the configure file and then straight away do ./configure && make && make install. Now I only need to get Frozen Bubble working ;)

Pryanik 01-18-2006 07:45 AM

I have followed all the instructions above, but it keeps saying something about ./depcomp
Quote:

src/Makefile.am: required file `./depcomp' not found
My distro is Slackware 10.0. Please help me, because I've wasted a lot of time to get an availability to play tuxracer and have no result.

cathectic 01-18-2006 06:58 PM

Please don't ressurect three year old threads - starting a new one would have got you better publicity.

The solution is not to use tuxracer - use ppracer, which is based on the last GPL released code of tuxracer and is still being actively maintained and improved. It shouldn't give you any strange problems when trying to compile.


All times are GMT -5. The time now is 11:43 PM.