GNOME Bugzilla – Bug 638763
compiler warnings when compiling wine with gstreamer support
Last modified: 2011-01-05 20:06:06 UTC
Created attachment 177607 [details] full compile output Compiling wine is usually compiler warning free, but gstreamer's includes cause a few warnings: /usr/include/gstreamer-0.10/gst/gstutils.h:567: warning: left shift count >= width of type ... /usr/include/gstreamer-0.10/gst/gstutils.h:567: warning: integer constant is too large for ‘unsigned long’ type ... /usr/include/gstreamer-0.10/gst/gstutils.h:1065: note: expected ‘gint64 *’ but argument is of type ‘LONGLONG *’ ... /usr/include/gstreamer-0.10/gst/gstutils.h:1061: note: expected ‘gint64 *’ but argument is of type ‘REFERENCE_TIME *’ full warnings attached. See also https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/667059 ii libgstreamer-plugins-base0.10-dev 0.10.30-2
You need to compile against a 32bit gstreamer. Can you try again with a 32bit gstreamer ?
In fact, that's the case (glib will create the g* type defines at compile time (in glibconfig.h)). Use a 32bit setup or chroot. Closing bug.