Changes between Initial Version and Version 1 of Ticket #70834


Ignore:
Timestamp:
Sep 20, 2024, 3:51:45 PM (3 weeks ago)
Author:
punkish (punkish)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70834 – Description

    initial v1  
    1111}}}
    1212
    13 This is the third program today that has errored out while installing, so I am wondering if I am actually missing something. MacPorts installation page says that I need xcode command line tools
     13This is the third program today that has errored out while installing, so I am wondering if I am actually missing something. As far as a C++ compiler is concerned, I do have `gcc`
     14
     15
     16{{{
     17gcc --version
     18Apple clang version 16.0.0 (clang-1600.0.26.3)
     19Target: arm64-apple-darwin24.0.0
     20Thread model: posix
     21InstalledDir: /Library/Developer/CommandLineTools/usr/bin
     22}}}
     23
     24MacPorts installation page says that I need xcode command line tools
    1425
    1526> Apple's Command Line Developer Tools, in case a port you're installing or one of its dependencies are not available as binaries.