http://bugs.winehq.org/show_bug.cgi?id=59769 Bug ID: 59769 Summary: Wine 11.9 FTBFS on Linux aarch64 with Clang: error: call to undeclared library function '_ReadWriteBarrier' with type 'void (void)'; Product: Wine-staging Version: 11.9 Hardware: aarch64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: origincode@aosc.io CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: --- With wine-staging patches, Wine 11.9 fails to build on aarch64. Clang defines _MSC_VER when building for Windows [0]. The conditional compilation calls the undefined function `_ReadWriteBarrier`. Build log is attached. [0]: https://clang.llvm.org/docs/MSVCCompatibility.html -- 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.