https://bugs.winehq.org/show_bug.cgi?id=52798
Bug ID: 52798 Summary: Wine32 Configure on x86-64 System Fails due to libdbus 32-bit development files not found Product: Wine Version: 7.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ejmarkow@yahoo.com Distribution: ---
Created attachment 72178 --> https://bugs.winehq.org/attachment.cgi?id=72178 wine32 config.log
When trying to configure Wine32 (on an x86-64 openSUSE Linux system), at the end of the process I'm notified:
"configure: libdbus 32-bit development files not found, no dynamic device support."
I have all libdbus & related 64 and 32 bit packages installed on my system.
The following key fragment appears in the config.log:
----- configure:15903: dbus-1 cflags: -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include configure:15904: dbus-1 libs: -L/usr/lib -ldbus-1 configure:15907: checking for dbus/dbus.h configure:15907: gcc -m32 -c -g -O2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include conftest.c >&5 In file included from conftest.c:162: /usr/include/dbus-1.0/dbus/dbus.h:29:10: fatal error: dbus/dbus-arch-deps.h: No such file or directory 29 | #include <dbus/dbus-arch-deps.h> | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. -----
Attached is the complete config.log file.