Hi J-S, VPB from SVN does need porting to Windows, in particular the posix functions used for managing the file systems need to have equivalents found. I'd appreciate Windows users tackling this as I don't have the Windows here to test and work on.
A sort cut to Windows support would also be to compile using Cygwin as this will provide all the posix functions for you. W.r.t warnings, g++ 4.2.1 isn't reporting any warnings, I haven't upped the warning level from default so perhaps this might winkle so more out. I guess some of the warnings might be related to just targeting posix so far. W.r.t fallback that does work under Windows, 0.9.1 should work fine. Robert. On Jan 9, 2008 3:00 PM, Jean-Sébastien Guay <[EMAIL PROTECTED]> wrote: > Hello Robert, > > I tried fetching VPB from SVN and compiling it on Windows, and I > wonder if the current SVN version is in a state of flux. Apart from a > few errors that are down to it not having been tested on Windows, > there are a lot of errors that should be flagged on any compiler > (methods not returning a value when they should, functions not > included, etc.). > > We can use 0.9.1 for the time being, but is this expected? > > Thanks, > > J-S > -- > ______________________________________________________ > Jean-Sebastien Guay [EMAIL PROTECTED] > http://whitestar02.webhop.org/ > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

