Building QtGstreamer AUTOMOC4_EXECUTABLE-NOTFOUND

George Kiagiadakis kiagiadakis.george at gmail.com
Wed Feb 1 07:30:56 PST 2012


On Wed, Feb 1, 2012 at 12:44 PM, Matthias Dodt <MDodt at xion-medical.com> wrote:
> Hi George!
>
> Sorry I missed another thing. Running cmake as described in my last
> email outputs another error. Basically the script states it can't find
> the packages but summarizes that everything is there?
>
> -- checking for module 'gstreamer-0.10'
> --   package 'gstreamer-0.10' not found
> -- checking for module 'gstreamer-base-0.10'
> --   package 'gstreamer-base-0.10' not found
> -- Performing Test GSTREAMER_VERSION_COMPATIBLE
> -- Performing Test GSTREAMER_VERSION_COMPATIBLE - Success
> -- checking for module 'gstreamer-plugins-base-0.10'
> --   package 'gstreamer-plugins-base-0.10' not found
> -- checking for module 'gstreamer-app-0.10'
> --   package 'gstreamer-app-0.10' not found
> -- checking for module 'gstreamer-interfaces-0.10'
> --   package 'gstreamer-interfaces-0.10' not found
> -- checking for module 'gstreamer-video-0.10'
> --   package 'gstreamer-video-0.10' not found


These "errors" are merely the output of the pkg-config checks that
cmake does at this point. They just state that the relevant libraries
were not found using pkg-config. However, the cmake scripts are clever
enough to fall back to other means of detecting those libraries, which
succeed. So, don't worry about them, they are harmless.


More information about the gstreamer-devel mailing list