Linux RHEL4
I get this error message

/home/local/VariousProjects/osg-2.915/src/osgPlugins/tiff/ReaderWriterTIFF.cpp:188:
 error: `streampos' is not a member of `std::ostream'

std::ostream::streampos checkEmpty = fout->tellp();


I fixed it just by removing the ostream
std::streampos checkEmpty = fout->tellp();


Dimi



----- Original Message ----
From: Robert Osfield <robert.osfi...@gmail.com>
To: OpenSceneGraph Users <osg-users@lists.openscenegraph.org>
Sent: Mon, May 30, 2011 11:28:43 AM
Subject: [osg-users] Please test svn/trunk before todays 2.9.15 dev release.

Hi All,

Could users check out, build and test the svn/trunk version of the OSG
and let me know how you get on.  I'll be tagging the 2.9.15 release
today so would like to make sure it's at least building across
platforms before I make the release.

Thanks,
Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to