Thanks Martin, fix now merged and submitted to svn/trunk.
On Thu, May 14, 2009 at 7:33 PM, Martin Beckett <[email protected]> wrote: > In bool ReaderWriter::fileExists(const std::string& filename, const Options* > /*options*/) const > > Windows doesn't define F_OK and access() is in io.h, rather than stdio.h > These are fixed in FileUtils.cpp, so I copied the fix from there - might be > better to move this to FileUtils header and include it here and in > FileUtils.cpp? > > Martin > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=12143#12143 > > > > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
