Changes between Initial Version and Version 1 of Ticket #62665, comment 3


Ignore:
Timestamp:
Apr 10, 2021, 6:45:05 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62665, comment 3

    initial v1  
    11if you force a build with macports-clang-9.0, it'll probably work -- it defaults to {{{stdlib=libc++}}} on 10.7 because I changed them all to do that several years ago to get around this problem.
    22
     3https://github.com/macports/macports-ports/blob/master/lang/llvm-9.0/files/9003-patch-clang-7.0-default-to-libcxx-on-all-systems.diff
     4
    35But this port looks like it builds with /usr/bin/clang++ on 10.7 so that is likely why it's broken; that compiler defaults to libstdc++ if there is no other specification.