[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: git pull / make
From: |
Stefan Monnier |
Subject: |
Re: git pull / make |
Date: |
Sat, 02 Nov 2019 08:43:22 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
> This is what I get today from a make after a git pull:
> Loading /Users/suzume/Documents/Code/emacs/lisp/loaddefs.el (source)...
> Symbol’s value as variable is void: ctl-x-6-map
> make[1]: *** [bootstrap-emacs.pdmp] Error 255
> make: *** [src] Error 2
>
> Any idea what's causing that ?
I'd guess you need to "make bootstrap"?
Stefan