hello
i have created some debian build directories for CEL and planeshift, still i\'m stuck with some issues
1) it doesn\'t work with old cel and planeshift (from MB package with sources of planeshift, cel, crystalspace and art)....but it\'s not serious as new version is comming, and cvs builds
i used build directory from official crystalspace debian package, and thats the problem i think.....but it doesn\'t matter ;-)
2) i cannot build cel with python....is it serious? i think not...
3) i can\'t build psserver, there is some wrong include in error.cpp, when i correct it, there is some problem with linking
4) even when i build ps with libdir=/usr/lib/games/planeshift and datadir=/usr/share/games/planeshift .... i still must link contents of these directories to directory with ps binaries....what\'s wrong?
i\'m building without new render, maybe it\'s source of problems
so ...
my packagings
planeshift -
http://www.cbox.cz/edepe/ps/planeshift.tar.bz2cel -
http://www.cbox.cz/edepe/ps/cel.tar.bz2packaging from official packages, just grab cvs version and unpack these archives to it...
CS -
http://www.cbox.cz/edepe/ps/cs.tar.bz2cal3d -
http://www.cbox.cz/edepe/ps/cal3d.tar.bz2build info
gcc (GCC) 3.3.4 (Debian)
Python 2.3.3
glibc 2.3.2.ds1-12
jam 2.5rc3-6
swig1.3 1.3.21-5
add 3) the error is
C++ src/server/error.o
In file included from /usr/include/c++/3.3/backward/iostream.h:31,
from error.cpp:3:
/usr/include/c++/3.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header.
Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard.
Examples include substituting the header for the header for C++ includes,
or instead of the deprecated header . To disable this warning use -Wno-deprecated.
error.cpp:6:27: psnet/pserror.h: No such file or directory
g++ -c -o src/server/error.o -I/usr/include -I/usr/local/cel/include -fexceptions -I../.. -I../../include -I../../src/common -I../../src/client -I../../src/server error.cpp
...failed C++ src/server/error.o ...
libor