GNOME Bugzilla – Bug 151236
[v4l] compile failure
Last modified: 2004-12-22 21:47:04 UTC
Debian/i386 using gcc-2.95 Making all in v4l make[3]: Entering directory `/home/ds/gst/gst-plugins/sys/v4l' source='gstv4lelement.c' object='libgstvideo4linux_la-gstv4lelement.lo' libtool= depfile='.deps/libgstvideo4linux_la-gstv4lelement.Plo' tmpdepfile='.deps/libgstv depmode=gcc /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc-2.95 -DHAVE_CONFIG_H -I. -I. -I../.. gcc-2.95 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs -D_L In file included from gstv4lelement.h:43, from v4l_calls.h:26, from gstv4lelement.c:33: /usr/include/linux/videodev.h:7: warning: `HAVE_V4L2' redefined ../../config.h:391: warning: this is the location of the previous definition make[3]: *** [libgstvideo4linux_la-gstv4lelement.lo] Error 1 make[3]: Leaving directory `/home/ds/gst/gst-plugins/sys/v4l' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/ds/gst/gst-plugins/sys' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ds/gst/gst-plugins' make: *** [all] Error 2
Oh, yes, the kernel macro and the configure macro have the same name, I guess we need to rename ours.
Created attachment 31038 [details] [review] patch
commited to cvs, closing