Hi, Well I now have sdk on my system and am still trying to compile an app from the osg quick start guide.
(http://www.openscenegraph.com/osgwiki/pmwiki.php/Documentation/QuickStartGuide) Right now I have ViewerMain.cpp openned(from the viewer app - they all open when I open 'simple'). and when I try and compile I get: fatal error C1083: Cannot open include file: 'osgViewer/Viewer': No such file or directory So I did a search on Viewer and found that it was in the osgProducer folder So I replaced osgViewer with osgProducer. Then I compile and I get: c:\documents and settings\bryan berg\desktop\osgbookcode2\qsgexamples\examples\viewer\viewermain.cpp(16) : error C2653: 'osgViewer' : is not a class or namespace name (among many other errors) the line of code causing that error being: osgViewer::Viewer viewer; so I change osgViewer to osgProducer and compile. Now I get: c:\documents and settings\bryan berg\desktop\osgbookcode2\qsgexamples\examples\viewer\viewermain.cpp(33) : error C2039: 'run' : is not a member of 'osgProducer::Viewer' from the line of code: return viewer.run(); I guess that didn't work. Now I'm all out of ideas ... help ! Thanks, Bryan _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
