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

Pages: [1]
1
Technical Help: Problems BEFORE entering the game /
« on: September 25, 2003, 09:56:53 am »
nobody here who can help me?

i tried to build the binaries from cvs and from the \"withArts\" tar,
but still does not compile PS including the CS problem wich i try to find out in this forum and CS mailing list.
i found a thread in this forum with the same CS problem but could not find an answer  or solution.


is here someone who is playing PS under debian woody?
i followed the instructions from this url

http://www16.brinkster.com/acraig/planeshift/buildmb.html

maybe i have  wrong versions of some libaries etc.

please help me, i really would like to have a look into PS.

thank you in advance

2
Technical Help: Problems BEFORE entering the game /
« on: September 24, 2003, 12:14:27 am »
thank you, that worked

./celtst
is runnign now

but i found some errors in earlier compilation of
CS

C++ ./out/linuxx86/optimize/plugins/aws/skinlex.o
cc1plus: Invalid option `-Wno-unused-function\'
cc1plus: Invalid option `-Wno-unused-label\'
plugins/aws/skinlex.ll: In function `int awslex(yystype *)\':
plugins/aws/skinlex.ll:98: warning: label `find_rule\' defined but not used
plugins/aws/skinlex.ll: At top level:
plugins/aws/skinlex.ll:908: warning: `void * yy_flex_realloc(void *, unsigned int)\' defined but not used
plugins/aws/skinlex.ll:391: warning: `void yyunput(int, char *)\' defined but not used

    g++ -c -o ./out/linuxx86/optimize/plugins/aws/skinlex.o -Wall -Wno-unknown-pragmas -mcpu=pentiumpro -march=i686 -I/usr/local/include -fno-exceptions -Wno-unused-function -Wno-unused-label  -Iplugins/aws -I./include -I. -I./include -I./plugins -I./apps -I./libs plugins/aws/skinlex.cpp

...failed C++ ./out/linuxx86/optimize/plugins/aws/skinlex.o ...
...skipped aws.so for lack of skinlex.o...

version of bison is 1.35

and after downloading from cvs
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift co -rMB010 planeshift

i try to compile
./autogen.sh
./configure --disable-jamtest
jam

now i get for almost every item an errormessage like this:

C++ ./out/linuxx86/psbutton.o
In file included from src/common/net/cmdhandler.h:11,
                 from src/client/gui/base/psbutton.cpp:41:
/mnt/bigdata/compile/CS/include/csutil/csdllist.h:25: warning: #warning csDLList is deprecated. Please use csList from csutil/list.h

than you

3
Technical Help: Problems BEFORE entering the game /
« on: September 23, 2003, 12:54:22 pm »
Hello,
since 2 days i try to get it run but without any succsess, it would be nice if i can get help.

downloded and installed jam
wget  -t0 -c http://public.perforce.com/public/jam/jam-2.5.tar
ln -s /mnt/bigdata/compile/jam-2.5/bin.linuxx86/jam /usr/bin/jam
jam -v
Jam 2.5rc3. OS=LINUX. Copyright 1993-2002 Christopher Seiwald

the same with CS
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crystal login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crystal co -rPRE_THING_FACTORIES CS
export CRYSTAL=/mnt/bigdata/compile/CS
./walktest --recalc --relight
is running fine

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cel login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cel co cel
export CSCONFPATH=/mnt/bigdata/compile/cel
./configure
jam
...found 278 target(s)...
...updating 22 target(s)...

....and now iam receiving alot of errormessages
some exmaples

-----
C++ ./out/linuxx86/optimize/plugins/propclass/common/stdpcimp.o
plugins/propclass/common/stdpcimp.cpp: In method `bool celPcCommon::RemovePropertyChangeCallback(iCelPropertyChangeCallback *)\':
plugins/propclass/common/stdpcimp.cpp:78: no matching function for call to `csRefArray::DeleteIndex (int &)\'

    g++ -c -o ./out/linuxx86/optimize/plugins/propclass/common/stdpcimp.o -I/mnt/bigdata/compile/CS/include     -Wall   -O3  -I. -I./include plugins/propclass/common/stdpcimp.cpp

