PlaneShift

Support => Technical Help: Problems BEFORE entering the game => Topic started by: La0c00n on December 27, 2004, 11:59:04 pm

Title: Linux compilation error
Post by: La0c00n on December 27, 2004, 11:59:04 pm
Hello all,

I just tried to compile the release of CB following Acraig\'s instructions for gentoo.

The whole thing compiled fine until i came to planeshift.

Here is the output of jam:


C++ ./out/linuxppc/optimize/src/client/gui/pawsconfigsound.o
src/client/gui/pawsconfigsound.cpp: In member function `virtual bool pawsConfigSound::OnButtonPressed(int, int, pawsWidget*)\':
src/client/gui/pawsconfigsound.cpp:148: error: \'class PawsManager\' has no member named \'ToggleSounds\'
src/client/gui/pawsconfigsound.cpp:150: error: \'class PawsManager\' has no member named \'ToggleSounds\'

    g++ -c -o ./out/linuxppc/optimize/src/client/gui/pawsconfigsound.o     -I/home/bastien/development/CS/include      -I/home/bastien/development/cel/include -fexceptions  -I. -I./include -I./src/common -I./src/client -I./src/server src/client/gui/pawsconfigsound.cpp

...failed C++ ./out/linuxppc/optimize/src/client/gui/pawsconfigsound.o ...
...skipped libgui.a for lack of libgui.a(pawsconfigsound.o)...
...failed updating 1 target(s)...
...skipped 1 target(s)...
...updated 129 target(s)...

Well, if anyone have a solution or just an idea how to fix it....
Title:
Post by: zeeg on December 28, 2004, 12:05:51 am
I\'m having the exact same problem compliling CB on Gentoo.
Title:
Post by: acraig on December 28, 2004, 01:28:50 am
I believe you need up update your PlaneShift source code.  This was recently added so may have got code in the middle of an update.
Title:
Post by: zeeg on December 28, 2004, 07:01:36 am
That was it. Compiling just fine now. Thanks acraig!