Hi Dieter, On 8/23/07, Dieter Pfeffer <[EMAIL PROTECTED]> wrote: > I have with osg2.1.6 a similar problem (like the plugin find behaviour > discussion) with the plugin path: > > I get the message: could not find plugin to read objects from file xxx.flt; > but the viewer has no problem to find xxx.ive or xxx.osg files; so I suppose > the directory structure and path is correct. > > The OpenFlight lib is in the plugin directory.
Argg.... just tagged 2.1.7 and then got your email, thankfully an easily fixable build bug but frustrating now less. The problem stems from a change I made to osgDB that enforces the lower case plugin naming policy that was not fully kept to previously. This change meant that osgDB is looking for osgdb_openflight, while the plugin was built as osgdb_OpenFlight. I have just fixed the plugins CMakeLists.txt to build as osgdb_openflight. This fix is now checked into SVN. I guess 2.1.8 now beckons... Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

