Other ways to support Sylphis3D...
Hello everybody,
I am very interested in giving a try to the sylphis engine. It has everything I am looking for.
I only work under linux. As I read on the website, it works since the rev n°15. The process goes up to 100% and then I get this:
CMakeFiles/sylphis.dir/core/src/rigidbody.o: In function `CRigidBody::setMaxAngularVelocity(float)':
Com-sylphis3d-r22/sylphis/trunk/runtime/src/sylphis/core/src/rigidbody.cpp:166: undefined reference to `dBodySetMaxAngularVel'
CMakeFiles/sylphis.dir/core/src/rigidbody.o: In function `CRigidBody::getAngDamping()':
Com-sylphis3d-r22/sylphis/trunk/runtime/src/sylphis/core/src/rigidbody.cpp:160: undefined reference to `dBodyGetAngularDamping'
CMakeFiles/sylphis.dir/core/src/rigidbody.o: In function `CRigidBody::setAngDamping(float)':
Com-sylphis3d-r22/sylphis/trunk/runtime/src/sylphis/core/src/rigidbody.cpp:155: undefined reference to `dBodySetAngularDamping'
CMakeFiles/sylphis.dir/core/src/rigidbody.o: In function `CRigidBody::setDamping(float)':
Com-sylphis3d-r22/sylphis/trunk/runtime/src/sylphis/core/src/rigidbody.cpp:145: undefined reference to `dBodySetLinearDamping'
CMakeFiles/sylphis.dir/core/src/scenemanager.o: In function `CSceneManager::raytrace(CTraceResult*, CVector3 const&, CVector3 const&, CRigidBody*)':
Com-sylphis3d-r22/sylphis/trunk/runtime/src/sylphis/core/src/scenemanager.cpp:428: undefined reference to `dRayTrace'
collect2: ld returned 1 exit status
make[2]: *** [Debug/sylphis] Error 1
make[1]: *** [CMakeFiles/sylphis.dir/all] Error 2
make: *** [all] Error 2
I tried with rev 15 and rev 22 and have the same mistake. Nobody seems to have this. I hope I will be able to study the sylphis' sample soon.