Opened 3 years ago

Last modified 3 years ago

#62049 closed defect

mame: @0.227 build failure on macOS 10.13 and Xcode 9.4.1, due to aligned_alloc — at Initial Version

Reported by: mascguy (Christopher Nielsen) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: mame

Description

Mame 0.227 is failing to build on our infrastructure, with the combination of macOS 10.13 and Xcode 9.4.1. That's due to the use of C++ aligned_alloc.

However, builds succeed on macOS 10.13, when using Xcode 10.1.

Note that Mame is utilize macports-clang-9 for compilation, which supports aligned_alloc. So I suspect the macOS SDK provided by Xcode is the culprit.

Presently investigating whether there is a fix for Xcode 9.4.1.

Change History (0)

Note: See TracTickets for help on using tickets.