suse 10.1 svn compiling guide v0.1

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
wirser
Bounty Hunter
Bounty Hunter
Posts: 201
Joined: Wed Dec 01, 2004 8:06 pm
Location: not where i want to be

suse 10.1 svn compiling guide v0.1

Post by wirser »

ok so I'm trying different distros today I got vs-svn working on suse 10.1 with 86_64 nvidia system here is how I succeeded.


yast online, update configuration
3d driver for your graphics card (for nvidia you will need to have installed-
http://en.opensuse.org/NVIDIA for nvidia card on how to install drivers)
kernel-source is probably needed to compile driver

----------install-----------
subversion
automake
autoconf
gcc-c++
python-devel
SDL-devel
SDL_mixer-devel*
freeglut-devel
_____add these two links________
ln -s /usr/X11R6/lib64/libXmu.so /usr/lib64/libXmu.so
ln -s /usr/X11R6/lib64/libXi.so /usr/lib64/libXi.so
for files not found by configure ,reported as "GLUT library not found or too old version." replace "lib64" with "lib" for 32bit systems
__________install________
libpng-devel
libjpeg-devel
OpenAL-devel*
gtk-devel*

run svn as described in obtain source from SVN how-to in wiki eg
svn co https://svn.sourceforge.net/svnroot/veg ... vegastrike
svn co https://svn.sourceforge.net/svnroot/veg ... nk/data4.x
svn co https://svn.sourceforge.net/svnroot/veg ... runk/music

in vegastrike source directory run the following
sh ./bootstrap-sh
./configure
make vegastrike soundserver **

cd ../data4.x
ln -s ../vegastrike/vegastrike
ln -s ../vegastrike/soundserver

to start , stay in data4.x folder and run ./vegastrike from there


86-64 issues EDIT solved svn 10820

*not found in suse 10.1 standard distribution available on mirrors only such as:
http://ftp.opensuse.org/pub/opensuse/di ... se/x86_64/
http://lisa.gov.pt/ftp/suse/SL-10.1/ins ... se/x86_64/
openal-devel-1.0.20051129-17.x86_64.rpm

** due to conflicts reported by make concerning expat package just running make will end in errors
if current_situation=fact and if current_situation=faith
then current_forcast = excitement
Post Reply