On Fri, Oct 19, 2012 at 2:14 AM, sundar <[email protected]> wrote: > 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 > 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. > 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 _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.gccxml.org/mailman/listinfo/gccxml
