Compile problems after ubuntu 16.04 upgrade

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Compile problems after ubuntu 16.04 upgrade

Anthony Buckley
Hello,

I just upgraded to ubuntu 16.04 (amd64) and tried to compile my GST program and it failed as follows:

cc -c -o ... -I. `pkg-config --cflags gtk+-3.0 gstreamer-1.0 gstreamer-video-1.0 cairo`
Package gstreamer-video-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-video-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-video-1.0' found
astro_main.c:42:23: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.

I checked and it's really not there now (everything was fine before the upgrade). Looks like it and possibly some others were removed during the upgrade. Anyone have any similar problems?
I assume installing 'libgstreamer-plugins-base1.0-dev' will fix? Or should I be doing something different now?

Regards. Tony

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Compile problems after ubuntu 16.04 upgrade

Sebastian Dröge-3
On Di, 2016-05-31 at 19:48 +1000, Anthony Buckley wrote:

> Hello,
>
> I just upgraded to ubuntu 16.04 (amd64) and tried to compile my GST program and it failed as follows:
>
> cc -c -o ... -I. `pkg-config --cflags gtk+-3.0 gstreamer-1.0 gstreamer-video-1.0 cairo`
> Package gstreamer-video-1.0 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `gstreamer-video-1.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'gstreamer-video-1.0' found
> astro_main.c:42:23: fatal error: gtk/gtk.h: No such file or directory
> compilation terminated.
>
> I checked and it's really not there now (everything was fine before the upgrade). Looks like it and possibly some others were removed during the upgrade. Anyone have any similar problems?
> I assume installing 'libgstreamer-plugins-base1.0-dev' will fix? Or should I be doing something different now?
gstreamer-video-1.0 would be in that package, yes. I assume this didn't
work and that's why you asked?

What's the content of the libgstreamer-plugins-base1.0-dev package
(dpkg -L) and the compiler output after you installed it?

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (968 bytes) Download Attachment