Bugzilla – Bug 26
Old C++ compilers are unable to parse component-manager.h
Last modified: 2008-07-01 13:32:13 UTC
The problem and workaround is described here: http://www.comeaucomputing.com/techtalk/templates/#esprobs This affects gccxml, since it is based on an old version of gcc (3.0.2). gccxml is used by Py++ to extract definitions from header files.
Created attachment 14 [details] Patch to workaround the compiler bug
I'm not planning to use gccxml now. I'll reopen if I change my mind...