emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tree-sitter api


From: Eli Zaretskii
Subject: Re: Tree-sitter api
Date: Thu, 30 Dec 2021 08:35:11 +0200

> From: Yuan Fu <casouri@gmail.com>
> Date: Wed, 29 Dec 2021 16:59:44 -0800
> Cc: Yoav Marco <yoavm448@gmail.com>,
>  Clément Pit-Claudel <cpitclaudel@gmail.com>,
>  Emacs developers <emacs-devel@gnu.org>,
>  John Yates <john@yates-sheets.org>,
>  Stefan Monnier <monnier@iro.umontreal.ca>,
>  Philipp <p.stephani2@gmail.com>,
>  Stephen Leake <stephen_leake@stephe-leake.org>,
>  Theodor Thornhill <theo@thornhill.no>,
>  ubolonton@gmail.com
> 
> BTW, I can’t seem to compiler Emacs after merging master. (But master along 
> compiles fine.) Neither make bootstrap nor git clean -xf worked. I’m getting
> 
> ./temacs --batch  -l loadup --temacs=pbootstrap \
>               --bin-dest /Users/yuan/emacs/nextstep/Emacs.app/Contents/MacOS/ 
> --eln-dest /Users/yuan/emacs/nextstep/Emacs.app/Contents/Frameworks/
> Loading loadup.el (source)...
> Symbol's function definition is void: internal-timer-start-idle
> make[2]: *** [bootstrap-emacs.pdmp] Error 255
> make[1]: *** [src] Error 2
> make: *** [bootstrap] Error 2
> 
> How should I go about debugging this?

Run the offending command under a debugger, and try to find out which
code in loadup.el causes this.  On macOS, this is a bit tough, since
GDB doesn't work,so you cannot easily examine Lisp data using the
commands in src/.gdbinit.

You could also try bisecting to find the offending commit.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]