Hi,

I got a basic scene graph running (manually created a simple mesh and
was able to view it). I ran into problems trying to run the osg file
loader plugins and didn't troubleshoot that part any further. Also, I
was building from git.

Do you run into the same crash with 32 and 64 bit builds? What does
the stack trace from the crash say? Also the reimplementation of
GraphicsWindowEmbedded::requestRedraw should be calling
GraphicsWindow::requestRedraw():

        void requestRedraw()
        {
            GraphicsWindow::requestRedraw();
        }

... but that doesn't seem to be your issue here.


Preet


On Thu, Jun 21, 2012 at 11:13 PM, David Smith <[email protected]> wrote:
> Hi Preet,
>
> Did you make any progress on this? I'm getting a similar error and I am 
> stumped. I have a fedora 16 32bit machine with osg 3.0.1 where my code 
> compiles fine and then I have a fedora 17 64bit machine also with osg 3.0.1 
> where I get this undefined reference.
>
> I added a "virtual void requestRedraw(){} ;" to the GraphicsWindowEmbedded 
> header file just to see what would happen and it compiles but I get a crash 
> right away on an addChild in Qt land.
>
> Thanks,
> David
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=48421#48421
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to