okay I fixed that Jamfile but didn\'t work.
SubDir TOP src tools partview ;
Application ase_2_spr :
[ Wildcard *.cpp *.h ]
;
Just open the editor type that and save it under src/tools/partview/Jamfile that should do the trick. but as i mentioned before when I\'m doing \"jam -aq\" I\'ve got some errors. Here my console output
...patience...
...found 1585 target(s)...
...updating 336 target(s)...
C++ ./out/linuxx86/optimize/src/common/admin/adminmessage.o
In file included from src/common/admin/adminmessage.h:25,
from src/common/admin/adminmessage.cpp:25:
src/common/net/message.h:28:29: csutil/csendian.h: No such file or directory
In file included from src/common/net/message.h:34,
from src/common/admin/adminmessage.h:25,
from src/common/admin/adminmessage.cpp:25:
src/common/util/genqueue.h:28:27: csutil/thread.h: No such file or directory
In file included from src/common/net/message.h:34,
from src/common/admin/adminmessage.h:25,
from src/common/admin/adminmessage.cpp:25:
src/common/util/genqueue.h:94: error: type/value mismatch at argument 1 in
template parameter list for `template class csRef\'
src/common/util/genqueue.h:94: error: expected a type, got `csMutex\'
src/common/util/genqueue.h:94: error: ISO C++ forbids declaration of `mutex\'
with no type
src/common/util/genqueue.h:95: error: type/value mismatch at argument 1 in
template parameter list for `template class csRef\'
src/common/util/genqueue.h:95: error: expected a type, got `csCondition\'
src/common/util/genqueue.h:95: error: ISO C++ forbids declaration of `
datacondition\' with no type
In file included from src/common/admin/adminmessage.h:25,
from src/common/admin/adminmessage.cpp:25:
src/common/net/message.h: In member function `size_t
psMessageBytes::GetTotalSize() const\':
src/common/net/message.h:68: error: `csLittleEndianShort\' undeclared (first use
this function)
src/common/net/message.h:68: error: (Each undeclared identifier is reported
only once for each function it appears in.)
src/common/net/message.h: In member function `size_t psMessageBytes::GetSize()
const\':
src/common/net/message.h:69: error: `csLittleEndianShort\' undeclared (first use
this function)
src/common/net/message.h: In member function `void
psMessageBytes::SetSize(unsigned int)\':
src/common/net/message.h:70: error: `csConvertEndian\' undeclared (first use
this function)
src/common/net/message.h: In member function `void
psMessageBytes::SetTotalSize(unsigned int)\':
src/common/net/message.h:71: error: `csConvertEndian\' undeclared (first use
this function)
src/common/net/message.h: In member function `void MsgEntry::Add(float)\':
src/common/net/message.h:217: error: `csConvertEndian\' undeclared (first use
this function)
src/common/net/message.h: In member function `void MsgEntry::Add(short unsigned
int)\':
src/common/net/message.h:274: error: `csConvertEndian\' undeclared (first use
this function)
src/common/net/message.h: In member function `void MsgEntry::Add(short int)\':
src/common/net/message.h:301: error: `csConvertEndian\' undeclared (first use
this function)
src/common/net/message.h: In member function `void MsgEntry::Add(int)\':
src/common/net/message.h:327: error: `csConvertEndian\' undeclared (first use
this function)
src/common/net/message.h: In member function `void MsgEntry::Add(unsigned int)
\':
src/common/net/message.h:353: error: `csConvertEndian\' undeclared (first use
this function)
src/common/net/message.h: In member function `void MsgEntry::Add(const
csVector3&)\':
src/common/net/message.h:460: error: `csConvertEndian\' undeclared (first use
this function)
src/common/net/message.h: In member function `float MsgEntry::GetFloat()\':
src/common/net/message.h:548: error: `csLittleEndianFloat\' undeclared (first
use this function)
src/common/net/message.h: In member function `int16_t MsgEntry::GetInt16()\':
src/common/net/message.h:566: error: `csLittleEndianShort\' undeclared (first
use this function)
src/common/net/message.h: In member function `uint16_t MsgEntry::GetUInt16()\':
src/common/net/message.h:584: error: `csLittleEndianShort\' undeclared (first
use this function)
src/common/net/message.h: In member function `int32_t MsgEntry::GetInt32()\':
src/common/net/message.h:603: error: `csLittleEndianLong\' undeclared (first use
this function)
src/common/net/message.h: In member function `uint32_t MsgEntry::GetUInt32()\':
src/common/net/message.h:621: error: `csLittleEndianLong\' undeclared (first use
this function)
src/common/net/message.h: In member function `csVector3 MsgEntry::GetVector()\':
src/common/net/message.h:692: error: `csLittleEndianFloat\' undeclared (first
use this function)
In file included from src/common/admin/adminmessage.h:26,
from src/common/admin/adminmessage.cpp:25:
src/common/net/messages.h: In constructor `
psGUIActiveMagicMessage::psGUIActiveMagicMessage(unsigned int,
psGUIActiveMagicMessage::commandType, csArray, bool)\':
src/common/net/messages.h:1806: warning: comparison between signed and unsigned
integer expressions
src/common/net/messages.h:1821: warning: comparison between signed and unsigned
integer expressions
src/common/admin/adminmessage.cpp: In member function `int
psDialogManager::InsertResponseSet(psResponse&)\':
src/common/admin/adminmessage.cpp:810: error: `GetDataSafe\' undeclared (first
use this function)
src/common/admin/adminmessage.cpp: In member function `int
psDialogManager::InsertTrigger(const char*, const char*, int, int, int, int,
int)\':
src/common/admin/adminmessage.cpp:849: error: `Downcase\' undeclared (first use
this function)
g++ -c -o ./out/linuxx86/optimize/src/common/admin/adminmessage.o -I/opt/crystal/include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686 -O3 -fomit-frame-pointer -ffast-math -I/opt/crystal/include -fexceptions -I. -I./include -I./src/common -I./src/client -I./src/server src/common/admin/adminmessage.cpp
...failed C++ ./out/linuxx86/optimize/src/common/admin/adminmessage.o ...
...skipped libpsadminnet.a for lack of libpsadminnet.a(adminmessage.o)...
...failed updating 1 target(s)...
...skipped 1 target(s)...
I hope that helps for the dev\'s. I want to play CB now. Why first bring out the Windooze package :-)