I try to compile with jam in Arch Linux.
I think the cs version is 1.9, revision 34616.. I dunno what compiler, gcc 4.5 I think. My video card is Nvidia Geforce GO 7600.
I get this errors:
/home/katt/Program/crystalspace/./plugins/engine/3d/collection.h:82:8: error: virtual void csCollection::ReleaseAllObjects(bool) causes a section type conflict
...
/home/katt/Program/crystalspace/./plugins/engine/3d/collection.h:82:8: error: virtual void csCollection::ReleaseAllObjects(bool) causes a section type conflict
/home/katt/Program/crystalspace/./plugins/engine/3d/collection.h:82:8: error: virtual void csCollection::ReleaseAllObjects(bool) causes a section type conflict
/home/katt/Program/crystalspace/./plugins/engine/3d/collection.h: In member function ‘void csCollection::_ZThn52_N12csCollection17ReleaseAllObjectsEb(bool)’:
/home/katt/Program/crystalspace/./plugins/engine/3d/collection.h:82:8: error: void csCollection::_ZThn52_N12csCollection17ReleaseAllObjectsEb(bool) causes a section type conflict
/home/katt/Program/crystalspace/./plugins/engine/3d/collection.h:82:8: error: void csCollection::_ZThn52_N12csCollection17ReleaseAllObjectsEb(bool) causes a section type conflict
/home/katt/Program/crystalspace/./plugins/engine/3d/collection.h:82:8: error: void csCollection::_ZThn52_N12csCollection17ReleaseAllObjectsEb(bool) causes a section type conflict
/home/katt/Program/crystalspace/./plugins/engine/3d/collection.h:82:8: error: void csCollection::_ZThn52_N12csCollection17ReleaseAllObjectsEb(bool) causes a section type conflict
Please help me.
EDIT: Updated to the latest revision, got same error...