Tagged Questions
The pkg-config tag has no wiki summary.
8
votes
1answer
579 views
How to use C++ Boost library with pkg-config?
I successfully compiled and installed the latest version of the Boost library onto my linux machine.
Now, I would like to be able to use pkg-config to ease the process of providing linking paremeters ...
6
votes
2answers
235 views
How to specify dependency on external C library in .cabal?
I maintain a library with FFI bindings on Hackage. So my Haskell library depends on the corresponding C library and its header files. Now I specify the external dependency in the .cabal file like ...
6
votes
1answer
2k views
UUID library for C?
I'm looking for a UUID library for programming in C, that has a reasonable probability of being installed (or at least installable by package manager) on most modern Linux desktops, and works with ...
4
votes
2answers
866 views
Portably include GLib headers in autoconf/automake
I need to include the GLib headers for a project that is built with an autoconf-based system for portability.
How can I safely import the GLib headers in a portable manner? I know about pkg-config, ...
3
votes
1answer
1k views
No package 'lua' found but i have it installed
I'm trying to install Lsyncd on Ubuntu 10.4 LTS but i get some error :
> checking for LUA... no checking for
> LUA... no checking for LUA...
> configure: error: Package requirements
> ...
3
votes
1answer
384 views
Can't install cairo with cabal on Windows - how to get pkg-config on win?
Configuring cairo-0.12.0...
setup.exe: The program pkg-config version >=0.9.0 is required but it could not
be found.
cabal: Error: some packages failed to install:
cairo-0.12.0 failed during the ...
3
votes
1answer
267 views
How to write *.pc files for pkg-config on Windows?
I've recently downloaded the gtk+ all-in-one bundle downloaded from the GTK+ website, which works fine and allows me to build gtk+ applications on Windows using the MinGW compiler.
However, when now ...
3
votes
6answers
3k views
How do I compile jzmq for ZeroMQ on OSX?
Trying to follow the directions from: http://github.com/zeromq/jzmq
I installed pkg-config using Homebrew and then I run the following commands:
./autogen.sh
./configure
The configure fails with:
...
3
votes
6answers
2k views
How can I install ExtUtils::PkgConfig in Perl on Windows?
I've tried cpan and cpanp shell and I keep getting:
ExtUtils::PkgConfig requires the pkg-config utility, but it doesn't
seem to be in your PATH. Is it correctly installed?
What is the pkg-config ...
2
votes
1answer
196 views
configure netbeans to recognize pkg-config cflags in code completion
is there a way to configure netbeans ide to actually support pkg-config properly? in 'additional options' in C compiler I added pkg-config --cflags --libs jack sndfile samplerate gtk+-2.0 but i still ...
2
votes
1answer
407 views
How to use pkg-config for setting include paths in Xcode?
For example, if I need Gtk+ include paths.
How to use pkg-config gtk+-2.0 --cflags in Xcode project settings?
2
votes
4answers
328 views
pkg-config: platform-neutral way to find out where to install my .pc file?
How do I know where to install my .pc file? These files are put in different places on different operating systems. The goal is to be able to use something like $(INSTALL) mylib.pc $$(pkg-config ...
2
votes
1answer
409 views
Problem using yaml-cpp on OS X
So I'm having trouble compiling my application which is using yaml-cpp
I'm including "yaml.h" in my source files (just like the examples in the yaml-cpp wiki) but when I try compiling the application ...
1
vote
1answer
127 views
qt Qmake generating pkgconfig for a project
I have been told that it is possible to generate a pkg-config file through qmake, but I have no idea how to do it. I have been looking online for a while, and it seems as though it is something you ...
1
vote
0answers
41 views
How to handle alternative backend dependencies in pkg-config?
I have a library that is split into a front-end and multiple back-ends. Client programs must link against the front-end library, and one back-end library. When pkg-config is called for the front-end, ...
1
vote
1answer
816 views
Compiling C program with dbus header files
I'm trying to compile a C program, with these headers: http://pastebin.com/SppCXb0U , on Ubuntu. At first I didn't have any luck at all, but after reading about pkg-config I crafted this line:
gcc ...
1
vote
1answer
124 views
PKG_CHECK_MODULES for somelib++
I am trying to make my autotools project in C++ link against library, that originates as C library (libsomelib.so), but also has bindings to c++ (libsomelib++.so). I ma trying to use PKG_CHECK_MODULES ...
1
vote
2answers
1k views
eclipse cdt: add include path from pkg-config
i want to add a dynamic configuration path (generated from pkg-config) to my project. (this is basically for third-party dependencies like boost, so workspace includes is not appropiate, and ...
1
vote
0answers
101 views
In MonoDevelop, how do I specify the target directory to be used when generating a package?
If I right click on the "Tarball" project, and go to Options > Files, I see some like this:
There are a couple of problems here:
"pkg-config folder" uses /usr/local/lib/pkgconfig, instead of ...
1
vote
1answer
204 views
centos: linking lib that doesn't have a .pc file for pkg-config
I'm trying to compile svg2pdf on centos. I think I've managed to get the required dependencies installed using yum:
sudo yum install librsvg2
sudo yum install cairo
The Makefile contains:
...
1
vote
6answers
3k views
Using `pkg-config` as command line argument under cygwin/msys bash
I'm trying to use cygwin as a build environment under Windows. I have some dependencies on 3rd party packages, for example, GTK+.
Normally when I build under Linux, in my Makefile I can add a call ...
0
votes
1answer
66 views
pkg-config 0.26 on OS X Lion seems to be ignoring PKG_CONFIG_PATH
I am using pkg-config 0.26 on OS X Lion.
When I echo $PKG_CONFIG_PATH, it seems that the variable is blank.
When I assign into it, e.g. PKG_CONFIG_PATH=/path/to/my/folder/containing/pc/files, and ...
0
votes
1answer
39 views
Linking gtkmm libraries in Visual Studio
So I had the same problem as this asker, and followed the advice of the accepted answer. I entered all the include directories given by pkg-config gtkmm-2.4 --cflags into my project, and finally it ...
0
votes
1answer
85 views
Using the pkg-config macro PKG_CHECK_MODULES failing
I'm sure this is a fairly simple problem. I have a very simple configure.ac file which I am using to just learn how autoconf & pkg-config work together. The confgure.ac file looks like:
...
0
votes
0answers
23 views
Compiling VIPS still stuck at PKG_CHECK_MODULES after much effort
I have updated pkg-config to 0.24 and the old problem (at the end of this post) is solved. By running ./bootstrap.sh, I got configure file, and by running ./configure I did not get PKG_CHECK_MODULES ...
0
votes
1answer
38 views
pkg-config doesn't work on Cygwin
I try to compile a program (OpenFP) using cygwin. The program depends on a package FFTW3 which I've compiled and installed succesfully. However when I launch ./configure for the main program I get an ...
0
votes
0answers
175 views
gobject-introspection not building
I am trying to compile gobject-introspection-1.31.0 (GI) for i686-cm-linux from a i686-pc-linux-gnu machine. Please find the part of config.log for the same. While configuring GI, libraries of glib, ...
0
votes
1answer
88 views
pkg-config fails to find packages when run from eclipse
I have an annoying problem.
I use pkg-config in a project. It has worked fine but now it doesn't (dont know that has changed)
When I link from inside eclipse with this line:
g++ `pkg-config --libs ...
0
votes
1answer
81 views
./configure checking problem
Nowdays I'm just trying to build libsamperate from source using MSYS on Windows, but I meet a configure checking problem : I've installed FFTW & libsndfile before, their include files, lib files ...
0
votes
0answers
158 views
gCMake and pkg-config not found
I have install CMake in default path and encounter an error with pkg-config is not found
Make Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPkgConfig.cmake:306 (message):
...
0
votes
1answer
134 views
Qmake creating a .pc file
Does anyone know if qmake can create a .pc file? I found someone that said it could here: http://www.qtcentre.org/threads/24422-How-can-we-create-.pc-file-automatically. But I have tried it and got ...
0
votes
1answer
78 views
pkg-config --exists fuse fails
I am trying to install fuse-python package, when I run
python setup.py build
It fails, when I checked the contents of setup.py I found this line
if os.system('pkg-config --exists fuse 2> ...
0
votes
0answers
194 views
Eclipse autotools plugin and pkg-config search path
I would like to add a pkg-config search path in my C++ project. I have add a PKG_CONFIG_PATH system variable. This variable isn't used by autoconf. How to change the pkg-config search path in autoconf ...
0
votes
1answer
247 views
Generate package config file automagically using Scons, bjam, and/or cmake
Hey Stackoverflowers: one comment and one question.
Comment: You guys/girls are great, thanks for taking a look.
Question:
Can Bjam, Scons, or Cmake easily install a .pc file for library projects?
...
0
votes
1answer
871 views
How to set a directory in PKG_CONFIG_PATH variable in ubuntu
I want to add a directory containing a .pc file, to the PKG_CONFIG_PATH variable, that is required for a certain program to run on Ubuntu. I tried to find out a solution from google but it didn't ...
0
votes
2answers
486 views
How to write configure.ac and Makefile.am for freeglut?
I want to use freeglut for my project.
In my configure.ac it looks like this, it worked like this for SDL so I just replaced some potions and hoped it works for freeglut as well but it does not. So ...
0
votes
1answer
913 views
pkg-config path for mono on mac
I installed mono in Mac OS X. I was following these instructions on the mono website. The first console application worked because it didn't use any packages. However, when I ran gmcs hello.cs ...
0
votes
1answer
1k views
Problems compiling libjingle/gtk+-2.0 for Mac OS X
I'm trying to compile libjingle on Mac OSX Snow Leopard. The INSTALL file said to './configure', 'make' and 'make install', as usual. But make fails for me. Initially it gave some messages indicating ...