Discussion:
[GCC-XML] Latest version of gccxml
sundar
2012-10-19 06:14:36 UTC
Permalink
Hi,
Which is the latest version of gccxml?

I get the following error when I try to parse a cpp file. I ran
gccxml_vcconfig.bat too. I have gccxml 9.0.

Compiler "cl" is not supported by GCC_XML because none of MSVC 6, 7, 7.1, 8 is
installed. Could not determine GCCXML_FLAGS setting.

I solved the above problem after installing visual 2008(installs required MSVC
for gccxml).

Is there any way to solve without installing visual 2008?

-sundar
Brad King
2012-10-19 11:18:21 UTC
Permalink
Post by sundar
Which is the latest version of gccxml?
One must checkout from CVS as instructed on the download page:

http://www.gccxml.org/HTML/Download.html
Post by sundar
I get the following error when I try to parse a cpp file. I ran
gccxml_vcconfig.bat too. I have gccxml 9.0.
It's 0.9.0.
Post by sundar
Compiler "cl" is not supported by GCC_XML because none of MSVC 6, 7, 7.1, 8 is
installed. Could not determine GCCXML_FLAGS setting.
I solved the above problem after installing visual 2008(installs required MSVC
for gccxml).
Is there any way to solve without installing visual 2008?
At least one version of VS must be installed. We run the preprocessor
using a target compiler's system headers.

VS >= 10 is not fully supported:

http://www.gccxml.org/Bug/view.php?id=11463

-Brad
sundar
2013-01-18 09:57:31 UTC
Permalink
Post by Brad King
At least one version of VS must be installed. We run the preprocessor
using a target compiler's system headers.
http://www.gccxml.org/Bug/view.php?id=11463
I have VS 2010 installed. I run into the above problem if VS2008 is not
installed. Is there any workaround?

-sundar

Loading...