[gst-devel] how can disable the check when I cross-compile gstreamer-0.10.11
Stefan Kost
ensonic at hora-obscura.de
Tue Jun 5 10:27:38 CEST 2007
hi,
gtxia wrote:
> Hello all.
>
> I am trying build a gstreamer-0.10.11 version for arm target. I use
> these flags ./configure --host=arm-linux --disable-valgrind
> --prefix=XXX. When I compile this software with make, the make always
> complains that
>
>
> ../../libs/gst/check/gstcheck.h:30:19: error: check.h: No such file or
> directory
> In file included from gstbufferstraw.h:25,
> from gstbufferstraw.c:31:
> ../../libs/gst/check/gstcheck.h:76: error: syntax error before '*' token
> gstbufferstraw.c: In function 'gst_buffer_straw_start_pipeline':
> gstbufferstraw.c:90: warning: implicit declaration of function 'fail_if'
>
>
> I use locate command to find check.h, it doesn't exist at all. How can I
> eliminate this error? Thanks for any kind of help.
>
But it seems the configure found it. Check config.log (search for check.h). I
belive it found the system one and this fails when cross-compiling.
Stefan
>
> Regards
>
> XiaGuangTai
>
> 2007-5-31
More information about the gstreamer-devel
mailing list