Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - daniele

Pages: [1]
1
i\'m trying to install planeshit from cvs on gentoo linux, but it seems there are problems with crystal space and/or cel.
that\'s are the steps i\'m following reading docs/Compile.txt:

- Crystal Space:

cd /usr/src/cvs/CS
cvs update
./configure
make -k all
make install
export CRYSTAL=/usr/local/crystal

- cel

cd /usr/local/crystal/cel
cvs update
./configure
jam
export CEL=/usr/local/crystal/cel
export CSCONFPATH=\"$CSCONFPATH $CEL\"

- planeshift
cd /usr/src/cvs/planeshift
./autogen.sh

i get this error:
Note that the Crystal Space directory is detect by looking at the CRYSTAL
environment variable. Make sure this variable is set correctly.
Unknown lib: cel
Usage: cs-config [OPTIONS] [LIBRARIES]

- pray
it doesn\'t work

Pages: [1]