Hi<br><br>I am pretty new to gstreamer and have decided to build from source (I was using MacPorts seamlessly)<br><br>But I have encountered several errors while trying to build manually... <br><br>First I got an error with matroska:<br>
<br>Making all in matroska<br>  CC    ebml-read.o<br>  CC    ebml-write.o<br>  CC    matroska.o<br>  CC    matroska-demux.o<br>cc1: warnings being treated as errors<br>matroska-demux.c: In function ‘gst_matroska_demux_parse_blockgroup_or_simpleblock’:<br>
matroska-demux.c:3999: warning: format ‘%hu’ expects type ‘int’, but argument 8 has type ‘gint64’<br>make[3]: *** [libgstmatroska_la-matroska-demux.lo] Error 1<br><br>Then when I try to build the good plugins, I get an error with the translations:<br>
<br>Making all in po<br>rm -f af.gmo &amp;&amp; /opt/local/bin/msgfmt -c --statistics -o af.gmo af.po<br>26 translated messages, 21 fuzzy translations, 38 untranslated messages.<br>/opt/local/bin/msgmerge --update az.po gst-plugins-good-0.10.pot<br>
......... done.<br>/opt/local/bin/msgmerge: `az.po&#39;: No such file or directory<br>make[3]: *** [az.po] Error 1<br><br>Have you got any clue that could help me ? <br><br>Thanks in advance<br><br>Oscar<br><br><br>