I just built the latest cvs and the problem I was having with the example 
programs being jumpy is gone.  Unfortunately, so is the osgGA::SimpleViewer 
all my code links against.  

g++  -o ../../bin/drafter Drafter.o main.o 
moc_Drafter.o    -L/usr/X11R6/lib -L/usr/lib -L/home/hattons/opt/org/osg/lib 
-losg -losgGA -losgProducer -L/home/hattons/code/c++/drafter/lib -losgQt 
-ldiagram -lscenes -lQtOpenGL -L/usr/lib -L/usr/X11R6/lib -lGLU -lGL -lQtGui 
-lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama -lfreetype 
-lfontconfig -lXext -lX11 -lQtCore -lz -lm -lpthread -ldl
Drafter.o: In function `drafter::Drafter::Drafter(QWidget*, 
QFlags<Qt::WindowType>)':
Drafter.cpp:(.text+0xfab): undefined reference to 
`osgGA::SimpleViewer::SimpleViewer()'
Drafter.cpp:(.text+0x100f): undefined reference to 
`osgGA::SimpleViewer::setCameraManipulator(osgGA::MatrixManipulator*)'
Drafter.cpp:(.text+0x1029): undefined reference to 
`osgGA::SimpleViewer::setSceneData(osg::Node*)'
Drafter.o: In function `drafter::Drafter::Drafter(QWidget*, 
QFlags<Qt::WindowType>)':
Drafter.cpp:(.text+0x171b): undefined reference to 
`osgGA::SimpleViewer::SimpleViewer()'
Drafter.cpp:(.text+0x177f): undefined reference to 
`osgGA::SimpleViewer::setCameraManipulator(osgGA::MatrixManipulator*)'
Drafter.cpp:(.text+0x1799): undefined reference to 
`osgGA::SimpleViewer::setSceneData(osg::Node*)'


for f in /home/hattons/opt/org/osg/lib/libosg*;do objdump -tC $f;done | 
grep -i SimpleViewer
<nothing returned>
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to