Hi,

I fixed this by replacing all std::ifstream with osgDB::ifstream.
And all std::ofstream with osgDB::ofstream.

And then you will have to replace the following line in include/vpb/BuildLog:

Code:
#include <fstream>



with: 

Code:
#include <osgDB/fstream>




Maybe this should be submitted as a permanent fix?

/Björn

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=59457#59457





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to