From 7aaf6a7817e97468878732788864f5fc722aef3c Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Wed, 19 Apr 2023 09:08:20 -0700 Subject: [PATCH] Seriously borked my Mac after uninstalling libgccjit I guess `bash` now depends on `libgccjit`, so ... whoops. --- README-MacOS.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-MacOS.org b/README-MacOS.org index c6e6cc4..272fcdf 100644 --- a/README-MacOS.org +++ b/README-MacOS.org @@ -28,7 +28,7 @@ I find that I need to … at least, on my work computer, install two different v #+end_src And the following for “work”: #+begin_src sh - brew install emacs-plus@29 --with-native-comp --with-mailutils --with-modern-bokehlicia-captiva-icon --with-no-frame-refocus + brew install emacs-plus@29 --with-native-comp --with-mailutils --with-savchenkovaleriy-big-sur-icon --with-no-frame-refocus #+end_src ** Ouchie Sometimes get the following error: @@ -49,8 +49,8 @@ Next make sure that all the dependencies are /reinstalled/ with the current oper Then reinstall the =libgccjit= (as it doesn’t seem to get picked up with the /deps/ listing): #+begin_src sh - brew uninstall --ignore-dependencies libgccjit - brew install libgccjit + # Don't do this ... brew uninstall --ignore-dependencies libgccjit + brew reinstall libgccjit #+end_src * Supporting Packages Now install all the extras: