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 Version 1

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

Description (last modified by mascguy (Christopher Nielsen))

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 utilizing 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 (1)

comment:1 Changed 3 years ago by mascguy (Christopher Nielsen)

Description: modified (diff)
Note: See TracTickets for help on using tickets.