On 6/13/2011 11:48 AM, basil huffman wrote:
> 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):

  You're sure you're linking against libs generated by/for the same compiler and
architecture? For example, 64-bit libs have different mangled names so they 
can't
accidentally be linked with 32-bit code.

-- 
Chris 'Xenon' Hanson, omo sanza lettere. [email protected] 
http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
Contracting.
    "There is no Truth. There is only Perception. To Perceive is to Exist." - 
Xen
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to