From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Issue building master Date: Tue, 25 Aug 2020 09:17:17 +0300 Message-ID: <83imd75jwy.fsf@gnu.org> References: <20200825001901.sjmpwyjwn62bsizh.ref@Ergus> <20200825001901.sjmpwyjwn62bsizh@Ergus> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18108"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Ergus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 25 08:18:03 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kASHT-0004dH-0W for ged-emacs-devel@m.gmane-mx.org; Tue, 25 Aug 2020 08:18:03 +0200 Original-Received: from localhost ([::1]:35292 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kASHS-00010y-3P for ged-emacs-devel@m.gmane-mx.org; Tue, 25 Aug 2020 02:18:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35636) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kASGz-0000aE-P0 for emacs-devel@gnu.org; Tue, 25 Aug 2020 02:17:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33189) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kASGz-0002HB-EF; Tue, 25 Aug 2020 02:17:33 -0400 Original-Received: from [176.228.60.248] (port=3222 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kASGy-0002vP-Qb; Tue, 25 Aug 2020 02:17:33 -0400 In-Reply-To: <20200825001901.sjmpwyjwn62bsizh@Ergus> (message from Ergus on Tue, 25 Aug 2020 02:19:01 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:254213 Archived-At: > Date: Tue, 25 Aug 2020 02:19:01 +0200 > From: Ergus > > 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.