Thanks, adding the space in the macro did indeed fix it. I'll go ahead and submit the fix.
- Donny On Mon, Apr 28, 2008 at 3:31 PM, Jean-Sébastien Guay < [EMAIL PROTECTED]> wrote: > Hi Donald, > > > osgViewer\View.cpp(118) : error C2947: expecting '>' to terminate > > template-argument-list, found '>>' > > osgText\Text3D.cpp(96) : error C2947: expecting '>' to terminate > > template-argument-list, found '>>' > > osgText\Text.cpp(102) : error C2947: expecting '>' to terminate > > template-argument-list, found '>>' > > Hehe VS 7.1 doesn't like >>, it thinks it's the operator. Just put a > space between the two > signs. Robert will probably fix this when he > gets back. > > J-S > -- > ______________________________________________________ > Jean-Sebastien Guay [EMAIL PROTECTED] > http://www.cm-labs.com/ > http://whitestar02.webhop.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

