emacs-devel
[Top][All Lists]
Advanced

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

Re: Issue building master


From: Ergus
Subject: Re: Issue building master
Date: Tue, 25 Aug 2020 09:23:18 +0200

On Tue, Aug 25, 2020 at 09:17:17AM +0300, Eli Zaretskii wrote:
Date: Tue, 25 Aug 2020 02:19:01 +0200
From: Ergus <spacibba@aol.com>

I am trying to build the master branch and I am getting this error:

make[2]: Leaving directory 
'/mnt/almacen/repo/gits/emacs/build_arch/admin/charsets'
   CC       xdisp.o
   CC       gtkutil.o
   CC       coding.o
   CC       dbusbind.o
../../src/xdisp.c: In function ???char_can_wrap_before???:
../../src/xdisp.c:541:8: error: ???Vword_wrap_by_category??? undeclared (first 
use in this function)
   541 |   if (!Vword_wrap_by_category)
       |        ^~~~~~~~~~~~~~~~~~~~~~
../../src/xdisp.c:541:8: note: each undeclared identifier is reported only once 
for each function it appears in

Something is wrong with regenerating globals.h (which should happen as
part of the build). I have no idea why this happens in your case.
Perhaps because you seem to be building outside of the source tree?
Or because there's a stale globals.h somewhere?  Try "make distclean"
first.

Hi Eli:

This solved the issue very thanks.

BTW when emacs was loading in: dump mode: nil mode

Many commands were failing here and there; one specially recurrent was
with an error in `load-history-filename-element` telling: wrong argument
type stringp (require 'something).

Is this "normal"?


reply via email to

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