Praveen Bhaniramka wrote: > Are you able to compile the sources? Can you provide instructions? > > So far, I have been unsuccessful in building Geritt's experimental VRML > loader. I guess it has not been updated for a while and the > implementation overrides the default OpenSG base classes like > OSGTypeBase, etc. > Hi.
1) First, run Common/prep_gv_beta 2) In OSGVRMLAction.h, replace the corresponding forward declarations with #include <OSGVRMLNode.h> #include <OSGVRMLObjectType.h> 3) Run configure with --enable-gv-beta and build OpenSG 4) Now you should be able to build the Animation library. 5) ? 6) PROFIT! ;) Caveat: At least with g++, you have to link the animation library first, or it will not work: g++ `osgvrmlanim-config --opt --lflags` `osg-config --opt --libs Base System GLUT` .... Hth, yours, Dominik ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
