[GCC-XML]problems with head file
Wei Lu
welu at cs.indiana.edu
Wed Sep 17 01:05:35 EDT 2003
I have a problem when try compiling a head file which include other head
files. Such as content of B.hpp is
#include "A.hpp"
Class B : public A {
...
}
gccxml gave the error below
"B.hpp:6:17: A.hpp: No such file or directory", this is same even for the
system head file. Can any one help me with this?
Another question about the sementic of XML result, what is mean of
<Variable id="_2" name="_ZTI1A" type="_5c" context="_1" location="f0:6"
extern="1"/>
<Variable id="_3" name="_ZTV1A" type="_6" init="{0, (&_ZTI1A),
A::~A, A::~A}" context="_4" location="f0:6"/>
This seems be at every XML files.
Thanks lot
Wei Lu
More information about the gccxml
mailing list