[gst-devel] how can disable the check when I cross-compilegstreamer-0.10.11
gtxia
xia_guangtai at visualon.com
Fri Jun 1 03:15:42 CEST 2007
Peter
Thanks for your help. At first I used ./configure --help|grep check to
find out how to disable check. With your help I make clear that this
option must come from --without-PACKAGE.
Regards
XiaGuangTai
2007-6-1
On Thu, 2007-05-31 at 14:14 +0200, Peter Kjellerstedt wrote:
> Either install the check framework, or specify --without-check
> when configuring gstreamer.
>
> //Peter
>
> > -----Original Message-----
> > From: gstreamer-devel-bounces at lists.sourceforge.net
> > [mailto:gstreamer-devel-bounces at lists.sourceforge.net] On
> > Behalf Of gtxia
> > Sent: den 31 maj 2007 12:17
> > To: gstreamer-devel at lists.sourceforge.net
> > Subject: [gst-devel] how can disable the check when I
> > cross-compilegstreamer-0.10.11
> >
> > 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.
> >
> > Regards
> >
> > XiaGuangTai
> >
> > 2007-5-31
More information about the gstreamer-devel
mailing list