Qt 4.8.5 Build Fails with GStreamer Error
-
Hi All,
It looks like this has been covered before, but I have not seen a solution that solves my issue.I am getting the typical build error:
Project ERROR: Package gstreamer-app-0.10 not found
This is on SLES 11 SP1. I already have the following packages installed
gstreamer-0_10
gstreamer-0_10-devel
gstreamer-0_10-lang
gstreamer-0_10-plugins-base
gstreamer-0_10-plugins-good
gstreamer-0_10-plugins-good-lang
libgstreamer-0_10-0
libgstreamer-0_10-0-32bitI have even built gstreamer-0.10 from source and set the environment variable PKG_CONFIG_PATH to point at the pkgconfig, all to no avail.
Perhaps someone can point me in the right direction on this.
Thanks
Albion -
Hi and welcome to devnet,
IIRC you can add -v to configure to make it verbose, you should then see the failing test.
Hope it helps