Closed foozzi closed 10 months ago
I tried to reproduce it on various setups, but failed to. It either seems like a local issue or a temporary brew hiccup. Let me know if the issue persists.
BTW, does it work if you omit --with-xwidgets
?
im having this same issue on a completely fresh install on a new Mac
installed latest homebrew 4.2.1, first package I tried to install was emacs-plus, had the same issue
I tried to reproduce it on various setups, but failed to. It either seems like a local issue or a temporary brew hiccup. Let me know if the issue persists.
BTW, does it work if you omit
--with-xwidgets
?
if I omit any flags and just run brew install emacs-plus
I get this error, which is even more confusing now, looks like brew can't find emacs-plus at all
Warning: No available formula with the name "emacs-plus". Did you mean emacs-dracula?
==> Searching for similarly named formulae and casks...
==> Formulae
emacs-dracula
To install emacs-dracula, run:
brew install emacs-dracula
root cause is forgetting to run brew tap d12frosted/emacs-plus
🤦🏼 lmao
Emacs 29 builds with xwidgets just fine, so closing this. See https://github.com/d12frosted/homebrew-emacs-plus/actions/runs/7438016303/job/20236299937 as example of successful run. Let me know if the issue persists.
Please make sure to follow these steps (and mark the checkboxes):
brew update
and try to reproduce the issue againbrew doctor
, fix all issues and try to reproduce your issue againbrew config
andbrew doctor
and include their outputWhat you were trying to do
Install emacs-plus@29 with these args:
--with-xwidgets --with-native-comp --with-imagemagick
What happened (include command output)
Command output
Output of
brew config
Output of
brew doctor