http://bugs.winehq.org/show_bug.cgi?id=58335 --- Comment #18 from Michael Setzer II <mikes(a)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(a)setzconote:~/wine-git$ ./wine --version wine-10.9-214-g19441ac8046 msetzerii(a)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(a)setzconote:~/wine-git$ ./wine --version wine-10.9-214-g19441ac8046 msetzerii(a)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 -- 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.