Changes between Version 1 and Version 2 of Ticket #61440


Ignore:
Timestamp:
Nov 13, 2020, 11:41:21 AM (4 years ago)
Author:
ungur (Liviu Ungur)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61440 – Description

    v1 v2  
    44The failed attempt to install gcc10 led to the following error:
    55
    6 ----
     6
     7{{{
    78mymac@MacBook-Pro macports-base.git % sudo port install gcc10
    89Warning: The macOS 11.0 SDK does not appear to be installed. Ports may not build correctly.
     
    8182Error: Processing of port gcc10 failed
    8283
     84}}}
    8385----
    8486
     87{{{
    8588gcc --version
    8689Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
     
    8992Thread model: posix
    9093InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
     94}}}
    9195
     96
     97