Code::Blocks does not find the libraries of pkg_config

Asked by Jehan

Hello,

I have an annoying problem with my installation of Code::Blocks. It has not recognized all the libraries which are installed on my system and available when I run "pkg-config --list-all". On another computer, I have noticed that the Library tab of a project's properties lists all those libs, available through pkg_config. On my computer, the list is completely empty (not even an "available through pgk_config").

I have tried several things (reinstalling the package, making new projects, etc) without any success. Do you have any idea how code::blocks recognizes these libs, and how I could find the source of the problem (thus finding how to solve it^^) ?

Thanks in advance for your help pointing me in the right direction !

sym_zo

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu codeblocks Edit question
Assignee:
No assignee Edit question
Solved by:
Jehan
Solved:
Last query:
Last reply:
Revision history for this message
Jehan (jbruggem) said :
#1

Problem solved. See : http://forums.codeblocks.org/index.php/topic,9752.0.html

In short : Code::Blocks doesn't show any library if "pkg-config --list-all" ends with an error. I removed the packages that generated this errors.