I'm trying to build gnome-alarm, when I run ./configure I get:-
... ... checking for GTK... yes checking for GNOME_VFS... yes checking for GCONF... yes checking for LIBGLADE... yes 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 *do* have gstreamer installed:-
home# yum list gstreamer Installed Packages gstreamer.x86_64 0.10.15-1.fc8 installed gstreamer.i386 0.10.15-1.fc8 installed
but it doesn't seem to come with a gstreamer.pc file. I have checked on another system which also has gstreamer installed (a different version) and that doesn't have gstreamer.pc either.
So "adjusting the PKG_CONFIG_PATH environment variable" isn't going to help me because there's no gstreamer.pc to be found. 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?