My QtViewer stuff works OK.  It's just the stuff that uses osgProducer::Viewer 
that is not running smoothly.  It might be a libs thing, but I have deleted 
the entire directory where I make INST_LOCATION=$OSG install, and do 
MAKE=" debug "
JOBS=" -j1 "

function build_dir
{
    pushd $1
    cvs update -dP &&\
        make clobber &&\
        make $MAKE $JOBS &&\
        make INST_LOCATION=$OSG install &&\
        goodsound ||\
        fail
    popd
}
every time I build.  This is what the linker is doing:
Mon Oct 30 23:40:41:> 
ldd /home/hattons/opt/org/osg/share/OpenSceneGraph/bin/osgvertexprogram
        linux-gate.so.1 =>  (0xffffe000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x40043000)
        libosgProducer.so => /home/hattons/opt/org/osg/lib/libosgProducer.so 
(0x4011f000)
        libProducer.so => /home/hattons/opt/org/osg/lib/libProducer.so 
(0x401c3000)
        libosgText.so => /home/hattons/opt/org/osg/lib/libosgText.so 
(0x4020e000)
        libosgGA.so => /home/hattons/opt/org/osg/lib/libosgGA.so (0x402bd000)
        libosgDB.so => /home/hattons/opt/org/osg/lib/libosgDB.so (0x4032b000)
        libosgUtil.so => /home/hattons/opt/org/osg/lib/libosgUtil.so 
(0x403e3000)
        libosg.so => /home/hattons/opt/org/osg/lib/libosg.so (0x406c4000)
        libGLU.so.1 => /usr/lib/libGLU.so.1 (0x40a42000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x40ac1000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40b40000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40b49000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40b5f000)
        libOpenThreads.so => /home/hattons/opt/org/osg/lib/libOpenThreads.so 
(0x40c58000)
        libm.so.6 => /lib/tls/libm.so.6 (0x40c5e000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40c84000)
        libc.so.6 => /lib/tls/libc.so.6 (0x40c8f000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40db0000)
        libdl.so.2 => /lib/libdl.so.2 (0x40dc2000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40dc6000)
        libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0x40dd4000)
        libnvidia-tls.so.1 => /usr/lib/tls/libnvidia-tls.so.1 (0x4153d000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x41540000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x41591000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4159a000)
        /lib/ld-linux.so.2 (0x40000000)


On Wednesday 25 October 2006 10:36, Robert Osfield wrote:
> On 10/25/06, Steven T. Hatton <[EMAIL PROTECTED]> wrote:
> > For some reason everything seems to be having a problem since I rebuilt
> > OSG from cvs.  I haven't had time to investigate.
>
> Most likely problem is a mixed build vs runtime linkage - perhaps not
> all your app is rebuilt against the latest OSG, or perhaps there is an
> older libs or plugin still hanging around on the system.
>
> Robert.
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://openscenegraph.net/mailman/listinfo/osg-users
> http://www.openscenegraph.org/
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to