From: Ergus <spacibba@aol.com>
To: emacs-devel@gnu.org
Subject: Issue building master
Date: Tue, 25 Aug 2020 02:19:01 +0200 [thread overview]
Message-ID: <20200825001901.sjmpwyjwn62bsizh@Ergus> (raw)
In-Reply-To: 20200825001901.sjmpwyjwn62bsizh.ref@Ergus
Hi:
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
../../src/xdisp.c: In function ‘char_can_wrap_after’:
../../src/xdisp.c:563:8: error: ‘Vword_wrap_by_category’ undeclared (first use in this function)
563 | if (!Vword_wrap_by_category)
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../src/xdisp.c:439:
../../src/xdisp.c: In function ‘syms_of_xdisp’:
../../src/lisp.h:3094:33: error: ‘struct emacs_globals’ has no member named ‘f_Vword_wrap_by_category’
3094 | = {Lisp_Fwd_Bool, &globals.f_##vname}; \
| ^
../../src/xdisp.c:34775:3: note: in expansion of macro ‘DEFVAR_BOOL’
34775 | DEFVAR_BOOL("word-wrap-by-category", Vword_wrap_by_category, doc: /*
| ^~~~~~~~~~~
../../src/xdisp.c:34790:3: error: ‘Vword_wrap_by_category’ undeclared (first use in this function)
34790 | Vword_wrap_by_category = false;
| ^~~~~~~~~~~~~~~~~~~~~~
CC keyboard.o
CC macros.o
make[1]: *** [Makefile:401: xdisp.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/mnt/almacen/repo/gits/emacs/build_arch/src'
make: *** [Makefile:424: src] Error 2
next parent reply other threads:[~2020-08-25 0:19 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20200825001901.sjmpwyjwn62bsizh.ref@Ergus>
2020-08-25 0:19 ` Ergus [this message]
2020-08-25 6:17 ` Issue building master Eli Zaretskii
2020-08-25 7:23 ` Ergus
2020-08-25 7:28 ` Eli Zaretskii
2020-08-25 17:58 ` Ergus
2020-08-25 18:24 ` Eli Zaretskii
2020-08-25 13:39 ` Stefan Monnier
[not found] <20210227201948.bpdla6ogrkdahvna.ref@Ergus>
2021-02-27 20:19 ` Ergus
2021-02-27 22:18 ` Michael Heerdegen
2021-02-28 5:33 ` Ergus
2022-12-11 17:09 `cl-macs' [was: about keysee] Drew Adams
2022-12-11 17:35 ` Stefan Monnier
2022-12-11 21:35 ` [External] : " Drew Adams
2022-12-12 0:05 ` Issue building master Ergus via Users list for the GNU Emacs text editor
[not found] <167080778504.14972.16819452979975432761@vcs2.savannah.gnu.org>
[not found] ` <20221212011625.58E8AC004B4@vcs2.savannah.gnu.org>
2022-12-12 2:41 ` emacs-29 b8d2ec920f: Revert "Improve last change to xfaces.c" (05ece1eb8b) Po Lu
2022-12-12 2:48 ` Po Lu
2022-12-12 9:09 ` Gregory Heytings
2022-12-12 9:37 ` Issue building master Ergus
2022-12-12 13:33 ` Eli Zaretskii
[not found] ` <2127787931.394320.1670853418624@mail.yahoo.com>
2022-12-12 14:12 ` Eli Zaretskii
2022-12-12 15:49 ` Ergus
2022-12-12 16:04 ` Eli Zaretskii
2022-12-12 17:16 ` Ergus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200825001901.sjmpwyjwn62bsizh@Ergus \
--to=spacibba@aol.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.