Hi Pau, 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. Robert. On Sat, Mar 20, 2010 at 5:45 PM, Paul Martz <[email protected]> wrote: > Hi Robert -- I'm trying to run genwrappers on the 2.8 branch and getting an > error about not being able to load index.xml. I am running the > Dogenwrapper.sh script. > > Here's the error... > > <... lots of messages ...> > Generating example index... > Generating file member index... > default configuration file loaded succesfully > loading XML index file > I/O warning : failed to load external entity "/var/tmp/xml/index.xml" > * ERROR: * ERROR: could not load the XML index file > > > I'm not sure what the "XML index file" is used for, or where it's supposed > to come from. The load attempt comes from main.cpp, but the code doesn't > provide much insight. The '/var/tmp' part of the path is coming from the > system temp directoty. > > I'm using svn trunk latest genwrappers, and running on OS X 10.5. I have > Boost 1.42, libxml2, and Doxygen installed. (Note that Doxygen is v1.6.2, > which is a higher rev than Dogenwrapper.sh prefers; could this be the source > of the problem?) > > Thanks for any insights. > -Paul > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

