<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div dir="ltr" id="yui_3_16_0_ym19_1_1481654558996_95740">I have used  CC="ccache gcc"  in the past with gstreamer uninstalled, I wonder if this could have caused problems ?</div><div dir="ltr" id="yui_3_16_0_ym19_1_1481654558996_95741"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1481654558996_95793">Next time I try this, I'll try on a cleaner image and see how things go.<br></div><div id="yui_3_16_0_ym19_1_1481654558996_90006"><br></div><div id="yui_3_16_0_ym19_1_1481654558996_90003"><span></span></div><div id="yui_3_16_0_ym19_1_1481654558996_95792"> </div><div class="signature" id="yui_3_16_0_ym19_1_1481654558996_95791">S++</div> <div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"><font size="2" face="Arial"> On Wednesday, December 14, 2016 8:04 AM, Sebastian Dröge <sebastian@centricular.com> wrote:<br></font></div> <blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;"> <br><br> <div class="y_msg_container">On Tue, 2016-12-13 at 21:36 +0000, Stuart Axon wrote:<br>> Hi,<br>>    Compiler version is <br>> <br>> gcc (Raspbian 4.9.2-10) 4.9.2<br>> ninja 1.7.2.git<br>> meson 0.36.0<br>> <br>> Things got a lot further this time, and seems to get stuck in a<br>> linking phase:<br>> [...]<br><br>The problem here is that for whatever reason, meson is using a C++<br>compiler for gst-plugins-bad/gst-libs/gst/codecutils.<br><br>This causes symbol mangling, which then causes problem with other code<br>that just goes through a C compiler. This looks like something weird on<br>your setup, it shouldn't use "c++" for compilation there but "cc" or<br>some variant of "gcc".<br><br>-- <br>Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com/" target="_blank">http://www.centricular.com</a><br>_______________________________________________<br>gstreamer-devel mailing list<br><a ymailto="mailto:gstreamer-devel@lists.freedesktop.org" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br><br><br></div> </blockquote> </div> </div>  </div></div></body></html>