Author Topic: Problem installing on linux box  (Read 303 times)

nemesis_rebirth

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
Problem installing on linux box
« on: March 07, 2004, 02:29:38 pm »
Hi guys. I got a problem installing PS on my linux box.
I downloaded planeshift-0.2.010FullSourceAndArt.tar.gz
untared it
went into my_planeshift dir
made
#sh build.sh
everything begins fine, but at the end i got this messages :

data/Jamfile: No such file or directory
plugins/cssaver/Jamfile: No such file or directory
apps/Jamfile: No such file or directory
...patience...
...patience...
...found 2489 target(s)...
...updating 3 target(s)...
Bison plugins/aws/skinpars.cpp
plugins/aws/skinpars.yy:35 parser name defined to default :\"parse\"
\"plugins/aws/skinpars.yy\", line 61: type redeclaration for window_item
\"plugins/aws/skinpars.yy\", line 61: invalid %type declaration
 
    bison -d -p aws -o plugins/aws/skinpars.cpp plugins/aws/skinpars.yy
   
...failed Bison plugins/aws/skinpars.cpp ...
...skipped skinpars.o for lack of skinpars.cpp...
...skipped aws.so for lack of skinpars.o...
...failed updating 1 target(s)...
...skipped 2 target(s)...

something seems to be missing.
after that, make_distro.sh returns me this :
cp: cannot stat `cel/*.so\': No such file or directory
cp: cannot stat `planeshift/*so\': No such file or directory
cp: cannot stat `planeshift/psclient\': No such file or directory
cp: cannot stat `planeshift/pssetup\': No such file or directory
cp: cannot stat `planeshift/updater\': No such file or directory


What do i have to install?

Torgalison

  • Traveller
  • *
  • Posts: 14
    • View Profile
(No subject)
« Reply #1 on: March 07, 2004, 04:15:08 pm »
you have to install crystal space and cel. delete that you have installed and put this in your console but you need to have those packages first :
cvs zlib1g-dev bison-1.35 gcc-3.2 g++-3.2 cpp-3.2 jam libmng-dev libmikmod2-dev libogg-dev libvorbis-dev zlib1g-dev libpng3-dev libjpeg62-dev python2.3-dev  xlibmesa3-gl (or xlibmesa-gl-dev and xlibmesa-glu-dev, it depends of your xfree86 version).
if you have all of that do :

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crystal login
(press enter when there is password :)

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crystal co -rPRE_THING_FACTORIES CS && cd CS && ./configure CC=gcc-3.2 CXX=g++-3.2 CPP=cpp-3.2 && make all && export CRYSTAL=$PWD && echo \"export CRYSTAL=$PWD\" >> $HOME/.bashrc && cd .. && cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cel login
(press enter when there is password :)

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cel co -D 2003-05-16 cel && cd cel && export CSCONFPATH=$PWD && ./configure CC=gcc-3.2 CXX=g++-3.2 CPP=cpp-3.2 && jam && export CEL=$PWD && echo \"export CEL=$PWD\" >> $HOME/.bashrc && echo \"export CSCONFPATH=$PWD\" >> $HOME/.bashrc && cd .. && cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift login
(press enter when there is password :)

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift co -rMB010 planeshift && cd planeshift && ./autogen.sh && ./configure CC=gcc-3.2 CXX=g++-3.2 CPP=cpp-3.2 && jam && cd .. && wget -t0 -c http://heanet.dl.sourceforge.net/sourceforge/planeshift/planeshift.tar.gz && tar -xvzf planeshift.tar.gz planeshift/art