[GCC-XML] MSVC 9.0 Support
Brad King
brad.king at kitware.com
Tue Apr 22 20:24:24 EDT 2008
Brad King wrote:
> Roman Yakovenko wrote:
>> On Mon, Apr 21, 2008 at 6:58 PM, Brad King <brad.king at kitware.com> wrote:
>>> Chris Waldron wrote:
>>>
>>>> Are there any plans for GCC-XML to support MSVC ver. 9.0?
>>>>
>>> I've just commited changes to gccxml to support the commercial version. I
>>> don't know whether it will work with the express version or not. I need to
>>> get it installed on another machine to try out.
>> I just tried it on Visual Studio 2008, Express Edition and it doesn't work.
>>
>> I was able to build gccxml.exe but for some reason, after the build
>> the installation directory was empty.
>
> I'm not surprised. It probably uses different registry entries and is
> therefore not detected. It's on my TODO list.
Okay, I got a chance to do this tonight. I just needed to add a check
for the VCExpress registry entry as well as the VisualStudio one. I've
now committed support for VC9 Express.
-Brad
More information about the gccxml
mailing list