emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs26, ucs-normalize.el, Symbol’s function definition is void: reg


From: Paul Eggert
Subject: Re: emacs26, ucs-normalize.el, Symbol’s function definition is void: regexp-opt-charset
Date: Wed, 13 Feb 2019 10:49:43 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0

On 2/11/19 7:35 PM, Eli Zaretskii wrote:
I am not seeing any problem on Fedora 29 x86-64 with a fresh checkout
after I run:

./autogen.sh && ./configure && make
Even if you configure --without-x?  regexp-opt is preloaded only if
x-create-frame is fboundp.  So I thought we'd need an autoload form in
ucs-normalize.el for when regexp-opt is not preloaded.

On my platform (Fedora 29 x86-64) I don't see a problem in the emacs-26 branch even if I configure --without-x. The relevant output lines are:

make[2]: Entering directory '/home/eggert/src/gnu/emacs/emacs-26-tmp1/lisp'
  ELC      ../lisp/international/ucs-normalize.elc
make[2]: Leaving directory '/home/eggert/src/gnu/emacs/emacs-26-tmp1/lisp'

This is with commit 2019-02-13T15:39:address@hidden (6d89120b156576ca24e03472563f5ea0f01313f8).

I also could not reproduce the problem with commands very close to hx's in a fresh checkout of the same commit. I used:

./autogen.sh && ./configure --prefix=/home/xyz/emacs26 --disable-largefile --without-pop --without-sound --with-x-toolkit=no --without-xpm --without-jpeg --without-tiff --without-gif --without-png --without-rsvg --without-xft --without-libotf --without-m17n-flt --without-toolkit-scroll-bars --without-xaw3d --without-xim --without-gpm --without-dbus --without-gconf -without-x --without-selinux --disable-acl --with-modules --without-makeinfo --without-gnutls CFLAGS='-march=native -O2 -pipe -fomit-frame-pointer' && make




reply via email to

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