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 - ifog

Pages: [1]
1
HunterCo :

http://prdownloads.sourceforge.net/planeshift/planeshift-0.2.6.tar.bz2?download

You don\'t need a Windows to build and play this game (i don\'t have it too )  :=)

2
Technical Help: Problems BEFORE entering the game /
« on: March 19, 2003, 12:39:19 am »
\" also, I had to copy the following files from the .tar package
sndogg.so to /planeshift and csjnging.so to /CS \"

To mix somes binaries build on your system with somes binaries build on another system (with differents libraries , etc ) in the same program can fail .
For example , on the last Slackware , the ldd of the csjnging.so provided in the tar archive is :

ldd ./csjngimg.so
        *********
        libstdc++.so.5 => not found
        *********

To avoid this pb , you could provide the required libraries before the Crystal compilation .

For csjnging.so , you should install libmng first :
Download it here :
http://www.libmng.com/downloadpublic.html
./configure
make
make install
ldconfig
and then compil Crystal

(but maybe it\'s useless -see Jorrit\'comment here about jng format :
http://sourceforge.net/forum/forum.php?thread_id=813268&forum_id=2008 )

3
Technical Help: Problems BEFORE entering the game / Good howto :
« on: March 17, 2003, 12:29:03 am »

4
General Discussion / Build the linux version
« on: March 17, 2003, 12:18:43 am »
I m not Planeshift dev team member so i probably can\'t provide you a Linux binary (it\'s not a GPL game) :
But i can tell you how i made my own MB build :
(read the compiling.txt in Planeshift archive too ) :

**Crystal** :
cd /tmp
export CVSROOT=\":pserver:anonymous@cvs.crystal.sourceforge.net:/cvsroot/crystal\"
cvs -z3 co CS
cd CS
./configure
make -k all
make install
export CRYSTAL=/usr/local/crystal

**Jam **:
Download jam 2.5 :
http://ftp://ftp.perforce.com/pub/jam/jam-2.5.zip
unzip
make
./jam install

**CEL **:
cd /usr/local
export CVSROOT=\":pserver:anonymous@cvs.cel.sourceforge.net:/cvsroot/cel\"
cvs -z3 co cel
cd cel
./configure
jam
export CEL=/usr/local/cel
export CSCONFPATH=$CEL

**Planeshift **:
cd /usr/local
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift co planeshift
cd planeshift
cvs -z9 -q update -d -P -rMB
./autogen.sh
./configure
jam

**Download the last linux release :
http://prdownloads.sourceforge.net/planeshift/planeshift-0.2.6.tar.bz2?download
Copy the ART and DATA directory in your planeshift directory (/usr/local/planeshift).

et voila
PS : Don\'t forget the 3 export

5
General Discussion /
« on: March 15, 2003, 02:17:40 pm »
Thanks Jorrit
I can now upload to the server .

6
General Discussion /
« on: March 15, 2003, 01:50:57 am »
Should i have a 0.2.007 or a 0.2.006 to connect to the server ?
(i have downloaded and compiled the 3 CVS tonight and my psclient is only a 0.2.006 )

7
General Discussion / almost
« on: March 15, 2003, 01:30:49 am »
I have build today a Linux version on a Slackware 8.1 (CEL CVS , Crystal CVS , Planeshift CVS , jam 2.5) and it seems to works fine .
I can create a char , but unfortunatly , after i click on upload , i get the message :
\"you are not running the correct version of Planeshift for this server\"



8
General Discussion /
« on: March 10, 2003, 07:04:47 pm »
[/QUOTE]

It is supposed to be ready to install. There are some problems on some distros though. I don\'t have more information atm.

Greetings,
[/QUOTE]

If i remember , psclient is linked to libstdc++.so.5 and there\'s no libstdc++.so.5 in the last Slackware (ie 8.1)

The last rpm release was fine .(i don\'t remember the ldd of the psclient in this release)

Pages: [1]