[GCC-XML] Setting relative path for included user defined header files in C++ code

Brad King brad.king at kitware.com
Tue Sep 16 10:24:25 EDT 2014


On 09/16/2014 06:10 AM, Karanbir Singh wrote:
> I am trying to parse a C++ file which includes many user defined header files.

In this regard gccxml is just like a compiler: all include directories
must be specified with -I options just as if you were trying to compile
the source file.

-Brad




More information about the gccxml mailing list