[Bug 49869] Battle for Wesnoth 1.14.14-win32 does not start (regression)

WineHQ Bugzilla wine-bugs at winehq.org
Sat Oct 10 04:18:16 CDT 2020


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

--- Comment #5 from Cedric <cedric.dewijs at eclipso.eu> ---
I'm on arch linux. Here are the commands to install all optional dependencies:
sudo pacman -S wine-staging
sudo pacman -S --asdeps --needed $(pacman -Si wine-staging | sed -n
'/^Opt/,/^Conf/p' | sed '$d' | sed 's/^Opt.*://g' | sed 's/^\s*//g' | tr '\n' '
')

Here's the command to install all the dependencies reported by
https://aur.archlinux.org/packages/wine-staging-git/
sudo pacman -S fontforge mingw-w64-gcc lib32-libxmu opencl-headers
vulkan-headers 

Here are the commands to get and configure wine:
sudo pacman -S git ccache
git clone git://source.winehq.org/git/wine.git wine-git/
cd wine-git/
CC="ccache gcc -m32" ./configure --verbose --disable-tests

The last lines from configure:
configure: libhal 32-bit development files not found, no legacy dynamic device
support.
configure: libsane 32-bit development files not found, scanners won't be
supported.
configure: libgphoto2 32-bit development files not found, digital cameras won't
be supported.
configure: libgphoto2_port 32-bit development files not found, digital cameras
won't be auto-detected.
configure: OSS sound system found but too old (OSSv4 needed), OSS won't be
supported.
configure: libcapi20 32-bit development files not found, ISDN won't be
supported.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be
supported.

-- 
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