this post was submitted on 20 Nov 2023
494 points (86.3% liked)

linuxmemes

19717 readers
322 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 7 months ago (1 children)

what do you mean? clang is a command line tool, can't you write some cmake and a bash script to automate the build process? That's what I always do when I writing any C++ that needs to be compiled/updated fairly regularly.

[–] GeniusIsme 2 points 7 months ago (1 children)

It has nothing to do with clang being command line. It consists of many binaries, all of them untrusted. Any time new dynamic lib is loaded Mac stops the process and complains. Then you need to do manual stuff, as you can't automatically trust a binary, for obvious reasons. This happened almost two years ago, maybe clang got apple certificates or some shit to combat the issue. But my point was that every OS update on Mac brings annoying issues for developers.

[–] [email protected] 2 points 7 months ago* (last edited 7 months ago)

I have to admit, I've never touched the kind of issue where I need to load a bunch of binaries I can't automatically trust as part of a build process, so I won't speak on that.

On the part about OS updates being a PITA, yes: I'll admit that I offset updating the macOS major version for as long as possible. As long as my major version is maintained/get's security updates, and the newer versions are backwards compatible enough that I can compile stuff for them without any hassle, I'll stay on macOS 13. Judging by historical data, that means I have about two more years before I might need to spend an hour or two fixing up stuff that bugs out with the eventual major update.