After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 151236 - [v4l] compile failure
[v4l] compile failure
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal blocker
: 0.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-08-27 18:19 UTC by David Schleef
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.86 KB, patch)
2004-08-27 22:04 UTC, David Schleef
none Details | Review

Description David Schleef 2004-08-27 18:19:31 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
Comment 1 Ronald Bultje 2004-08-27 21:56:53 UTC
Oh, yes, the kernel macro and the configure macro have the same name, I guess we
need to rename ours.
Comment 2 David Schleef 2004-08-27 22:04:05 UTC
Created attachment 31038 [details] [review]
patch
Comment 3 Thomas Vander Stichele 2004-08-30 10:26:59 UTC
commited to cvs, closing