How to use gccxml with incomplete dependency?
I am trying to calculate some code metrics of a set of C++ files. I find
that available tools are either expensive or quite old, so I choose to
parse the files with gccxml
analyze the output xml-file.
Then I meet the problem that some of headers are not ready:
error: js-config.h: No such file or directory // but js-config.h.in is in
the folder
error: jsautocfg.h: No such file or directory
Since what I want is the basic structure of each C++ file, is it possible
to make gccxml output the xml-file anyway?
No comments:
Post a Comment