http://bugs.winehq.org/show_bug.cgi?id=36740
Bug ID: 36740 Summary: Invalid CFLAGS for gstreamer on Fedora 20 x86_64 for wine 32bit Product: Wine Version: 1.7.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs@winehq.org Reporter: jonas.th@web.de
Wine 1.7.20's ./configure script on Fedora 20 x86_64 puts -I/usr/lib64/glib-2.0/include into its gstreamer-app-0.10 CFLAGS. (as assigned in configure.ac line 1530)
Obviously, this doesn't go well: gint64 has wrong size, the config test fails. After hacking the correct non-64 glib path into the configure.ac file it works fine.
If this is related to some upstream (Fedora) weirdness, please tell me so I can file a bug there.