[gst-devel] liboil problem
Tim Müller
t.i.m at zen.co.uk
Wed Jul 20 01:32:18 CEST 2005
On Wednesday 20 July 2005 03:21, Li Juan GUO wrote:
> I still cannot solve this liboil problem.
> (...) when I build gst-plugins-base, It needs liboil-0.3.pc. I get
> liboil-0.3.2.tar.gz and build. still has problem.
You probably need to do:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
(or $prefix/lib/pkgconfig if you installed liboil into a different prefix).
Check that everything's fine with
pkg-config --modversion liboil-0.3
(should show a version number like '0.3.2'), then re-run ./configure
Cheers
-Tim
More information about the gstreamer-devel
mailing list