User forums > Using Code::Blocks
pkg-config and Code completion
(1/1)
walterwang:
hi, all
i have a question about pkg-config and code completion.
because pkg-config can be used in the compiler and linker options, so i did in my project using gtkmm. but the code completion works not any more. before i knew that pkg-config can be used in code::blocks, i ran pkg-config in a shell and then copied the result into code::blocks, so worked. and also the code completion.
but with pkg-config works the code completion.
how can i configrate in Code::Blocks so that code completion works again?
can anyone help me?
takeshimiya:
--- Quote from: walterwang on August 21, 2006, 04:47:22 pm ---how can i configrate in Code::Blocks so that code completion works again?
can anyone help me?
--- End quote ---
Unfortunately, for now, if you want a working CodeCompletion, you'll have to do what you've done, that is, paste the output of pkg-config.
walterwang:
Thanks!!!
Game_Ender:
A new kind of search area would have to be added to code completion, something like "Search Output of Shell Command", and it could parse the output for all the include directories and put those in its list.
Navigation
[0] Message Index
Go to full version