Hi Mathew,

On 2/20/07, Matthew Koichi Grimes <[EMAIL PROTECTED]> wrote:
I didn't. I just cvs-updated osg and re-ran make, but I then had to cd
to the src/osgWrappers/osgViewer directory and make from there in order
to build osgWrapper_osgViewer.so. Maybe there's a bug in the root makefile?

The wrappers arn't built by default, you need to enable via the
COMPILE_INTROSPECTION env var i..e

 export COMPILE_INTROSPECTION=yes
 make

Or

 make COMPILE_INSTROSPECTION=yes

Or

 Create you own Make/dependencies file and point OSG_DEPENDENCIES env var to
  this custom file.  Added the COMPILE_INSTROSPECTION=yes to it.

In any case, after copying this .so to /usr/local/lib/osgPlugins,
osgViewer seems to be working in osgPython.

A make install should do the above, no need for a mnual copy.

Good to hear osgViewer is working :-)

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to