On Saturday 19 April 2014 01:23:36 res wrote:
> the trunk is fixed now. Thanks for letting us know.

Not a problem. I'm eager to start using the library. But it seems I've found 
another build issue with bullet library. I've grabbed the first compiler error.

                Error from Bullet Library version 2.81
DoSplitDebugInfo cssocket.so 
C++ ./out/linux/debug/plugins/physics/bullet/joints.o 
/home/john/Projects/crystal-space-3d/trunk/plugins/physics/bullet/bullet.cpp: 
In member function ‘void 
CS::Plugin::Bullet::csBulletDynamicsSystem::CheckCollisions()’:
/home/john/Projects/crystal-
space-3d/trunk/plugins/physics/bullet/bullet.cpp:309:63: error: static_cast 
from type ‘const btCollisionObject*’ to type ‘btCollisionObject*’ casts away 
qualifiers
  static_cast<btCollisionObject*> (contactManifold->getBody0 ());
                                                               ^
/home/john/Projects/crystal-
space-3d/trunk/plugins/physics/bullet/bullet.cpp:311:63: error: static_cast 
from type ‘const btCollisionObject*’ to type ‘btCollisionObject*’ casts away 
qualifiers
  static_cast<btCollisionObject*> (contactManifold->getBody1 ());
                                                               ^
/home/john/Projects/crystal-space-3d/trunk/plugins/physics/bullet/bullet.cpp: 
In member function ‘virtual CS::Physics::Bullet::HitBeamResult 
CS::Plugin::Bullet::csBulletDynamicsSystem::HitBeam(const csVector3&, const 
csVector3&)’:
/home/john/Projects/crystal-
space-3d/trunk/plugins/physics/bullet/bullet.cpp:739:70: error: invalid 
conversion from ‘const btSoftBody*’ to ‘btSoftBody*’ [-fpermissive]
  btSoftBody* body = btSoftBody::upcast (rayCallback.m_collisionObject);
                                                                      ^
LinkPlugin csnetworkeventmanager.so 

    g++ -c -o ./out/linux/debug/plugins/physics/bullet/bullet.o -
I/home/john/Projects/crystal-space-3d/trunk/. -I./include -
I/home/john/Projects/crystal-space-3d/trunk/./include -
I/home/john/Software/include -pipe -I/home/john/Software/include -Wall -Wno-
unknown-pragmas -fvisibility=hidden -mtune=generic -mfpmath=sse -
I/usr/local/include -I/home/john/Software/include -
I/home/john/Software/include -fno-exceptions -fvisibility-inlines-hidden -
ffunction-sections -fdata-sections -g3 -DCS_DEBUG -fPIC -I/usr/include/bullet  
/home/john/Projects/crystal-space-3d/trunk/plugins/physics/bullet/bullet.cpp

...failed C++ ./out/linux/debug/plugins/physics/bullet/bullet.o ...


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Crystal-main mailing list
Crystal-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: 
mailto:crystal-main-requ...@lists.sourceforge.net?subject=unsubscribe

Reply via email to