[GCC-XML] Problem with SVN source
Vaulter
aazaharov81 at gmail.com
Sun Sep 26 12:43:30 EDT 2010
Brad King <brad.king at ...> writes:
>
> Scott Flynn wrote:
> > [starlon <at> localhost lib]$ gccxml tmp.h -fxml=tmp.xml --debug
> > Using "/usr/local/bin/gccxml_cc1plus" as GCC-XML executable.
> > Using the following arguments to GCC-XML executable:
> > "-quiet"
> > "-fsyntax-only"
> > "-w"
> > "-I-"
>
> The '-I-' option only appears here when the internal configuration option
> GCCXML_NATIVE_CC1PLUS is off, but there is no settable option for it in
> the default build. How did you build gccxml? How did you get the source?
>
> -Brad
>
checked out CVS; cd ~/src/gccxml/GCC_XML; mkdir build; cd build;
cmake .. && make && sudo make install
tested run gives same result:
-I-
More information about the gccxml
mailing list