03-06-2007, 08:59 PM,
|
|
rockin_XJ
Junior Member
|
Posts: 5
Threads: 1
Joined: Mar 2007
|
|
Need help
What packages do I need to download to be able to successfully install vdrift?
I have suse 10.1
AMd 64
GeForce 6600 graphics card
I have tried full data, source and binary packages and they don't work.
Please help
Thanks,
John
|
|
03-07-2007, 05:46 PM,
|
|
rockin_XJ
Junior Member
|
Posts: 5
Threads: 1
Joined: Mar 2007
|
|
When I run the autopackage I get this error msg:
Checking for SDL Network Library ... failed
-------------------------------
Error: Could not find 'SDL Network Library'. Try using the native package manager for SUSE Linux (yast) to install a package with similar name to 'sdl_net'.
Error: Unable to prepare package VDrift.
---------------------------------
sdl_net is installed on the system according to yast.
These files abide in the /usr/lib64 directory:
libSDL-1.2.so.0
libSDL-1.2.so.0.7.2
libSDL_image-1.2.so.0
libSDL_image-1.2.so.0.1.3
libSDL_mixer-1.2.so.0
libSDL_mixer-1.2.so.0.2.4
libSDL_net-1.2.so.0
libSDL_net-1.2.so.0.0.5
libSDL_net.a
libSDL_net.la
libSDL_net.so
libSDL_ttf-2.0.so.0
libSDL_ttf-2.0.so.0.6.0
libSDL_ttf.a
libSDL_ttf.la
libSDL_ttf.so
I think I'm getting close.
Tahnks,
John
|
|
03-15-2007, 07:26 PM,
|
|
rockin_XJ
Junior Member
|
Posts: 5
Threads: 1
Joined: Mar 2007
|
|
i just tried compiling from source and I get this message when I run the ./scons.py:
jhughes@linux-p589:~/Desktop/vdrift-2006-10-06-src> ./scons.py arch=a64
scons: Reading SConscript files ...
Checking for main() in C library openal... yes
Checking for C++ header file GL/gl.h... no
You do not have the GL/gl.h headers installed. Exiting.
The GL/gl.h file resides in: /usr/share/doc/NVIDIA-GLX-1.0/include/GL/gl.h
should I cp it to somewhere else?
I'm using Suse 10.1 AMD64 Geforce 6600
Not sure what to do now.
Thanks,
John
|
|
03-16-2007, 05:16 PM,
|
|
rockin_XJ
Junior Member
|
Posts: 5
Threads: 1
Joined: Mar 2007
|
|
Ok,These files reside in the /usr/include/GL dir
jhughes@linux-p589:/usr/include/GL> ls
amesa.h gle.h glu_mangle.h glx.h svgamesa.h xmesa_x.h
directfbgl.h glext.h GLwDrawA.h glx_mangle.h uglmesa.h
dmesa.h glfbdev.h GLwDrawAP.h mesa_wgl.h vms_x_fix.h
foomesa.h gl.h GLwMDrawA.h mglmesa.h wmesa.h
fxmesa.h gl_mangle.h GLwMDrawAP.h miniglx.h xmesa.h
ggimesa.h glu.h glxext.h osmesa.h xmesa_xf86.h
The suse software management tool does not list the lib-nvidia-glx-dev or
libmesa-dev packages.
|
|
03-21-2007, 06:12 AM,
|
|
rishabh
Junior Member
|
Posts: 25
Threads: 1
Joined: Mar 2007
|
|
Hi everybody,
It says the same for me, but I DO have gl.h. see:
rishabh@rishabh-desktop:/usr/include/GL$ ls
glext.h
gl.h
gl_mangle.h
glu.h
glu_mangle.h
glxext.h
glx.h
glx_mangle.h
osmesa.h
And I get the message "Checking for C++ header file GL/gl.h... no
You do not have the GL/gl.h headers installed. Exiting."
I've spent 3 days so far trying to install vdrift
|
|
03-21-2007, 06:14 AM,
|
|
rishabh
Junior Member
|
Posts: 25
Threads: 1
Joined: Mar 2007
|
|
and I restarted the comp, and even re-decompressed the tarred files, and ran ./scons.py again, but to no avail.
|
|
03-21-2007, 06:20 AM,
|
|
rishabh
Junior Member
|
Posts: 25
Threads: 1
Joined: Mar 2007
|
|
Hi there!
I (think) I found the problem:
you need to install the "scons" package.
|
|
03-21-2007, 06:23 AM,
|
|
rishabh
Junior Member
|
Posts: 25
Threads: 1
Joined: Mar 2007
|
|
and I got a pageful of messages while installing, which ended in a:
sh: o: not found
Install file: "build/vdrift" as "/usr/share/games/vdrift/bin/vdrift"
scons: *** [/usr/share/games/vdrift/bin/vdrift] build/vdrift: No such file or directory
scons: building terminated because of errors.
well??
|
|
03-21-2007, 06:26 AM,
|
|
rishabh
Junior Member
|
Posts: 25
Threads: 1
Joined: Mar 2007
|
|
hmm... got through that too.
made an empty doc in the "build" dir named "vdrift"
|
|
|