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