[SOLVED] undefined reference to `dJointSetBallPar'

graredcr

09-04-2008 17:23:41

I Download ode 0.9 and ogreode of CVS.

I compile the solution and I have a error

ogreode/src/.libs/libOgreOde_Core.so: undefined reference to `dJointSetBallParam'
collect2: ld returned 1 exit status
make[4]: *** [SimpleScenes] Error 1
make[4]: se sale del directorio `/media/sda5/trabajos/3d/botellon/ubuntu/librerias/ogrenew/ogreode/demos/SimpleScenes/src'
make[3]: *** [all-recursive] Error 1
make[3]: se sale del directorio `/media/sda5/trabajos/3d/botellon/ubuntu/librerias/ogrenew/ogreode/demos/SimpleScenes'
make[2]: *** [all-recursive] Error 1
make[2]: se sale del directorio `/media/sda5/trabajos/3d/botellon/ubuntu/librerias/ogrenew/ogreode/demos'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/media/sda5/trabajos/3d/botellon/ubuntu/librerias/ogrenew/ogreode'
make: *** [all] Error 2


Thanks

rewb0rn

09-04-2008 18:00:42

Are you building under Linux? I have no experience in doing so but maybe the project files are not up to date, make sure that all files are added to the project, that was an issue in another library I built once.

graredcr

09-04-2008 18:13:55

Yes is Linux.

I don't understand anything

rewb0rn

09-04-2008 18:29:50

lol

ok I'll try to make it as easy as possible:

I no linux expert.
try: put all .cpp files to project

graredcr

09-04-2008 18:59:37

Ok ok !!!! TOCK TOCK TOCK !!!!!!

Pardon!! Pardon !! Pardon !!!

I have repeated all.

I have desistalled the library ode and I have begun again.

1 - Download odeogre CVS
2 - Download ode-0.9
3 - Install ode-0.9
./autogen.sh
./configure
./make
./make install
4 - Install ogreode
./autogen.sh
./configure
./make
./make install

ALL right OK!!!!!!

Thanks for all