[GCC-XML]Wrong output in version 0.4.1?
Brad King
brad.king at kitware.com
Sat Feb 22 19:52:14 EST 2003
> ]set GCCXML_USER_FLAGS=-ID:\Programming\Libraries\STLport-4.5.3\stlport
GCCXML_USER_FLAGS is only provided as a way for users to experiment with
simulating new compilers. It can be used to add -ffoo or -Wbar flags to
control GCC's behavior. To add an include path, just add the -I to the
gccxml command line:
gccxml test.cxx -fxml=test.xml -ID:/Programming/...
Note also the use of forward slashes. GCC is a unix tool, and it may be
treating the backslashes as escape sequences.
-Brad
More information about the gccxml
mailing list