unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 'NATIVE_ELISP_SUFFIX' undeclared
@ 2021-05-02  9:39 martin rudalics
  2021-05-02 10:09 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: martin rudalics @ 2021-05-02  9:39 UTC (permalink / raw)
  To: emacs-devel

With latest master and some local changes an attempt to build Emacs as
(the following is from the last successful build)


In GNU Emacs 28.0.50 (build 1, i686-pc-mingw32)
  of 2021-04-15 built on NOREST
Repository revision: 7893945cc8f9421d0be5b07b9ed404bdf25ce140
Repository branch: master
Windowing system distributor 'Microsoft Corp.', version 5.1.2600
System Description: Microsoft Windows XP Service Pack 3 (v5.1.0.2600)

Configured using:
  'configure --prefix=/c/emacs-git/quick/opt --with-gnutls=no
  --without-pop CFLAGS=-O3'

Configured features:
ACL GIF JPEG LIBXML2 MODULES NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND
THREADS TIFF TOOLKIT_SCROLL_BARS XPM ZLIB

Important settings:
   value of $LANG: DEA
   locale-coding-system: cp1252


currently fails here as


   CC       lread.o
../../src/lread.c: In function 'Fload':
../../src/lread.c:1268:55: error: 'NATIVE_ELISP_SUFFIX' undeclared (first use in this function)
                || (NATIVE_COMP_FLAG && suffix_p (file, NATIVE_ELISP_SUFFIX)))
                                                        ^
../../src/lread.c:1268:55: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [lread.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[2]: Entering directory `/c/emacs-git/quick/opt/admin/charsets'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/c/emacs-git/quick/opt/admin/charsets'
make[1]: Leaving directory `/c/emacs-git/quick/opt/src'
make: *** [src] Error 2


Help appreciated.

martin



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-02 12:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-02  9:39 'NATIVE_ELISP_SUFFIX' undeclared martin rudalics
2021-05-02 10:09 ` Eli Zaretskii
2021-05-02 12:24   ` martin rudalics

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).