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

About Pkg-config on Eclipse Indigo cpp 3.72 #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now I am using gtkmm-2.16 in eclipse-indigo-cpp on windows,so I require 
pkg-config plugin to reduce my work,but I found some troubles(I think it's a 
bug). 
What steps will reproduce the problem?
1. after I setup a gtkmm project, I select Pkg-config tab to set gtkmm pkg I 
need,but sometimes it will pop java null exception 
2. Another problem is that, after I set the pkg-config, but I found linker 
libries has another copy of pkgs I select 

Original issue reported on code.google.com by greenbea...@gmail.com on 19 Apr 2012 at 1:09

GoogleCodeExporter commented 9 years ago
Thanks, I will look into those. The second problem is known and it's quite 
annoying but not as easily fixable as one would think, because setting 
libraries relies on CDT API. Nevertheless duplicate libraries shouldn't cause 
errors. I assume these problems are not preventing your use of the plugin 
altogether.

Petri

Original comment by petri.tuononen@gmail.com on 19 Apr 2012 at 8:36

GoogleCodeExporter commented 9 years ago
I managed to fix that null pointer exception.

I created a new issue for the duplicate libraries problem (issue 7) and will 
now close this issue.

Original comment by petri.tuononen@gmail.com on 12 May 2012 at 3:24