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

"l-" is removed from library names while importing #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add any package that includes libraries including a "-l"-String in their 
name. For example, add "libpjproject".
2. Watch, what happend so the library Files, e.g. 
"libpjsua-arm-none-linux-gnueabi" => "libpjsua-arm-noneinux-gnueabi".

What is the expected output? What do you see instead?
I'd expect pkg-config-support-for-eclipse-cdt not to trim all occurencies of 
"-l" from the input! "libpjsua-arm-none-linux-gnueabi" schould be added as-is.

What version of the product are you using? On what operating system?
The current version I got out of eclipse marketplace, 
org.eclipse.cdt.managedbuilder.pkgconfig_0.5.4.201205282003.jar. On Eclipse 
Juno (Release), Build 20120614-1722.

Please provide any additional information below.
This is a critical issue, making the add-on completely useless in some cases.

Original issue reported on code.google.com by guessal...@gmail.com on 3 Jul 2012 at 2:51

GoogleCodeExporter commented 9 years ago
This is something that shall definitely be fixed. Let's see if I get it done 
tonight.

Original comment by petri.tuononen@gmail.com on 3 Jul 2012 at 3:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Have you found anything responsible for this behavior? It's definitely got to 
be in the part about stripping those "-l " thingies from pkg-config's output...

Oh and by the way, I forgot to mention that I was running Eclipse on Ubuntu 
Lucid if that helps ... I was cross-compiling stuff for arm7.

Original comment by guessal...@gmail.com on 20 Jul 2012 at 11:20

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r216.

Original comment by petri.tuononen@gmail.com on 22 Jul 2012 at 4:34

GoogleCodeExporter commented 9 years ago
Fixed. Please update to new version. Sorry for the delay.

Original comment by petri.tuononen@gmail.com on 23 Jul 2012 at 9:49