Author Topic: Linux compilation error  (Read 638 times)

La0c00n

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
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....

zeeg

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
(No subject)
« Reply #1 on: December 28, 2004, 12:05:51 am »
I\'m having the exact same problem compliling CB on Gentoo.

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #2 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.
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

zeeg

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
(No subject)
« Reply #3 on: December 28, 2004, 07:01:36 am »
That was it. Compiling just fine now. Thanks acraig!