gstreamer 1.10.x compile error on ubuntu 14

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

gstreamer 1.10.x compile error on ubuntu 14

Zhang.Ping

make gst-plugins-base:

make -C app
make[4]: Entering directory `/home/zhangping/work/gstreamer/gst-plugins-base/gst-libs/gst/app'
make[4]: *** No rule to make target `gstapp-marshal.list', needed by `gstapp-marshal.h'.  Stop.
make[4]: Leaving directory `/home/zhangping/work/gstreamer/gst-plugins-base/gst-libs/gst/app'
make[3]: *** [app] Error 2
make[3]: Leaving directory `/home/zhangping/work/gstreamer/gst-plugins-base/gst-libs/gst'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zhangping/work/gstreamer/gst-plugins-base/gst-libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zhangping/work/gstreamer/gst-plugins-base'
make: *** [all] Error 2

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

Re: gstreamer 1.10.x compile error on ubuntu 14

Sebastian Dröge-3
On Mon, 2016-11-21 at 09:32 +0800, zhang wrote:

>
> make gst-plugins-base:
>
> make -C app
> make[4]: Entering directory `/home/zhangping/work/gstreamer/gst-
> plugins-base/gst-libs/gst/app'
> make[4]: *** No rule to make target `gstapp-marshal.list', needed by
> `gstapp-marshal.h'.  Stop.
> make[4]: Leaving directory `/home/zhangping/work/gstreamer/gst-
> plugins-base/gst-libs/gst/app'
> make[3]: *** [app] Error 2
> make[3]: Leaving directory `/home/zhangping/work/gstreamer/gst-
> plugins-base/gst-libs/gst'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/zhangping/work/gstreamer/gst-
> plugins-base/gst-libs'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/zhangping/work/gstreamer/gst-
> plugins-base'
> make: *** [all] Error 2
Run "git clean -f -d -x" (warning: this removes all files not in git!).
This is an error with autotools somehow caching the need for that file
although it does not exist anymore.

--
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 (981 bytes) Download Attachment