Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Greatwolf on September 12, 2010, 03:32:25 am
-
I'm kind of wondering for the standard include headers that come with the compiler where does this plugin search?
I'm finding the 'Find declaration of' is looking in the wrong files. Instead of looking in the include files of borland, it's giving me include files from MinGW. I have both of these compilers setup.
-
I think it asks gcc (executes gcc with special options) for its paths
-
So how can I correct this so it looks in and parses the correct files?
-
You could try the cc_branch (codecompletion_refactoring) there is a nightly for windows.
If there the problem is not fixed, you could make a patch:)
-
I'll give that a try when I get some time. Does that branch provide some kind of mechanism for specifying where to look for a given toolchain's stl library?
-
Don't know, look at the code :)