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

Provides automation of configuration needed for projects using pkg-config, such as GTK+ and gtkmm. Very useful time-saving tool for all C, C++ programmers using Eclipse.
4 stars 2 forks source link

Linker adds duplicate libraries #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Linker may add duplicate libraries when adding packages on multiple occasions. 
Although this might not cause error it is misleading from the user's point of 
view.

I feel that there is something strange going on with CDT's 
ExternalSettingsProvider, because item duplication does not happen with include 
paths or library paths.

Original issue reported on code.google.com by petri.tuononen@gmail.com on 12 May 2012 at 3:22

GoogleCodeExporter commented 9 years ago
This is very annoying bug for me.

Libraries are duplicated and placed at the beginning of the libraries list. 
This causes my project build to fail.
Every time I open the project, I have to re-set libraries.

Original comment by lukasz.m...@gmail.com on 17 May 2012 at 5:30