Thanks for ur kindly help :)<br><br><div><span class="gmail_quote">2007/7/12, Stefan Kost &lt;<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>the problem is that your are cross compiling and configure find the<br>check.h for linux (x86). Configure has --with-check=PATH to tell it<br>about check for arm (if installed). Three options for you right now:
<br>* fix out buildsystem by making the configure test crosscompile aware<br>* install check for your crosscompilation environment<br>* remove check on you x86 system<br><br>Stefan<br><br><br>Quoting Raymond Hung &lt;<a href="mailto:raymondhwh@gmail.com">
raymondhwh@gmail.com</a>&gt;:<br><br>&gt; hi,<br>&gt;<br>&gt; thanks for helping with my problem :)<br>&gt;<br>&gt; the help in the configure claims that using &quot;--disable-tests&quot; and &quot;--disable<br>&gt; failing-test&quot; can diable the tests
<br>&gt;<br>&gt; but still have the same error.<br>&gt;<br>&gt; i am using this to config gstreamer :<br>&gt;<br>&gt; ./configure --host=arm-linux --prefix=/media/disk --disable-tests<br>&gt; --disable-examples --disable-failing-tests --disable-docbook
<br>&gt; --disable-gtk-doc --disable-debug<br>&gt;<br>&gt; Regards<br>&gt;<br>&gt; 2007/7/12, xia_guangtai &lt;<a href="mailto:xia_guangtai@visualon.com">xia_guangtai@visualon.com</a>&gt;:<br>&gt;&gt;<br>&gt;&gt; Please disable the check when you configure the gstreamer package. Please
<br>&gt;&gt; find the details with the command ./configure --help.<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; ----- Original Message -----<br>&gt;&gt;<br>&gt;&gt; *From:* Raymond Hung &lt;<a href="mailto:raymondhwh@gmail.com">raymondhwh@gmail.com
</a>&gt;<br>&gt;&gt; *To:* <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>&gt;&gt; *Sent:* Thursday, July 12, 2007 2:11 PM<br>&gt;&gt; *Subject:* [gst-devel] cross compilation to ARM
<br>&gt;&gt;<br>&gt;&gt; Hi, all<br>&gt;&gt;<br>&gt;&gt; now i am doing cross compilation of gstreamer and i always meet the error<br>&gt;&gt; during &quot;make&quot; process<br>&gt;&gt;<br>&gt;&gt; In file included from 
gstbufferstraw.h:25,<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from gstbufferstraw.c:31:<br>&gt;&gt; ../../../libs/gst/check/gstcheck.h:30:19: check.h: No such file or<br>&gt;&gt; directory<br>&gt;&gt; In file included from gstbufferstraw.h
:25,<br>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from gstbufferstraw.c:31:<br>&gt;&gt; ../../../libs/gst/check/gstcheck.h:78: parse error before &#39;*&#39; token<br>&gt;&gt; gstbufferstraw.c : In function `gst_buffer_straw_start_pipeline&#39;:
<br>&gt;&gt; gstbufferstraw.c:90: warning: implicit declaration of function `fail_if&#39;<br>&gt;&gt; make[4]: *** [libgstcheck_0.10_la-gstbufferstraw.lo] Error 1<br>&gt;&gt; make[4]: Leaving directory `/root/Desktop/gstreamer- 
0.10.13<br>&gt;&gt; /libs/gst/check&#39;<br>&gt;&gt; make[3]: *** [all-recursive] Error 1<br>&gt;&gt; make[3]: Leaving directory `/root/Desktop/gstreamer-0.10.13/libs/gst&#39;<br>&gt;&gt; make[2]: *** [all-recursive] Error 1
<br>&gt;&gt; make[2]: Leaving directory `/root/Desktop/gstreamer- 0.10.13/libs&#39;<br>&gt;&gt; make[1]: *** [all-recursive] Error 1<br>&gt;&gt; make[1]: Leaving directory `/root/Desktop/gstreamer-0.10.13&#39;<br>&gt;&gt;
<br>&gt;&gt; Can anyone kindly help with this?<br>&gt;&gt;<br>&gt;&gt; Thank you<br>&gt;&gt;<br>&gt;&gt; Regards,<br>&gt;&gt; Raymond Hung<br>&gt;&gt;<br>&gt;&gt; ------------------------------<br>&gt;&gt;<br>&gt;&gt; -------------------------------------------------------------------------
<br>&gt;&gt; This SF.net email is sponsored by DB2 Express<br>&gt;&gt; Download DB2 Express C - the FREE version of DB2 express and take<br>&gt;&gt; control of your XML. No limits. Just data. Click to get it now.<br>&gt;&gt; 
<a href="http://sourceforge.net/powerbar/db2/">http://sourceforge.net/powerbar/db2/</a><br>&gt;&gt;<br>&gt;&gt; ------------------------------<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; gstreamer-devel mailing list
<br>&gt;&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>&gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
</a><br>&gt;&gt;<br>&gt;&gt;<br><br><br></blockquote></div><br>