#CommandLineTools
I love updating Mac software...
January 6, 2025 at 2:23 PM
Error: Your Command Line Tools are too outdated.
Update them from Software Update in System Settings.

If that doesn't show you any updates, run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
December 9, 2025 at 9:36 AM
since people only sent DMs, if anyone is curious:
August 15, 2026 at 5:54 PM
Learn how to use lazbuild, the command-line tool for the Lazarus IDE, to compile and link your Pascal programs efficiently.

#PascalProgramming #LazarusIDE #FreePascal #lazbuild #PascalTips #CommandLineTools #SoftwareDevelopment #Pascal #Lazarus #CodingTips #BuildAutomation

youtu.be/h1hzEQmGj1Y
Using lazbuild to compile (/link) your pascal programs
YouTube video by The Silver Pascal Coder
youtu.be
December 7, 2024 at 11:47 AM
$ gcc --version
Apple clang version 15.0.0 (clang-1500.0.40.1)
Target: arm64-apple-darwin23.0.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
August 9, 2023 at 11:35 PM
Linux Command: rm

Remove files & directories with precision. From clearing clutter to managing system storage, rm gives you full control over what stays and what goes - just use it with care

#LinuxCommand #rmCommand #CommandLineTools #FileManagement #TerminalSkills #OpenSource
June 27, 2025 at 12:01 PM
April 17, 2025 at 4:02 PM
#Linux #Command: #vim

The legendary, lightning-fast text editor for power users. From writing code to configuring servers, vim offers unmatched control, efficiency, and flexibility.

#vimEditor #PowerEditing #CommandLineTools #VimTips #TerminalSkills #OpenSource #TechGuide
June 22, 2025 at 12:01 PM
Linux Command: rm

Remove files & directories with precision. From clearing clutter to managing system storage, rm gives you full control over what stays and what goes - just use it with care

#LinuxCommand #rmCommand #CommandLineTools #FileManagement #TerminalSkills #OpenSource
June 21, 2025 at 7:00 AM
Accidentally promoted myself to the bleeding edge yesterday/today, updating macports under Mac OS Sequoia. This bug (below) bit me, so I'm putting it out there for everyone to know in advance rather than wondering why they can't compile emacs any more... 🧪 🔭
November 26, 2024 at 5:26 PM
xcode-select: error: tool 'opendiff' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

Ugh.
April 15, 2026 at 6:13 PM
main.c:4:2: note: did you mean 'printf'?
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:167:6: note: 'printf' declared here
int      printf(const char * __restrict, ...) __printflike(1, 2);
         ^
1 error generated.
February 7, 2024 at 9:39 AM
main.c:4:2: note: did you mean 'printf'?
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:167:6: note: 'printf' declared here
int      printf(const char * __restrict, ...) __printflike(1, 2);
         ^
1 error generated.
February 7, 2024 at 9:07 AM
Thank you for attending and the great live feedback! We're going to continue this project for 2-4 sessions and see how far we get.

VOD: youtube.com/live/euUFUq3...

See you next week!

#RustLang #CommandLineTools
January 12, 2025 at 9:44 PM
Just discovered Superfile, an exceptional file management tool you can effortlessly operate directly from your command line! With Superfile, efficiently handle, organize, and explore your files without leaving the terminal.

superfile.netlify.app #CommandLineTools #Superfile
superfile | terminal-based file manager
superfile is a very fancy and modern terminal file manager that can complete the file operations you need!!
superfile.netlify.app
January 20, 2025 at 1:48 AM
$MANPATH が空になってるんだよね。
ひとまず、/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/share/man に通せば見れた。

MANPATHをちゃんと自分で設定しないとだめそうだ。NIx が man をラップしてるから、そこで何をやってるかも見ないと。
なんか libc の man が見れなくなったんだけど、なんでだろう。
夏休み前は見れてたはずだから、Nix 移行とか macOS 15 にあげたことが原因かな?
October 12, 2024 at 3:40 AM
Ld failure (tapi error) after upgrading to macOS 27 Xcode SDK
I upgraded my Xcode command line tools yesterday and now `cabal build` fails with errors such as: ld: multiple errors: tapi error: malformed file /Library/Developer/CommandLineTools/SDKs/MacOSX27.0.sdk/usr/lib/libiconv.tbd:4:20: error: error: unknown architecture arm64e.x1-macos, arm64e.x1-maccatalyst \] ^\~\~\~\~\~\~\~\~\~\~\~\~\~\~ in '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib/libiconv.tbd'; tapi error: malformed file | 4 | arm64e.x1-macos, arm64e.x1-maccatalyst ] | ^ This happens also with `–with-gcc=clang`. My tool versions: ❯ cabal -V cabal-install version 3.18.1.0 compiled using version 3.18.1.0 of the Cabal library ❯ ghc -V The Glorious Glasgow Haskell Compilation System, version 9.14.1.20260728 ❯ ld -v @(#)PROGRAM:ld PROJECT:ld-1267 BUILD 18:30:29 Apr 22 2026 configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em armv8m.main armv8.1m.main will use ld-classic for: armv6 armv7 armv7s i386 armv6m armv7k armv7m armv7em LTO support using: LLVM version 21.0.0 (static support for 30, runtime is 30) TAPI support using: Apple TAPI version 21.0.0 (tapi-2100.0.2.6) ❯ gcc -v Apple clang version 21.0.0 (clang-2100.1.1.101) Target: arm64-apple-darwin25.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ❯ clang -v Apple clang version 21.0.0 (clang-2100.1.1.101) Target: arm64-apple-darwin25.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Anyone has encountered this and may have a solution?
discourse.haskell.org
September 11, 2026 at 9:48 AM