Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » AM_SILENT_RULES and the indexer
AM_SILENT_RULES and the indexer [message #733531] Tue, 04 October 2011 20:27 Go to next message
Eclipse UserFriend
Just a PSA:

My autotools project uses AM_SILENT_RULES and the indexer did not see -I directories until I disabled AM_SILENT_RULES.

Chris
Re: AM_SILENT_RULES and the indexer [message #733727 is a reply to message #733531] Wed, 05 October 2011 10:21 Go to previous messageGo to next message
Eclipse UserFriend
Good point. I don't know what AM_SILENT_RULES does, but I assume it hides the build commands. We rely on scanner discovery which scans build output looking for compiler options. If we can't see the commands, we can't discover what the include path is.

It's probably worth raising a bug on the Autotools component (which comes from the Linux Tools project, BTW). They may be able to scan the autotools files looking for options as well.
Re: AM_SILENT_RULES and the indexer [message #733900 is a reply to message #733727] Wed, 05 October 2011 18:06 Go to previous message
Eclipse UserFriend
Good idea, just did.
Previous Topic:CDT-Helios error reporting
Next Topic:enablement expressions
Goto Forum:
  


Current Time: Sun Jul 20 13:01:12 EDT 2025

Powered by FUDForum. Page generated in 0.03888 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top