[osg-users] OpenSceneGraph 2.8.0-rc3 testing

2009-02-09 Thread Quinn, Gary
Hi Robert.
OSG2.8.0-rc3 on Windows with Visual Studio produces one error...
Project wrappers fails to build... genwrapper is not recognised as an
internal or external command

Also found some more typos in the output text of various examples...
http://vr3/osg280rc1/osg280rc3SpellingErrors.txt
Gary.

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph 2.8.0-rc3 testing

2009-02-09 Thread Robert Osfield
HI Gary,

On Mon, Feb 9, 2009 at 1:41 PM, Quinn, Gary g.qu...@tees.ac.uk wrote:
 OSG2.8.0-rc3 on Windows with Visual Studio produces one error...
 Project wrappers fails to build... genwrapper is not recognised as an
 internal or external command

wrappers is designed to run the genwrappers utility to generate the
osgIntrospection wrappers.  You'll need to pull this down from the
genwrapper svn and build it locally.

Normal OSG usage doesn't require you to run wrapper target, only if
you need to update the wrappers do you need it.

 Also found some more typos in the output text of various examples...
 http://vr3/osg280rc1/osg280rc3SpellingErrors.txt

I clicked on this link and don't get anything valid.  Could you please
just post the file to whole file to the osg-users lists.

Thanks,
Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph 2.8.0-rc3 testing

2009-02-09 Thread Quinn, Gary
Hi Robert.
Project wrappers fails to build... genwrapper is not recognised
as an internal or external command
 wrappers is designed to run the genwrappers utility to generate the
osgIntrospection wrappers.  You'll need to pull this down from the
genwrapper svn and build it locally.
I've seen this error before when testing an earlier rc. Paul ??? replied
saying something like the wrappers needed to be updated or checked-in or
something at your end.  Sorry I can't be more specific, the osg website
seems to be down at the moment so I can't get at the archives.
Gary.

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] OpenSceneGraph 2.8.0-rc3 testing

2009-02-09 Thread Robert Osfield
Hi Gary,

On Mon, Feb 9, 2009 at 2:22 PM, Quinn, Gary g.qu...@tees.ac.uk wrote:
 Hi Robert.
Project wrappers fails to build... genwrapper is not recognised
 as an internal or external command
 wrappers is designed to run the genwrappers utility to generate the
 osgIntrospection wrappers.  You'll need to pull this down from the
 genwrapper svn and build it locally.
 I've seen this error before when testing an earlier rc. Paul ??? replied
 saying something like the wrappers needed to be updated or checked-in or
 something at your end.  Sorry I can't be more specific, the osg website
 seems to be down at the moment so I can't get at the archives.

Compiling the wrappers is different from generating them.  The
wrappers target runs genwrapper to generate the wrappers.  While
enable compiling osgIntrospection will compile the wrappers, but if I
have haven't updated the wrappers to fit with changes to the core
header files then compile of the wrappers can break - which is what
Paul will have been refering to.

I believe all the wrappers are up to date (I've been running
genwrapper via make wrappers on my system to keep OG-2.8.), and the
wrapper target itself is a specialist target that you will only need
to run the wrappers target if you modify the headers and you are using
osgIntrospection.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org