...failed C++ ./out/linuxx86/optimize/plugins/propclass/common/stdpcimp.o ...
...skipped libcelcommon.a for lack of libcelcommon.a(stdpcimp.o)...
C++ ./out/linuxx86/optimize/plugins/stdphyslayer/entity.o
In file included from plugins/stdphyslayer/entity.h:26,
                 from plugins/stdphyslayer/entity.cpp:23:
plugins/stdphyslayer/pl.h:40: syntax error before `;\'
plugins/stdphyslayer/entity.cpp: In method `bool celEntityList::Remove(iCelEntity *)\':
plugins/stdphyslayer/entity.cpp:107: no matching function for call to `csRefArray::DeleteIndex (int &)\'
plugins/stdphyslayer/entity.cpp: In method `bool celEntityList::Remove(int)\':
plugins/stdphyslayer/entity.cpp:118: no matching function for call to `csRefArray::DeleteIndex (int &)\'

    g++ -c -o ./out/linuxx86/optimize/plugins/stdphyslayer/entity.o -I/mnt/bigdata/compile/CS/include     -Wall   -O3  -I. -I./include plugins/stdphyslayer/entity.cpp

...failed C++ ./out/linuxx86/optimize/plugins/stdphyslayer/entity.o ...
C++ ./out/linuxx86/optimize/plugins/stdphyslayer/pl.o
In file included from plugins/stdphyslayer/pl.cpp:23:
plugins/stdphyslayer/pl.h:40: syntax error before `;\'
plugins/stdphyslayer/pl.cpp: In method `celPlLayer::~celPlLayer()\':
plugins/stdphyslayer/pl.cpp:78: `removecallbacks\' undeclared (first use this function)
plugins/stdphyslayer/pl.cpp:78: (Each undeclared identifier is reported only once
plugins/stdphyslayer/pl.cpp:78: for each function it appears in.)
plugins/stdphyslayer/pl.cpp: In method `class csPtr celPlLayer::FindNearbyEntities(iSector *, const csVector3 &, float)\':
plugins/stdphyslayer/pl.cpp:291: `iMeshWrapperIterator\' undeclared (first use this function)
plugins/stdphyslayer/pl.cpp:291: template argument 1 is invalid
plugins/stdphyslayer/pl.cpp:291: ANSI C++ forbids declaration `objit\' with no type
plugins/stdphyslayer/pl.cpp:292: no matching function for call to `iEngine::GetNearbyMeshes (iSector *&, const csVector3 &, float &)\'
plugins/stdphyslayer/pl.cpp:293: base operand of `->\' is not a pointer
plugins/stdphyslayer/pl.cpp:295: base operand of `->\' is not a pointer
plugins/stdphyslayer/pl.cpp: In method `void celPlLayer::Uncache(iBase *)\':
plugins/stdphyslayer/pl.cpp:391: no matching function for call to `csRefArray::DeleteIndex (int &)\'

    g++ -c -o ./out/linuxx86/optimize/plugins/stdphyslayer/pl.o -I/mnt/bigdata/compile/CS/include     -Wall   -O3  -I. -I./include plugins/stdphyslayer/pl.cpp

...failed C++ ./out/linuxx86/optimize/plugins/stdphyslayer/pl.o ...
C++ ./out/linuxx86/optimize/plugins/stdphyslayer/propclas.o
plugins/stdphyslayer/propclas.cpp: In method `bool celPropertyClassList::Remove(iCelPropertyClass *)\':
plugins/stdphyslayer/propclas.cpp:71: no matching function for call to `csRefArray::DeleteIndex (int &)\'
plugins/stdphyslayer/propclas.cpp: In method `bool celPropertyClassList::Remove(int)\':
plugins/stdphyslayer/propclas.cpp:81: no matching function for call to `csRefArray::DeleteIndex (int &)\'

    g++ -c -o ./out/linuxx86/optimize/plugins/stdphyslayer/propclas.o -I/mnt/bigdata/compile/CS/include     -Wall   -O3  -I. -I./include plugins/stdphyslayer/propclas.cpp
--------

...failed updating 12 target(s)...
...skipped 10 target(s)...

is there anybody outhere with a clue ? :)

Pages: [1]