piniGitHUB / pkg-config-support-for-eclipse-cdt

Automatically exported from code.google.com/p/pkg-config-support-for-eclipse-cdt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libraries are not added

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Selecting gtkmm-3.0 in the pkg-config tab
2. Checking the libraries in the tool settings section
3. Still empty and project complains about missing libraries

What is the expected output? What do you see instead?
A compiled project

What version of the product are you using? On what operating system?

- latest version of the tool, downloaded today, 23.10.2012
- Ubuntu 12.04 64Bit with JVM 64Bit and Eclipse CDT 64Bit 8.1


Please provide any additional information below.

The pkg-config tab shows me a full list of all my installed libraries, but 
after checking a box neither libraries nor paths are added in the "Tool 
Settings" tab.

I tried to se the PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR manually, but it had no 
effect. Default values also created the list but didn't add any libraries.

Original issue reported on code.google.com by MaxScher...@gmail.com on 23 Oct 2012 at 11:43

This happens as well on the latest Fedora Eclipse. You add the packages you 
want, you can see under "includes" that the project has picked up the paths you 
need, you can even see that your source file that includes gtkmm.h is happy, 
but once you press the build project button, it goes wrong. It's as though the 
makefiles aren't updated with these paths, and they only exist in Eclipse. If I 
look in the Makefiles, there's no sign of it trying to pass paths and libs 
around.

Original comment by earthwor...@gmail.com on 22 May 2013 at 8:02