-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi Andrew,
Am 2016-01-15 um 17:04 schrieb Andrew Eikum:
The next release of Wine will include a commit which changes our winegstreamer dshow module to use the modern gstreamer 1.0 API instead of the long-deprecated gstreamer 0.10 API.
I'm getting a differnet kind of build failure on both 32 and 64 bit on Gentoo:
$ ../../src/wine/configure --enable-win64
configure: WARNING: gst/gstpad.h: present but cannot be compiled configure: WARNING: gst/gstpad.h: check for missing prerequisite headers? configure: WARNING: gst/gstpad.h: see the Autoconf documentation configure: WARNING: gst/gstpad.h: section "Present But Cannot Be Compiled" configure: WARNING: gst/gstpad.h: proceeding with the compiler's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to wine-devel@winehq.org ## configure: WARNING: ## ------------------------------------ ##
configure:12620: gcc -c -g -O2 -I/usr/include/gstreamer-1.0 - -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include conftest.c >&5 In file included from conftest.c:220:0: /usr/include/gstreamer-1.0/gst/gstpad.h:64:7: error: unknown type name 'gchar' const gchar * gst_pad_mode_get_name (GstPadMode mode);
Similarly on 32 bit: $ PKG_CONFIG_PATH="/usr/lib32/pkgconfig" ../../src/wine/configure - --with-wine64=../_wine64/
checking gst/gstpad.h usability... no checking gst/gstpad.h presence... yes configure: WARNING: gst/gstpad.h: present but cannot be compiled configure: WARNING: gst/gstpad.h: check for missing prerequisite headers? configure: WARNING: gst/gstpad.h: see the Autoconf documentation configure: WARNING: gst/gstpad.h: section "Present But Cannot Be Compiled" configure: WARNING: gst/gstpad.h: proceeding with the compiler's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to wine-devel@winehq.org ## configure: WARNING: ## ------------------------------------ ##
In file included from conftest.c:219:0: /usr/include/gstreamer-1.0/gst/gstpad.h:64:7: error: unknown type name 'gchar' const gchar * gst_pad_mode_get_name (GstPadMode mode);