<div dir="ltr"><div><div>Off hand it looks like there was a preceding warning about a missing include file because there are type errors. That is simple C.<br><br></div>Second, you are using the SDK, which is a path many people take. However, you should use the Android binaries here -> <a href="http://gstreamer.freedesktop.org/data/pkg/android/1.4.5/">http://gstreamer.freedesktop.org/data/pkg/android/1.4.5/</a><br><br></div>Unfortunately, I haven't yet succeeded in building with these either, but I am very new to Android and Java and haven't had much time. Please write back with your results.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 30, 2015 at 7:11 AM, Totoketchup <span dir="ltr"><<a href="mailto:anthony.damato@hotmail.fr" target="_blank">anthony.damato@hotmail.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi !<br>
<br>
I've tried to build the tutorials and I have this error :<br>
<br>
GStreamer      : [GEN] => gst-build/gstreamer_android.c<br>
GStreamer      : [COMPILE] => gst-build/gstreamer_android.c<br>
In file included from<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gst.h:75:0,<br>
                 from gst-build/gstreamer_android.c:2:<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h: In function<br>
'GDOUBLE_SWAP_LE_BE':<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:566:3: error: left<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:566:3: error: left<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:566:3: error: right<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:566:3: error: right<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h: In function<br>
'GST_READ_DOUBLE_LE':<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:755:3: error: left<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:755:3: error: left<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:755:3: error: left<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:755:3: error: left<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h: In function<br>
'GST_READ_DOUBLE_BE':<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:783:3: error: left<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:783:3: error: left<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:783:3: error: left<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:783:3: error: left<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h: In function<br>
'GST_WRITE_DOUBLE_LE':<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:865:3: error: right<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:865:3: error: right<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:865:3: error: right<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:865:3: error: right<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h: In function<br>
'GST_WRITE_DOUBLE_BE':<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:892:3: error: right<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:892:3: error: right<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:892:3: error: right<br>
shift count >= width of type [-Werror]<br>
/opt/gstreamer-sdk/include/gstreamer-0.10/gst/gstutils.h:892:3: error: right<br>
shift count >= width of type [-Werror]<br>
gst-build/gstreamer_android.c: In function 'gst_debug_logcat':<br>
gst-build/gstreamer_android.c:225:9: error: integer overflow in expression<br>
[-Werror=overflow]<br>
gst-build/gstreamer_android.c:225:9: error: integer overflow in expression<br>
[-Werror=overflow]<br>
gst-build/gstreamer_android.c:232:9: error: integer overflow in expression<br>
[-Werror=overflow]<br>
gst-build/gstreamer_android.c:232:9: error: integer overflow in expression<br>
[-Werror=overflow]<br>
cc1: all warnings being treated as errors<br>
<br>
<br>
Someone know what I have to do to solve this ?<br>
<br>
Thanks :)<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Error-building-android-tutorials-tp4671385.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Error-building-android-tutorials-tp4671385.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><span style="color:rgb(102,102,102);font-family:verdana,sans-serif">___________________________________________________</span><br></div><div><span style="color:rgb(68,68,68);font-weight:bold;font-family:arial,helvetica,sans-serif">Name</span><br></div><div><font face="arial, helvetica, sans-serif"><span style="color:rgb(102,102,102)"><i>Chuck Crisler</i></span><br style="color:rgb(102,102,102)"></font></div><div dir="ltr"><font face="arial, helvetica, sans-serif"><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102);font-weight:bold">Mutualink, Inc.</span><br style="color:rgb(102,102,102)"></font></div><div><font face="arial, helvetica, sans-serif"><span style="color:rgb(102,102,102)">3 Lan Dr.</span><br style="color:rgb(102,102,102)"></font></div><div dir="ltr"><font face="arial, helvetica, sans-serif"><span style="color:rgb(102,102,102)">Westford, MA  01886</span><br style="color:rgb(102,102,102)"><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">Direct: <a href="tel:%28866%29%20957-5465" value="+18669575465" target="_blank">(978) 490-3006</a> Ext: 118<br></span></font></div><div dir="ltr"><span style="color:black"><font face="arial, helvetica, sans-serif"><span style="color:rgb(102,102,102)"><br></span></font></span></div><div dir="ltr"><span style="color:black"><font face="arial, helvetica, sans-serif"><span style="color:rgb(102,102,102)"></span></font></span><span style="color:rgb(102,102,102);font-family:arial,helvetica,sans-serif"></span></div><font face="arial, helvetica, sans-serif"><font color="#666666">E-Mail: </font><font color="#3d85c6"><a href="mailto:employeer@mutualink.net" target="_blank">ccrisler@mutualink.net</a> </font><br style="color:rgb(102,102,102)"><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">Web: </span><a href="http://www.mutualink.net/" target="_blank"><font color="#3d85c6">www.mutualink.net</font></a><br style="color:rgb(102,102,102)"><br><img src="https://www.google.com/a/mutualink.net/images/logo.gif?service=writely" border="0"><br><div dir="ltr" style="color:black"><font style="color:rgb(102,102,102)" size="1">The information in this email, and subsequent attachments, may contain confidential information that is </font></div><div dir="ltr" style="color:black"><font style="color:rgb(102,102,102)" size="1">intended solely for the attention and use of the named addressee(s). This message or any part thereof </font></div><div dir="ltr" style="color:black"><font style="color:rgb(102,102,102)" size="1">must not be disclosed, copied, distributed or retained by any person without authorization from the addressee.</font></div></font></div></div></div></div></div></div>
</div>