Code::Blocks Forums
User forums => Help => Topic started by: foobar on July 19, 2008, 03:45:22 pm
-
Hello,
This appears to be a very good IDE, thank you.
One problem though: by default the gcc compiler appears to have the option '-I-' set. This stops the preprocessor from searching the same directory as a source file for the header file. How can I turn this off?
Unless this is a problem with my configuration then I think this should be considered a bug, not a feature, since over-riding the most useful default behaviour of the C preprocessor with no obvious way of turning it off is more than a little annoying! In any case this option is deprecated, it should be '-iquote'.
Thanks in advance!
-
Found solution, sorry!
http://forums.codeblocks.org/index.php/topic,7823.0.html