From: salsaman <sal...@xs...> - 2004-09-03 13:14:44
|
salsaman wrote: > I am trying now to build the gforce plugin, here is what I get from > configure: > > "checking for libvisual = 0.1.6... Package libvisual was not found in > the pkg-config search path. > Perhaps you should add the directory containing `libvisual.pc' > to the PKG_CONFIG_PATH environment variable > No package 'libvisual' found > configure: error: libvisual not found, libvisual is needed to build > this package, > you can download libvisual at http://libvisual.sf.net/" > > > libvisual.pc is installed in /usr/local/lib/pkgconfig/ > I tried: > env PKG_CONFIG_PATH=/usr/local > env PKG_CONFIG_PATH=/usr/local/lib > env PKG_CONFIG_PATH=/usr/local/lib/pkgconfig > > each time with the same result. I don't know pkgconfig very well, so I > have no idea how to fix this problem. > > > Salsaman. > > OK, I fixed this with: declare -x PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ Then the gforce plugin complained, it was looking for version 0.1.6, and the pkgconfig version was blank. So I fixed this by setting version to 0.1.6 in libvisual.pc. Now the plugin will not compile: config.status: error: cannot find input file: GForceColorMaps/Makefile.in Will try another plugin in case it is just this one which is broken. Salsaman. |