WinMM build failure with Wine 7.10

Questions about Wine on Linux
Locked
gullbrand
Newbie
Newbie
Posts: 1
Joined: Sat Jun 04, 2022 10:01 am

WinMM build failure with Wine 7.10

Post by gullbrand »

I usually build Wine by myself to get a leaner build than my distro suggests (no gstreamer). With 7.10 a get an error I've never had before:

Code: Select all

tools/winebuild/winebuild -b x86_64-w64-mingw32 -w --implib -o dlls/winmm/libwinmm.delay.a --export \
../wine/dlls/winmm/winmm.spec
/usr/bin/x86_64-w64-mingw32-dlltool: failed to open temporary tail file: winmm_dll_t.o: not found
ArchLinux with gcc 12.1
Locked