About jME Physics and NetBeans ... "dMassSetTrimesh" cannot be found!

Hi,



I'm trying to complete the "Setting up NetBeans to build jME and jME-Physics 2" tutorial.



Everything works fine untill "Build the jME-Physics 2 sources":



The problem is located in the class "Body.java" of the org.odejava package:



Here is what I get: (2 errors, so jME-Physics_2 do not compile)


C:jmejmephysicsimplodesrcorgodejavaBody.java:290: cannot find symbol
symbol  : method dMassSetTrimesh(org.odejava.ode.SWIGTYPE_p_dMass,float,org.odejava.ode.SWIGTYPE_p_dGeomID)
location: class org.odejava.ode.Ode
            Ode.dMassSetTrimesh( massId2, density, geom.getId() );

C:jmejmephysicsimplodesrcorgodejavaBody.java:292: cannot find symbol
symbol  : method dMassSetTrimesh(org.odejava.ode.SWIGTYPE_p_dMass,float,org.odejava.ode.SWIGTYPE_p_dGeomID)
location: class org.odejava.ode.Ode
            Ode.dMassSetTrimesh( massId2, density, encapsulatedGeom.getId() );



It seem that the method "dMassSetTrimesh" cannot be found!

How can I fix this??

Thanks for your help!



I can vouch that error exists.

Same problem here!



@ Vista Ultimate X64, Netbeans 6.xx-latest

Sorry guys - fixed in CVS