Thansk Dimi, fix applied and checked in to svn/trunk.
On Mon, May 30, 2011 at 1:19 PM, dimi christop <[email protected]> wrote: > 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 <[email protected]> > To: OpenSceneGraph Users <[email protected]> > 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 > [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 > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

