Seriously borked my Mac after uninstalling libgccjit
I guess `bash` now depends on `libgccjit`, so ... whoops.
This commit is contained in:
parent
78f5044e18
commit
7aaf6a7817
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ I find that I need to … at least, on my work computer, install two different v
|
||||||
#+end_src
|
#+end_src
|
||||||
And the following for “work”:
|
And the following for “work”:
|
||||||
#+begin_src sh
|
#+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
|
#+end_src
|
||||||
** Ouchie
|
** Ouchie
|
||||||
Sometimes get the following error:
|
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):
|
Then reinstall the =libgccjit= (as it doesn’t seem to get picked up with the /deps/ listing):
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
brew uninstall --ignore-dependencies libgccjit
|
# Don't do this ... brew uninstall --ignore-dependencies libgccjit
|
||||||
brew install libgccjit
|
brew reinstall libgccjit
|
||||||
#+end_src
|
#+end_src
|
||||||
* Supporting Packages
|
* Supporting Packages
|
||||||
Now install all the extras:
|
Now install all the extras:
|
||||||
|
|
Loading…
Reference in a new issue