[osg-users] fedora spec files

2008-05-15 Thread Timo Penndorf
Hello, i want to create rpm packages of osg for fedora. Are there spec files? Timo ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] correct manual shutdown of osg libraries

2008-05-31 Thread Timo Penndorf
Hello, for my application I have written an osg plugin which is loaded dynamically via dl_open. This plugin is linked against the osg libraries and adds visualisation capabilities to my application. At application shutdown I remove all loaded plugins by dl_close. As the osg plugin is the only one

Re: [osg-users] correct manual shutdown of osg libraries

2008-06-01 Thread Timo Penndorf
close all the > >> OSG plugins that have been loaded. In your instance a > >> destrucutor of a core OSG node is crashing, which suggest to > >> me that something like the core osg library has been unloaded > >> before osgDB::Registry::instance() has been destroyed. Mi

Re: [osg-users] correct manual shutdown of osg libraries

2008-06-02 Thread Timo Penndorf
> Could you explain what you've done in more fine grained steps so that > others will be able to understand what approach you've taken so that > when they try the same thing they don't need to go through the same > learning curve. > Ok, I think the problem is not osg specific. I think it is relat