Re: [GCC-XML] Preprocessor problem with gccxml

2009-05-04 Thread Brad King
Johannes Brunen wrote: #define decl_() DECL_ #define DECL_FUNCTION(lib) decl_()lib [snip] After preprocessing on msvc9 I got the following code: class ENTITY; DECL_KERN logical is_ENTITY (const ENTITY*); After preprocessing with gccxml with this command [snip] class ENTITY; DECL_ KERN logic

[GCC-XML] Preprocessor problem with gccxml

2009-05-04 Thread Johannes Brunen
Hello, I'm new to this list and would like to report a problem I'm facing on using gccxml. Below you can see a simple C++ header file extract which compiles fine on msvc 9. It is verbose but part of a C++ library package I would like to wrap using py++. 'main.hxx' === #if defined( THIS_FUNCT