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


Ignore:
Timestamp:
Jan 8, 2021, 5:09:35 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62005, comment 3

    initial v1  
    11Replying to [comment:1 michaellass]:
    2 > You likely have the XCode SDK installed in version 11.1 and the gcc10 port has been built with the 11.0 SDK. Then gcc expects the headers at the wrong location. See https://trac.macports.org/ticket/61899#comment:4
     2> You likely have the XCode SDK installed in version 11.1 and the gcc10 port has been built with the 11.0 SDK. Then gcc expects the headers at the wrong location. See comment:ticket:61899:4
    33>
    44> Try compiling with the following flag:
     5> {{{
    56> -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk
     7> }}}
    68>
    7 > If that works, a proper fix for now is to recompile gcc10 yourself: port upgrade -s -n --force gcc10
     9> If that works, a proper fix for now is to recompile gcc10 yourself: `port upgrade -s -n --force gcc10`
    810
    911Yes! Thats works, many thanks! And it seems you guys already have this on your radar at a more global scale. 😊 Thanks for the quick help!