Closed Morilindo closed 1 week ago
fixed in #750 I have reproduced the same issue on my environment (macOS 15.1). This might be related to the system's SQLite library.
The build succeeded after modifying the formula to use Homebrew's SQLite instead of the system library.
...
depends_on "mailutils" => :optional
+ depends_on "sqlite"
...
ENV.append "CFLAGS", "-O2 -DFD_SETSIZE=10000 -DDARWIN_UNLIMITED_SELECT"
+
+ # sqlite
+ ENV.append "CFLAGS", "-I#{Formula["sqlite"].include}"
+ ENV.append "LDFLAGS", "-L#{Formula["sqlite"].opt_lib}"
...
Originally posted by @oshiteku in https://github.com/d12frosted/homebrew-emacs-plus/issues/750#issuecomment-2471039941
Version
emacs-plus@30
Make sure to follow these steps before submitting the issue
brew update
and try to reproduce the issue againbrew doctor
, fix all issues and try to reproduce your issue againWhat happened?
Command output
brew doctor output
brew config output
Any extra information
After installing tree-sitter with homebrew, I was notified emacs become deprecate. It crashes every time I tried to open it. I tried to reinstall (remove & install) emacs, but I got the error, both with and without custom parameters. I tried to uninstall tree-sitter, but I still cant install emacs.
My system version is macOS Sequoia Version 15.0.1
config.log config.log