https://bugs.winehq.org/show_bug.cgi?id=41180
Yixin Zhang m.yixin.zhang@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |m.yixin.zhang@gmail.com
--- Comment #3 from Yixin Zhang m.yixin.zhang@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