Hi Björn, In order to compile osgAL when you configure Cmake leave the "OSGDB_INCLUDE_DIR" parameter blank and then regenerate the Visual Studio files. After this osgAL should compile without that compiler error.
Regards, Anna Sokol _____________________________________________________ "Once we accept our limits, we go beyond them. " -- Albert Einstein 2009/6/2 Björn Blissing <[email protected]>: > Hi, > > I'm trying to compile osgAL (svn revision 74) with osg 2.8.0 (svn revision > 10299). Visual Studio 2005, WinXP sp3. > When the compiler reaches SoundManager.cpp I get: > > C:\OpenSceneGraph\include\osgDB\fstream(32) : error C2504: > 'std::basic_fstream<_Elem,_Traits>' : base class undefined > with > [ > _Elem=char, > _Traits=std::char_traits<char> > ] > > Which is very odd since I previously compiled Osg with no problems. I have > searched the mail archive and found: > http://www.mail-archive.com/[email protected]/msg20935.html > > Which seems to be the same problem. For Alexandre, updating to the latest SVN > version seems to solve the problem. But not for me. > I'm guessing some missing parameter in the Cmake file for osgAL, but I can't > see where... > > Maybe someone on this list can give me some advice. > > Best regards > Björn Blissing > _______________________________________________ > 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

