Actually, it WAS my own busted build. :/ Odd. Anyways, I've attached a script I wrote that will take someone from zero to full OSG build (checking out CVS for you and everything) if you want to take a look at it Robert. Maybe it could be refined and used, who knows. :) I personally use it, but it may not be something that "fits" for everyone. :)
Just run it and it'll checkout the latest CVS and build it, using a few environment variables such as OSGPREFIX, OSGBUILD, and OSGCLEAN. On Thu, 2006-10-05 at 18:55 +0100, Robert Osfield wrote: > Hi Jeremy, > > I have justed tested all the osgsimpleviewer* examples on cow.osg and > then all work just fine. I haven't checked my current version into > CVS though, but I all the changes shouldn't effect this example. > > What platform are you using? Any chance the build isn't fully in > sync? Did you get a stack trace? > > Robert. > > On 10/5/06, Jeremy Moles <[EMAIL PROTECTED]> wrote: > All of the simpleviewer's are segfaulting for me now, which > only > happened within the last 24 hours. Valgrind isn't very > helpful, but it > looks like the crash is happening in windowResize. I'll look > as much as > I can during lunch... > > On Thu, 2006-10-05 at 15:38 +0100, Robert Osfield wrote: > > HI All, > > > > I now have me clean build, and everything works fine with > the below > > methods commented out. I'm ready to pull the trigger and > remove these > > from the distribution. I'll wait a couple more hours for > feedback > > before doing the actual removal though. > > > > I've added a stub for the GUIEventHandlerVisitor for > backwards > > compatibility w.r.t building event handler which define the > deprecated > > accept(GUIEventHandlerVisitor&) method. In the examples > I've removed > > all the previous aceept() from the handlers, and checked > these change > > in already. As I said before these parts of the API weren't > being > > used so removing them has made no funcitonal difference. > > > > I await your comments, but if there are non I'll assume that > its fine > > to go ahead and remove them. This will requie updates to > the Xcode > > projects though, so I'll need Eric or A.N.Other to this for > me. > > > > Cheers, > > Robert. > > > > On 10/5/06, Robert Osfield <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > Towards the cause of making the OSG easier to > understand, use > > and maintian I'd like to clean out some of the > unused API in > > osgGA, the parts I'm looking at removing are: > > > > include/osgGA/SetSceneViewVisitor > > include/osgGA/GUIEventHandlerVisitor > > > > And from include/osgGA/GUIEventHandler > > > > class CompositeGUIEventHandler > > > > I have just #ifdef'd these classes out, and am > awaiting a > > clean build of the OSG. These files/classes were > written with > > the expedation that they'd be useful, but as it > turned out > > they weren't required to implement things in viewer > code. I > > presume that OSG end users haven't found for the > need them > > either? > > > > If you do rely on these classes should now, > otherwise I'll > > move to remove them completely. If it later does > turn out you > > relied upon them, then I think there is pretty good > chance > > that only a small number of code changes will be > required. > > > > Thoughts? > > Robert. > > > > _______________________________________________ > > osg-users mailing list > > [email protected] > > http://openscenegraph.net/mailman/listinfo/osg-users > > http://www.openscenegraph.org/ > > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/ > > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/
build-osg
Description: application/shellscript
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
