Thanks for ur kindly help :)<br><br><div><span class="gmail_quote">2007/7/12, Stefan Kost <<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>>:</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 <<a href="mailto:raymondhwh@gmail.com">
raymondhwh@gmail.com</a>>:<br><br>> hi,<br>><br>> thanks for helping with my problem :)<br>><br>> the help in the configure claims that using "--disable-tests" and "--disable<br>> failing-test" can diable the tests
<br>><br>> but still have the same error.<br>><br>> i am using this to config gstreamer :<br>><br>> ./configure --host=arm-linux --prefix=/media/disk --disable-tests<br>> --disable-examples --disable-failing-tests --disable-docbook
<br>> --disable-gtk-doc --disable-debug<br>><br>> Regards<br>><br>> 2007/7/12, xia_guangtai <<a href="mailto:xia_guangtai@visualon.com">xia_guangtai@visualon.com</a>>:<br>>><br>>> Please disable the check when you configure the gstreamer package. Please
<br>>> find the details with the command ./configure --help.<br>>><br>>><br>>> ----- Original Message -----<br>>><br>>> *From:* Raymond Hung <<a href="mailto:raymondhwh@gmail.com">raymondhwh@gmail.com
</a>><br>>> *To:* <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>>> *Sent:* Thursday, July 12, 2007 2:11 PM<br>>> *Subject:* [gst-devel] cross compilation to ARM
<br>>><br>>> Hi, all<br>>><br>>> now i am doing cross compilation of gstreamer and i always meet the error<br>>> during "make" process<br>>><br>>> In file included from
gstbufferstraw.h:25,<br>>> from gstbufferstraw.c:31:<br>>> ../../../libs/gst/check/gstcheck.h:30:19: check.h: No such file or<br>>> directory<br>>> In file included from gstbufferstraw.h
:25,<br>>> from gstbufferstraw.c:31:<br>>> ../../../libs/gst/check/gstcheck.h:78: parse error before '*' token<br>>> gstbufferstraw.c : In function `gst_buffer_straw_start_pipeline':
<br>>> gstbufferstraw.c:90: warning: implicit declaration of function `fail_if'<br>>> make[4]: *** [libgstcheck_0.10_la-gstbufferstraw.lo] Error 1<br>>> make[4]: Leaving directory `/root/Desktop/gstreamer-
0.10.13<br>>> /libs/gst/check'<br>>> make[3]: *** [all-recursive] Error 1<br>>> make[3]: Leaving directory `/root/Desktop/gstreamer-0.10.13/libs/gst'<br>>> make[2]: *** [all-recursive] Error 1
<br>>> make[2]: Leaving directory `/root/Desktop/gstreamer- 0.10.13/libs'<br>>> make[1]: *** [all-recursive] Error 1<br>>> make[1]: Leaving directory `/root/Desktop/gstreamer-0.10.13'<br>>>
<br>>> Can anyone kindly help with this?<br>>><br>>> Thank you<br>>><br>>> Regards,<br>>> Raymond Hung<br>>><br>>> ------------------------------<br>>><br>>> -------------------------------------------------------------------------
<br>>> This SF.net email is sponsored by DB2 Express<br>>> Download DB2 Express C - the FREE version of DB2 express and take<br>>> control of your XML. No limits. Just data. Click to get it now.<br>>>
<a href="http://sourceforge.net/powerbar/db2/">http://sourceforge.net/powerbar/db2/</a><br>>><br>>> ------------------------------<br>>><br>>> _______________________________________________<br>>> gstreamer-devel mailing list
<br>>> <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>>> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
</a><br>>><br>>><br><br><br></blockquote></div><br>