http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #18 from Michael Setzer II mikes@kuentos.guam.net --- Tried running it, but following web page end with message about issue with 64 bit wine, but 32 bit wine? https://gitlab.winehq.org/wine/wine/-/wikis/Regression-Testing
$ git clone https://gitlab.winehq.org/wine/wine.git wine-git/ $ cd wine-git
CC="ccache gcc" ./configure --verbose --disable-tests Got message, about freetype, but shows it is all installed?
Package "freetype-2.13.3-2.fc42.x86_64" is already installed. Package "freetype-2.13.3-2.fc42.i686" is already installed. Package "freetype-devel-2.13.3-2.fc42.x86_64" is already installed. Package "freetype-devel-2.13.3-2.fc42.i686" is already installed.
Had to rerun with this. CC="ccache gcc" ./configure --verbose --disable-tests --without-freetype
ran make - took a long time.
msetzerii@setzconote:~/wine-git$ ./wine --version wine-10.9-214-g19441ac8046 msetzerii@setzconote:~/wine-git$ ./wine notepad wine: '/home/msetzerii/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver.
CC="ccache gcc -m32" ./configure --verbose --disable-tests
msetzerii@setzconote:~/wine-git$ ./wine --version wine-10.9-214-g19441ac8046 msetzerii@setzconote:~/wine-git$ ./wine notepad wine: '/home/msetzerii/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver.
wine-devel-10.9-1.1.x86_64 winehq-devel-10.9-1.1.x86_64