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

Pages: [1]
1
Technical Help: Problems BEFORE entering the game / Linux compilation error
« 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....

Pages: [1]