I have examinded my logfiles and found the following problems:
C++ ./out/linuxx86/debug/src/common/paws/pawsobjectview.o
g++ -c -o ./out/linuxx86/debug/src/common/paws/pawsobjectview.o -DCS_DEBUG -g3 -I/usr/local/games/planeshift/CS/include -I/usr/local/games/planeshift/cel/include -fexceptions -I. -I./include -I./src/common -I./src/client -I./src/server src/common/paws/pawsobjectview.cpp
...failed C++ ./out/linuxx86/debug/src/common/paws/pawsobjectview.o ...
C++ ./out/linuxx86/debug/src/common/paws/pawspromptwindow.o
C++ ./out/linuxx86/debug/src/common/paws/pawsborder.o
...skipped libpaws.a for lack of libpaws.a(pawsobjectview.o)...
C++ ./out/linuxx86/debug/src/common/effects/pseffectobjsound.o
So pawsobjective.o can\'t be built and therefore libpaws also can\'t be compiled. The question is why...
Here is a detailed log of the error message dealing with the build process of pawsobjectview.o
src/common/paws/pawsmanager.cpp: In member function `int PAWSData::GetInt()\':
src/common/paws/pawsmanager.cpp:930: warning: converting to `int\' from `float\'
src/common/paws/pawsobjectview.cpp: In constructor `
pawsObjectView::pawsObjectView(PawsManager*)\':
src/common/paws/pawsobjectview.cpp:40: warning: converting to `int\' from `float
\'
src/common/paws/pawsobjectview.cpp: In member function `bool
pawsObjectView::LoadMap(const char*, const char*)\':
src/common/paws/pawsobjectview.cpp:114: error: `SetAttenuation\' undeclared
(first use this function)
src/common/paws/pawsobjectview.cpp:114: error: (Each undeclared identifier is
reported only once for each function it appears in.)
src/common/paws/pawsobjectview.cpp: In member function `bool
pawsObjectView::CreateMap()\':
src/common/paws/pawsobjectview.cpp:183: error: `SetAttenuation\' undeclared
(first use this function)
src/common/paws/pawsobjectview.cpp: In member function `virtual bool
pawsObjectView::OnMouseUp(int, int, int, int)\':
src/common/paws/pawsobjectview.cpp:430: warning: converting to `int\' from `
float\'
src/common/paws/pawsobjectview.cpp: In member function `virtual bool
pawsObjectView::OnMouseExit()\':
src/common/paws/pawsobjectview.cpp:441: warning: converting to `int\' from `
float\'
src/common/net/netbase.h:174: warning: inline function `int
NetBase::SendTo(sockaddr_in*, const void*, unsigned int)\' used but never
defined
src/server/combatmanager.cpp: In member function `void
psCombatManager::ApplyCombatEvent(psCombatGameEvent*, int)\':
src/server/combatmanager.cpp:537: warning: passing negative value `-1\' for
converting 8 of `psCombatEventMessage::psCombatEventMessage(unsigned int,
int, unsigned int, unsigned int, int, float, unsigned int, unsigned int)\'
src/server/combatmanager.cpp:556: warning: passing negative value `-1\' for
converting 8 of `psCombatEventMessage::psCombatEventMessage(unsigned int,
int, unsigned int, unsigned int, int, float, unsigned int, unsigned int)\'
src/server/combatmanager.cpp:575: warning: passing negative value `-1\' for
converting 8 of `psCombatEventMessage::psCombatEventMessage(unsigned int,
int, unsigned int, unsigned int, int, float, unsigned int, unsigned int)\'
src/server/combatmanager.cpp: In member function `void
psCombatManager::HandleDeathEvent(MsgEntry*)\':
src/server/combatmanager.cpp:767: warning: passing negative value `-1\' for
converting 7 of `psCombatEventMessage::psCombatEventMessage(unsigned int,
int, unsigned int, unsigned int, int, float, unsigned int, unsigned int)\'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/bin/ld: `.L320\' referenced in section `.rodata\' of /usr/local/games/planeshift/CS/./out/linuxx86/debug/libs/csutil/libcsutil.a(plugldr.o): defined in discarded section `.gnu.linkonce.t._ZN16csReporterHelper7ReportVEP15iObjectRegistryiPKcS3_Pc\' of /usr/local/games/planeshift/CS/./out/linuxx86/debug/libs/csutil/libcsutil.a(plugldr.o)
An almost desperate linux user ;-)
EnnserVogt