Re: [pygccxml-development] What am I doing wrong?
Brought to you by:
mbaas,
roman_yakovenko
From: Neal B. <ndb...@gm...> - 2006-04-17 21:47:10
|
On Monday 17 April 2006 5:41 pm, Roman Yakovenko wrote: > On 4/18/06, Neal Becker <ndb...@gm...> wrote: > > OK, back to my previous test. gccxml cvs is now updated so the problem I > > reported last week is fixed (thanks!) > > > > But still no luck. Any hints? (I have to say pyplusplus error messages > > could probably be more helpful) > > Well, you are right messages could be much better. In most cases they are. > In your case, I did not expect this code to fail. I guess this is > because of your > version of GCCXML. I will look at it. > > Thanks for bug reporting. > > -- It is a problem in (Pdb) n > /usr/lib64/python2.4/site-packages/_xmlplus/sax/__init__.py(31)parse() -> parser.parse(filename_or_stream) (Pdb) n KeyError: <exceptions.KeyError instance at 0x2aaab05c7dd0> Something sax doesn't like. Not sure how to debug it, one thing does look strange in the xml file: <File id="f55" name="/usr/include/c++/4.1.0/cstring"/> <File id="f56" name="<internal>"/> <File id="f57" name="/usr/include/c++/4.1.0/ext/new_allocator.h"/> Anyway I put the xml here: http://nbecker.dyndns.org:8080/tmpTHoLWR.xml.gz |