Hello all, its me again.

I was reading more into that e-book tutorial listed earlier in this thread.  I 
copy-pasted the example on how to build a simple scene graph (p53), which 
consists of just a single quadrilateral.

It compiles fine but blows up when it tries to link.  I have made sure that I 
included every possible lib (this is for a debug build):

osgViewerd.lib
osgDBd.lib
osgUtild.lib
osgd.lib
OpenThreadsd.lib
osgAnimationd.lib
osgFXd.lib
osgGAd.lib
osgManipulatord.lib
osgParticled.lib
osgPresentationd.lib
osgShadowd.lib
osgSimd.lib
osgTerraind.lib
osgTextd.lib
osgVolumed.lib
osgWidgetd.lib

Here are my includes:

#include <osg/Geode>
#include <osg/Geometry>
#include <osg/ref_ptr>
#include <osgDB/Registry>
#include <osgDB/WriteFile>
#include <osg/Notify>

Am I missing anything?

For anyone who is interested, here is my build log output: 
http://www.thisisbasil.us/build_log.txt[/url]

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=40423#40423





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to