Feature #5645 2013-04-20 20:06
alatar_
CC: additional paths and defines
It would be useful to add option to define additional search paths, source files (with file masks, like path/to/lib/src/*.c) and defines for CC parser. This can be used to parse sources of third party libraries or with projects that uses external Makefiles or tools like wx-config.
See http://forums.codeblocks.org/index.php/ topic,17757.new.html for discussion.
- Category
- Programming Languages
- Status
- Open
- Close date
- Assigned to
History
I'd say this FR is invalid.
It already should work as it is by design. Because if you are using a lib you'll need to include the function definitions which will be parsed by CC: If tats not the case it might be a parser bug. So please provide a sample t reproduce, the solution is definitely not your proposed one.
The correct forum discussion link is: http://forums.codeblocks.org/index.php/topic,17757.html