Changes between Initial Version and Version 3 of Ticket #64077
- Timestamp:
- Nov 28, 2021, 5:44:26 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64077
- Property Cc mascguy added
- Property Keywords mountainlion lion snowleopard added; advancemame 10.8 libstdc++ libc++ removed
-
Ticket #64077 – Description
initial v3 1 1 I'm not really sure what the trouble is, but Ryan took a look at the log and said: 2 2 3 4 On Mac OS X 10.6-10.8, the default C++ stdlib is libstdc++ but MacPorts enforces the use of libc++ for greater compatibility with newer software. Successful enforcement requires the build system to use the CXXFLAGS MacPorts tells it to use. Evidently advancemame's build system has a bug where it does not do that. We'll need to find where and fix it. This problem would not be seen on OS X 10.9 or later which default to libc++ already. 3 > On Mac OS X 10.6-10.8, the default C++ stdlib is libstdc++ but MacPorts enforces the use of libc++ for greater compatibility with newer software. Successful enforcement requires the build system to use the CXXFLAGS MacPorts tells it to use. Evidently advancemame's build system has a bug where it does not do that. We'll need to find where and fix it. This problem would not be seen on OS X 10.9 or later which default to libc++ already.