
2 Mar
2004
2 Mar
'04
1:04 p.m.
Taiabati - Claudio Bettio wrote:
I have problems installing Inkscape 0.37 in Fedora Core. While compiling, it keeps asking for the Libsigc++-1.2 library. I have installed it, but Inkscape can't locate it.
The compiler suggests that i may edit the variable_path in pkg-config. But where is it? How do i do that? (I couldn't figure it out by "man pgk-config") Did somebody else already solved the problem?
I had this problem to. I solved it with the following:
PKG_CONFIG_PATH=/path/to/pkgconfig; export PKG_CONFIG_PATH
The path needs to be the folder that contains sigc++-1.2.pc. In my case this was /usr/local/lib/pkgconfig
HTH Matt