https://bugs.winehq.org/show_bug.cgi?id=51465 --- Comment #32 from Kevin Andrews <kjandrews0(a)gmail.com> --- That was from a fresh clone (local history): git clone git://source.winehq.org/git/wine.git wine64 git clone git://source.winehq.org/git/wine.git wine32 cd wine64 git checkout wine-6.13 patch dlls/advapi32/Makefile.in CC="ccache gcc" ./configure --enable-win64 make -j 12 cd ../wine32 git checkout wine-6.13 patch dlls/advapi32/Makefile.in CC="ccache gcc -m32" PKG_CONFIG_PATH=/usr/lib32/pkgconfig/ ./configure --with-wine64=../wine64 make -j 12 Errors with the previous attachment, is there something i need to clean / do before make? leaving this out on the 64bit build enables both to compile but the EVE Online launcher freezes just after opening. -- 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.