https://bugs.winehq.org/show_bug.cgi?id=51050
Bug ID: 51050 Summary: libusb 64-bit not found by wine 6.7 but wine 5.0.5 finds it Product: Wine Version: 6.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: usb Assignee: wine-bugs@winehq.org Reporter: fast.rizwaan@gmail.com Distribution: ---
libusb is found by wine 5.0.5 but not by 6.7.
wine 6.7 inside flatpak https://github.com/fastrizwaan/flatpak-wine/tree/main/org.winehq.flatpak-win...:
----------------------- config.status: executing Makefile commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --without-curses
configure: MinGW compiler not found, cross-compiling PE files won't be supported. configure: OpenCL 64-bit development files not found, OpenCL won't be supported. configure: pcap 64-bit development files not found, wpcap won't be supported. configure: libsane 64-bit development files not found, scanners won't be supported. ==================== configure: libusb-1.0 64-bit development files not found (or too old), USB devices won't be supported. ==================== configure: OSS sound system found but too old (OSSv4 needed), OSS won't be supported. configure: libkrb5 64-bit development files not found (or too old), Kerberos won't be supported. configure: jxrlib 64-bit development files not found, JPEG-XR won't be supported.
configure: Finished. Do 'make' to compile Wine. --------------------------------------------- But wine 5.0.5 https://github.com/fastrizwaan/flatpak-wine/tree/main/org.winehq.flatpak-win... show this: -------------------------------------------------- config.status: executing Makefile commands configure: WARNING: unrecognized options: --enable-shared, --disable-static
configure: MinGW compiler not found, cross-compiling PE files won't be supported. configure: OpenCL 64-bit development files not found, OpenCL won't be supported. configure: pcap 64-bit development files not found, wpcap won't be supported. configure: libsane 64-bit development files not found, scanners won't be supported. configure: OSS sound system found but too old (OSSv4 needed), OSS won't be supported. configure: libkrb5 64-bit development files not found (or too old), Kerberos won't be supported.
configure: Finished. Do 'make' to compile Wine. --------------------------------------------------