Robert Osfield wrote:
I'm not entirely sure about index.xml but I know genwrapper uses
doxygen to parse the headers and output an xml file description of the
classes/members etc. genwrapper then uses these doxygen generated xml
files to generate the wrappers. My guess is that the doyxgen pass
outputing the files to one directory then genwrapper is trying to read
it from elsewhere.
I don't personally use the Dogenwrapper.sh script myself, having moved
on to use CMake to do the work, you should just need to run:
make wrappers
This is available in the OSG-2.8 branch.
Thanks, this definitely helped! Wrappers now updated on the 2.8 branch,
and building cleanly on Vista / VS9Express / 32-bit and OSX 10.5 / gcc /
32-bit.
My testing of Doxygen 1.6.2 showed that it doesn't work well with
genwrappers. The output .cpp files were missing certain headers and
namespace qualifiers that caused them to fail to compile. I backed out
to Doxygen 1.4.7 and all is well (that's the short story, at least).
I'll run through this exercise again if needed.
-Paul
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org