The pkg-config tag has no wiki summary.
0
votes
1answer
33 views
How do I add QtDeclarative to the pkg-config list
I installed today the libqt5 and QtQuick development stacks. In trying to also install the hsqml packages for Haskell, hsqml reports that QtDeclarative is not listed in pkg-config. However, I have ...
3
votes
1answer
163 views
Pkg-Config Error (No such file or directory)
if i try and compile the tutorial code for GTK3 with the command
gcc simple.c -o simple 'pkg-config --libs --cflags gtk+-3.0'
it gives off the error
gcc: error: pkg-config --libs --cflag gtk+-3.0: ...
1
vote
2answers
3k views
PKG_CONFIG_PATH environment variable
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix. What does this mean ?
1
vote
2answers
220 views
Why does “pkg-config” print only a blank space with the “--cflags” option?
I installed libcurl using :sudo apt-get install libcurl4-openssl-dev. When I try to compile my program I read that we have to pass where libcurl is located to the GCC compiler(although for me its ...
1
vote
1answer
244 views
libnotify, PKG_CONFIG_PATH
I am installing spidermonkey on Ubuntu 11.10. When running ./configure I receive a dependency error that libnotify >= 0.4 is not met.
Located the package in Ubuntu as
gir1.2-notify-0.7
So then I ...
0
votes
1answer
72 views
vtg-plugin dependencies not met
I am trying to compile the vtg-plugin from source however I am getting the error "vtg-dependencies not met" which complains about libpeas and gedit.
The version of gedit it is asking for is 2.91.0, ...
3
votes
2answers
723 views
Error when running ./configure on Ubiquity source
I have added a patch to the Ubiquity source and am attempting to build and install the package to test it, however I get the following error when I execute ./configure,
checking for pkg-config... ...