[Bug 41180] gst/gst.h throws a configure warning: WARNING: gst/gst.h: present but cannot be compiled

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 26 20:52:26 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=41180

Yixin Zhang <m.yixin.zhang at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.yixin.zhang at gmail.com

--- Comment #3 from Yixin Zhang <m.yixin.zhang at gmail.com> ---
On Fedora 25, I came across this same message when trying to build 32-bit Wine
after building 64-bit by following the wiki[1]. The page mentions specifying
PKG_CONFIG_PATH to enable gstreamer support, but doing that wasn't enough.

With some hints[2] and testing, I fixed this issue by downloading
glib2-devel.i686, and using this command:

PKG_CONFIG_PATH=/usr/lib/pkgconfig /my/build/path/configure
--with-wine64=/my/build64/path

Hopefully this helps with your problem.

[1] https://wiki.winehq.org/Building_Wine#Shared_WoW64
[2] https://lists.gnu.org/archive/html/bug-autoconf/2003-05/msg00182.html

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list