[C++-sig] EXTERNAL: Re: pygccxml KeyError

Roman Yakovenko roman.yakovenko at gmail.com
Mon Dec 19 21:34:47 CET 2011


On Mon, Dec 19, 2011 at 10:24 PM, Davidson, Josh <josh.davidson at lmco.com> wrote:
> Actually, it is using a source_reader_t by default.  __parse_declarations invokes __parse_file_by_file, which uses a source_reader_t (line 236) to parse each file.  It then bombs out after parsing all of the files when it calls _join_class_hierarchy.
>
> I continue to have this issue with various combinations of classes.  In other words, I have headers that work fine with parsed in isolation, but when I try to build a module containing both, I get the KeyError.

Can you create a single header file, which includes all others?

HTH


More information about the Cplusplus-sig mailing list