<div dir="ltr">Hello, <div><br></div><div>I try to compile gst-plugins-base-1.0.10 on my raspberry pi but ran into a compilation error:</div><div><br></div><div><div>make[5]: Entering directory `/home/pi/src/gst/gst-plugins-base-1.0.10/gst-libs/gst/audio'</div>
<div>  CC     libgstaudio_1.0_la-audio-format.lo</div><div>audio-format.c: In function 'unpack_s8':</div><div>audio-format.c:111:1: warning: passing argument 2 of 'audio_orc_unpack_s8' makes integer from pointer without a cast [enabled by default]</div>
<div>gstaudiopack.h:84:6: note: expected 'int' but argument is of type 'gpointer'</div><div>audio-format.c:111:1: error: too many arguments to function 'audio_orc_unpack_s8'</div><div>gstaudiopack.h:84:6: note: declared here</div>
<div>audio-format.c: In function 'pack_s8':</div><div>audio-format.c:111:1: warning: passing argument 2 of 'audio_orc_pack_s8' makes integer from pointer without a cast [enabled by default]</div><div>gstaudiopack.h:102:6: note: expected 'int' but argument is of type 'gpointer'</div>
<div>audio-format.c:111:1: error: too many arguments to function 'audio_orc_pack_s8'</div></div><div><br></div><div>[...]</div><div><br></div><div><div>audio-format.c: In function 'pack_f64be':</div><div>audio-format.c:200:5: warning: passing argument 2 of 'audio_orc_pack_f64_swap' makes integer from pointer without a cast [enabled by default]</div>
<div>gstaudiopack.h:118:6: note: expected 'int' but argument is of type 'gpointer'</div><div>audio-format.c:200:5: error: too many arguments to function 'audio_orc_pack_f64_swap'</div><div>gstaudiopack.h:118:6: note: declared here</div>
<div>make[5]: *** [libgstaudio_1.0_la-audio-format.lo] Error 1</div></div><div><br></div><div>The same happens if I do configure --disable-orc</div><div><br></div><div>These are the liborc-packages I have installed from the raspbian repository:</div>
<div><br></div><div><div>ii  liborc-0.4-0:armhf 1:0.4.17-1 armhf        Library of Optimized Inner Loops Runtime Compiler</div><div>ii  liborc-0.4-0-dbg:armhf 1:0.4.17-1 armhf        Library of Optimized Inner Loops Runtime Compiler (debug package)</div>
<div>ii  liborc-0.4-dev 1:0.4.17-1 armhf        Library of Optimized Inner Loops Runtime Compiler (development headers)</div><div>ii  liborc-0.4-doc 1:0.4.17-1 all          Library of Optimized Inner Loops Runtime Compiler (documentation)</div>
</div><div><br></div><div>Is this my mistake?</div><div><br></div><div>Best regards,</div><div>  Markus</div></div>