On Wed, 2008-09-17 at 13:14 +0100, Chris G wrote:
I'm trying to build gnome-alarm, when I run ./configure I get:- ... checking for GST... configure: error: Package requirements (gstreamer-0.10 >= 0.10.2) were not met:
No package 'gstreamer-0.10' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GST_CFLAGS and GST_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
... I don't really follow the other suggestion "you may set the environment variables GST_CFLAGS and GST_LIBS to avoid the need to call pkg-config". I can't see any reference to GST_CFLAGS and GST_LIBS in the pkg-config manual page.
Can anyone help?
I had a similar thing this week with webkit/midori, having built webkit and installed it in my home directory, pkg-config didn't find it so I set the following flags for configure:
export WEKBIT_CFLAGS=-I$HOME/include/webkit export WEBKIT_LIBS=$HOME/lib/libwebkit.a
which seemed to fix it - I suggest you locate (with yum) where your gstreamer includes/libs are and try something similar?
HTH, Phil.