Hi Dominik and others on the list, Thanks to Patrick's changes to the parser, I got my OpenSG build working. Gerrit's VRMLLoader and the testVRMLView app also build and run fine. The testvrmlloader application does not build. I was getting similar compilation errors while building the libOSGVRMLAnimation library but adding a few header files to the various sources fixed the issues.
Thanks for all those who helped. Any ideas on how to build this on Windows using Visual Studio? :-) - Praveen ---- Praveen Bhaniramka +91-98185-15641 (M) > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Dominik Rau > Sent: Wednesday, August 23, 2006 8:11 PM > To: [EMAIL PROTECTED]; [email protected] > Subject: Re: [Opensg-users] Status of Experimental VRML > loader by Geritt > > > 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 ------------------------------------------------------------------------- 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
