Error compiling with meson + ninja
Sebastian Dröge
sebastian at centricular.com
Wed Dec 14 08:04:37 UTC 2016
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161214/ade564e4/attachment.sig>
More information about the gstreamer-devel
mailing list