I'm running emacs from git, and I have tree-sitter-lang installed from MELPA (perhaps I don't need this any longer since emacs has native tree-sitter support now). From list-packages:
...
tree-sitter 20220212.1632 installed Incremental parsing system
...
tree-sitter-langs 20230622.719 installed Grammar bundle for tree-sitter
...
Anyway, while upgrading packages I noticed:
Compiling file /home/wiz/.emacs.d/elpa/tree-sitter-langs-20230622.719/tree-sitter-langs.el at Fri Jun 23 21:37:44 2023
tree-sitter-langs.el:40:2: Error: Unsupported system-type berkeley-unix
Line 40 in that file is just
(require 'tree-sitter)
so I dug deeper and found the problematic code in this repository.
I then tried to build it using GNU make and found another problem.
The build now proceeds until cask is used, which I don't have installed.
Please check if the diffs look sane and merge them if appropriate.
Thanks!
I'm running emacs from git, and I have tree-sitter-lang installed from MELPA (perhaps I don't need this any longer since emacs has native tree-sitter support now). From
list-packages
:Anyway, while upgrading packages I noticed:
Line 40 in that file is just
so I dug deeper and found the problematic code in this repository. I then tried to build it using GNU make and found another problem. The build now proceeds until
cask
is used, which I don't have installed. Please check if the diffs look sane and merge them if appropriate. Thanks!