Frogging-Family / wine-tkg-git

The wine-tkg build systems, to create custom Wine and Proton builds
893 stars 163 forks source link

new-style wow64 build linking errors #1027

Closed hurricane-dorian closed 1 year ago

hurricane-dorian commented 1 year ago

Arch linux (no 32 bit libraries at all) My understanding is that _NOLIB32="true" now enables wow64 instead of disabling 32bit entirely.

dlls/ntdll/x86_64-windows/libntdll.a -Wl,-O1,--sort-common,--as-needed /usr/lib/gcc/i686-w64-mingw32/12.2.0/../../../../i686-w64-mingw32/bin/ld: dlls/d3d10/i386-windows/effect.o:effect.c:(.text+0xacd): undefined reference to atanf' /usr/lib/gcc/i686-w64-mingw32/12.2.0/../../../../i686-w64-mingw32/bin/ld: dlls/d3d10/i386-windows/effect.o:effect.c:(.text+0xb1d): undefined reference toacosf' /usr/lib/gcc/i686-w64-mingw32/12.2.0/../../../../i686-w64-mingw32/bin/ld: dlls/d3d10/i386-windows/effect.o:effect.c:(.text+0xb6d): undefined reference to `asinf' collect2: error: ld returned 1 exit status winegcc: /usr/bin/i686-w64-mingw32-gcc failed make: *** [Makefile:20331: dlls/d3d10/i386-windows/d3d10.dll] Error 2

Tk-Glitch commented 1 year ago

Actually it seems it was a staging issue that got fixed since. Closing.