[Xcb] no extern "C" in the generated header files

Peter Harris git at peter.is-a-geek.org
Sun Mar 8 08:05:00 PDT 2009


On Sun, Mar 8, 2009 at 10:58 AM, Vincent Torri wrote:
>
> There is no extern "C" in the generated header files. This breaks linking
> with a c++ compiler. Is it a bug in the python parser ?

No. It is a bug in the C++ program that tries to include a C header
outside of extern "C".

Peter Harris


More information about the Xcb mailing list