http://bugs.winehq.org/show_bug.cgi?id=60264 Bug ID: 60264 Summary: Wine32 FTBFS using clang and --without-mingw Product: Wine Version: 11.16 Hardware: x86-64 OS: Linux Status: NEW Keywords: download, source Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: imwellcushtymelike@gmail.com Target Milestone: --- Distribution: Debian Created attachment 81980 --> http://bugs.winehq.org/attachment.cgi?id=81980 wine-11.16-156-g2ecc2f84b45 logs Trying to build a 32-bit Wine with clang --without-mingw fails, printing hundreds of lines of the type: tmp6a974931/shell32-00000000.spec-00000001.s:42266:10: error: Could not find incbin file 'dlls/shell32/shell32.res' .incbin "dlls/shell32/shell32.res",3114524,1640 ^ tmp6a974931/shell32-00000000.spec-00000001.s:42270:10: error: Could not find incbin file 'dlls/shell32/shell32.res' .incbin "dlls/shell32/shell32.res",3116196,3752 A 64-bit build simply refuses to go ahead ("try installing mingw"), but a new WOW64 build completes without issue. Is this type of build still supported on clang? Workaround is to add -fno-integrated-as to the CFLAGS. -- 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.