Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Scanner Info stuff

Hi Doug,

maybe this is what you are looking for ? It is really easy to implement. Only associating the provider with the configurations is a bit tricky.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=181018

Regards,

Sascha

________________________________________
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Doug Schaefer
Gesendet: Samstag, 19. Mai 2007 17:24
An: CDT General developers list.
Betreff: [cdt-dev] Scanner Info stuff

Hey gang, especially Mikhail S ☺.

I’m trying out my Windows SDK integration and am finding that the Includes container is messed. I had been relying on the envVarBuildPath to hook up the INCLUDES environment variable to the include paths. That seems to be broken now (and I think I remember a bug flying by mentioning that). But I’d like to have a more general solution anyway.

So how do I hook up my own code to the scanner info stuff. I don’t have an external executable to run like the gcc provider stuff does. I just have some Java code that digs into the registry to find the locations of the Windows SDK install. And this is for internal build only as well. I don’t need to scan build output (at least not yet). Sounds like it should be simple.

Thanks,
Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com




Back to the top