[GCC-XML] Re: Parsing MS gdiplus.h with gccxml
Brad King
brad.king at kitware.com
Thu Oct 28 16:27:19 EDT 2004
Thomas Heller wrote:
> FWIW, I tried to patch the offending file and put it into the
> ..\Vc71\PlatformSDK\Include directory, relative to the gccxml exe file,
> but gccxml still uses the original file. Is the list of patched files
> built into the exe?
Run gccxml with the "--print" option:
gccxml --gccxml-compiler msvc71 --print
Look for "-iwrapper" flags in the GCCXML_FLAGS value. These are the
directories where it is looking for patched headers. Is that directory
listed?
-Brad
More information about the gccxml
mailing list