Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
Please read this FIRST
I have posted similar request in Eclipse forum and getting no response there.

I need help with implementation of pkg-config ESPECIALLY in Eclipse IDE.

I am looking for somebody who actually and successfully use / used "pkg-config" in Eclipse IDE.
( Please no RTFM or "I told you so..." ).

Since this is my first usage of 'pkg-config" I am not sure if Eclipse will work or if I am missing some option / command.

Any constructive help will be greatly appreciated.
Cheers

What I have tried:

I have added `pkg-config....` to both complier options and linker options. I get no error in make verbose output. I can see all required includes and libraries and still getting "undefined reference " as build error.

Here is my actual linker option

-v `pkg-config gtk+-3.0 --cflags --libs --print_errors `
Posted
Updated 22-Jul-20 7:04am
v2

1 solution

SOLVED case closed
As expected - pkg-config DOES NOT integrate with just any Eclipse version / release.
I got it working as expected in 2018-09!
 
Share this answer
 
Comments
Patrice T 22-Jul-20 13:08pm    
Accept your answer, it will close the question
Vaclav_ 22-Jul-20 17:15pm    
Why should I accept my own "answer"? Let's not get too hang up on procedures. So if you obviously look at the answer, why don't you save ( my ) time and accept it?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900