Error compiling with meson + ninja
Stuart Axon
stuaxo2 at yahoo.com
Wed Dec 14 11:16:40 UTC 2016
I have used CC="ccache gcc" in the past with gstreamer uninstalled, I wonder if this could have caused problems ?
Next time I try this, I'll try on a cleaner image and see how things go.
S++
On Wednesday, December 14, 2016 8:04 AM, Sebastian Dröge <sebastian at centricular.com> wrote:
On Tue, 2016-12-13 at 21:36 +0000, Stuart Axon wrote:
> Hi,
> Compiler version is
>
> gcc (Raspbian 4.9.2-10) 4.9.2
> ninja 1.7.2.git
> meson 0.36.0
>
> Things got a lot further this time, and seems to get stuck in a
> linking phase:
> [...]
The problem here is that for whatever reason, meson is using a C++
compiler for gst-plugins-bad/gst-libs/gst/codecutils.
This causes symbol mangling, which then causes problem with other code
that just goes through a C compiler. This looks like something weird on
your setup, it shouldn't use "c++" for compilation there but "cc" or
some variant of "gcc".
--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161214/8d003c58/attachment.html>
More information about the gstreamer-devel
mailing list