Skip to content

Instantly share code, notes, and snippets.

@mikroskeem
Last active July 11, 2023 14:59
Show Gist options
  • Star 47 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save mikroskeem/0a5c909c1880408adf732ceba6d3f9ab to your computer and use it in GitHub Desktop.
Save mikroskeem/0a5c909c1880408adf732ceba6d3f9ab to your computer and use it in GitHub Desktop.
gccemacs on OSX

gccemacs on OS X

Read this first: http://akrl.sdf.org/gccemacs.html

Prerequisites

1) GCC with libgccjit enabled

For that you need to compile gcc (duh). I edited Homebrew's gcc formula:

diff --git a/Formula/gcc.rb b/Formula/gcc.rb
index 1bd636d496..03ad124218 100644
--- a/Formula/gcc.rb
+++ b/Formula/gcc.rb
@@ -53,7 +53,7 @@ class Gcc < Formula
     #  - Ada, which requires a pre-existing GCC Ada compiler to bootstrap
     #  - Go, currently not supported on macOS
     #  - BRIG
-    languages = %w[c c++ objc obj-c++ fortran]
+    languages = %w[c c++ objc obj-c++ fortran jit]

     osmajor = `uname -r`.split(".").first
     pkgversion = "Homebrew GCC #{pkg_version} #{build.used_options*" "}".strip
@@ -73,6 +73,7 @@ class Gcc < Formula
       --with-system-zlib
       --with-pkgversion=#{pkgversion}
       --with-bugurl=https://github.com/Homebrew/homebrew-core/issues
+      --enable-host-shared
     ]

     # Xcode 10 dropped 32-bit support

(easy way to apply this is to cd into /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core and run pbpaste | git apply - after copying the diff into clipboard 😄)

(or whereever is your Homebrew library set up)

2) Bunch of dependencies

  • giflib
  • jpeg
  • libtiff
  • gnutls

And XQuartz, because GCC is not able to parse Objective-C dialect changes what Apple has done for now and thus Apple Cocoa support is not available. (See: https://lists.gnu.org/archive/html/emacs-devel/2019-08/msg00056.html)

3) Source

Clone https://github.com/emacs-mirror/emacs and checkout feature/native-comp branch

2) Building

Here's the script I used (note to adjust package versions if needed):

libs=(
    /usr/local/Cellar/gcc/9.2.0_2
    /usr/local/Cellar/giflib/5.2.1
    /usr/local/Cellar/jpeg/9c
    /usr/local/Cellar/libtiff/4.1.0
    /usr/local/Cellar/gnutls/3.6.10

    # Required by gnutls
    /usr/local/Cellar/nettle/3.4.1 
    /usr/local/Cellar/libtasn1/4.15.0
    /usr/local/Cellar/p11-kit/0.23.18.1
)

export PATH="/usr/local/Cellar/gcc/9.2.0_2/bin:${PATH}"

export CC="gcc-9"
export CPP="cpp-9"
CFLAGS=""
LDFLAGS=""
PKG_CONFIG_PATH=""

for dir in "${libs[@]}"; do
    CFLAGS="${CFLAGS}-I${dir}/include "
    LDFLAGS="${LDFLAGS}-L${dir}/lib "
    PKG_CONFIG_PATH="${PKG_CONFIG_PATH}${dir}/lib/pkgconfig:"
done

export CPPFLAGS="${CFLAGS}"
export CFLAGS
export LDFLAGS
export PKG_CONFIG_PATH

./configure \
    --prefix="${HOME}"/gccemacs \
    --with-nativecomp \
    --without-ns

Save it into build.sh

Then run: sh build.sh && make bootstrap && make install

And result is in ~/gccemacs. Add ~/gccemacs/bin into PATH and start experimenting with el native building

@AllenDang
Copy link

@AndreaCorallo
Ok, I'll file a bug. And I also post the complete compile output here.

Removing Makefile
Removing aclocal.m4
Removing admin/charsets/Makefile
Removing admin/charsets/charsets.stamp
Removing admin/charsets/jisx2131-filter
Removing admin/grammars/Makefile
Removing admin/unidata/Makefile
Removing admin/unidata/unidata-gen.elc
Removing admin/unidata/unidata.txt
Removing admin/unidata/uvs.elc
Removing autom4te.cache/
Removing config.log
Removing config.status
Removing configure
Removing doc/emacs/Makefile
Removing doc/emacs/emacsver.texi
Removing doc/lispintro/Makefile
Removing doc/lispref/Makefile
Removing doc/man/emacs.1
Removing doc/misc/Makefile
Removing etc/DOC
Removing etc/charsets/8859-10.map
Removing etc/charsets/8859-11.map
Removing etc/charsets/8859-13.map
Removing etc/charsets/8859-14.map
Removing etc/charsets/8859-15.map
Removing etc/charsets/8859-16.map
Removing etc/charsets/8859-2.map
Removing etc/charsets/8859-3.map
Removing etc/charsets/8859-4.map
Removing etc/charsets/8859-5.map
Removing etc/charsets/8859-6.map
Removing etc/charsets/8859-7.map
Removing etc/charsets/8859-8.map
Removing etc/charsets/8859-9.map
Removing etc/charsets/ALTERNATIVNYJ.map
Removing etc/charsets/BIG5-1.map
Removing etc/charsets/BIG5-2.map
Removing etc/charsets/BIG5-HKSCS.map
Removing etc/charsets/BIG5.map
Removing etc/charsets/CNS-1.map
Removing etc/charsets/CNS-2.map
Removing etc/charsets/CNS-3.map
Removing etc/charsets/CNS-4.map
Removing etc/charsets/CNS-5.map
Removing etc/charsets/CNS-6.map
Removing etc/charsets/CNS-7.map
Removing etc/charsets/CNS-F.map
Removing etc/charsets/CP10007.map
Removing etc/charsets/CP1125.map
Removing etc/charsets/CP1250.map
Removing etc/charsets/CP1251.map
Removing etc/charsets/CP1252.map
Removing etc/charsets/CP1253.map
Removing etc/charsets/CP1254.map
Removing etc/charsets/CP1255.map
Removing etc/charsets/CP1256.map
Removing etc/charsets/CP1257.map
Removing etc/charsets/CP1258.map
Removing etc/charsets/CP720.map
Removing etc/charsets/CP737.map
Removing etc/charsets/CP775.map
Removing etc/charsets/CP858.map
Removing etc/charsets/CP932-2BYTE.map
Removing etc/charsets/CP949-2BYTE.map
Removing etc/charsets/EBCDICUK.map
Removing etc/charsets/EBCDICUS.map
Removing etc/charsets/GB180302.map
Removing etc/charsets/GB180304.map
Removing etc/charsets/GB2312.map
Removing etc/charsets/GBK.map
Removing etc/charsets/HP-ROMAN8.map
Removing etc/charsets/IBM037.map
Removing etc/charsets/IBM038.map
Removing etc/charsets/IBM1004.map
Removing etc/charsets/IBM1026.map
Removing etc/charsets/IBM1047.map
Removing etc/charsets/IBM256.map
Removing etc/charsets/IBM273.map
Removing etc/charsets/IBM274.map
Removing etc/charsets/IBM275.map
Removing etc/charsets/IBM277.map
Removing etc/charsets/IBM278.map
Removing etc/charsets/IBM280.map
Removing etc/charsets/IBM281.map
Removing etc/charsets/IBM284.map
Removing etc/charsets/IBM285.map
Removing etc/charsets/IBM290.map
Removing etc/charsets/IBM297.map
Removing etc/charsets/IBM420.map
Removing etc/charsets/IBM423.map
Removing etc/charsets/IBM424.map
Removing etc/charsets/IBM437.map
Removing etc/charsets/IBM500.map
Removing etc/charsets/IBM850.map
Removing etc/charsets/IBM851.map
Removing etc/charsets/IBM852.map
Removing etc/charsets/IBM855.map
Removing etc/charsets/IBM856.map
Removing etc/charsets/IBM857.map
Removing etc/charsets/IBM860.map
Removing etc/charsets/IBM861.map
Removing etc/charsets/IBM862.map
Removing etc/charsets/IBM863.map
Removing etc/charsets/IBM864.map
Removing etc/charsets/IBM865.map
Removing etc/charsets/IBM866.map
Removing etc/charsets/IBM868.map
Removing etc/charsets/IBM869.map
Removing etc/charsets/IBM870.map
Removing etc/charsets/IBM871.map
Removing etc/charsets/IBM874.map
Removing etc/charsets/IBM875.map
Removing etc/charsets/IBM880.map
Removing etc/charsets/IBM891.map
Removing etc/charsets/IBM903.map
Removing etc/charsets/IBM904.map
Removing etc/charsets/IBM905.map
Removing etc/charsets/IBM918.map
Removing etc/charsets/JISC6226.map
Removing etc/charsets/JISX0201.map
Removing etc/charsets/JISX0208.map
Removing etc/charsets/JISX0212.map
Removing etc/charsets/JISX2131.map
Removing etc/charsets/JISX2132.map
Removing etc/charsets/JISX213A.map
Removing etc/charsets/JOHAB.map
Removing etc/charsets/KA-ACADEMY.map
Removing etc/charsets/KA-PS.map
Removing etc/charsets/KOI-8.map
Removing etc/charsets/KOI8-R.map
Removing etc/charsets/KOI8-T.map
Removing etc/charsets/KOI8-U.map
Removing etc/charsets/KSC5601.map
Removing etc/charsets/KSC5636.map
Removing etc/charsets/MACINTOSH.map
Removing etc/charsets/MIK.map
Removing etc/charsets/MULE-ethiopic.map
Removing etc/charsets/MULE-ipa.map
Removing etc/charsets/MULE-is13194.map
Removing etc/charsets/MULE-lviscii.map
Removing etc/charsets/MULE-sisheng.map
Removing etc/charsets/MULE-tibetan.map
Removing etc/charsets/MULE-uviscii.map
Removing etc/charsets/NEXTSTEP.map
Removing etc/charsets/PTCP154.map
Removing etc/charsets/TIS-620.map
Removing etc/charsets/VISCII.map
Removing etc/charsets/VSCII-2.map
Removing etc/charsets/VSCII.map
Removing etc/charsets/stdenc.map
Removing etc/charsets/symbol.map
Removing etc/refcards/emacsver.tex
Removing info/
Removing leim/Makefile
Removing lib-src/Makefile
Removing lib-src/ctags
Removing lib-src/ctags.dSYM/
Removing lib-src/ebrowse
Removing lib-src/ebrowse.dSYM/
Removing lib-src/emacsclient
Removing lib-src/emacsclient.dSYM/
Removing lib-src/etags
Removing lib-src/etags.dSYM/
Removing lib-src/hexl
Removing lib-src/hexl.dSYM/
Removing lib-src/make-docfile
Removing lib-src/make-docfile.dSYM/
Removing lib-src/make-fingerprint
Removing lib-src/make-fingerprint.dSYM/
Removing lib-src/movemail
Removing lib-src/movemail.dSYM/
Removing lib-src/pop.o
Removing lib/Makefile
Removing lib/acl-errno-valid.o
Removing lib/acl-internal.o
Removing lib/acl_entries.o
Removing lib/alloca.h
Removing lib/allocator.o
Removing lib/binary-io.o
Removing lib/byteswap.h
Removing lib/c-ctype.o
Removing lib/c-strcasecmp.o
Removing lib/c-strncasecmp.o
Removing lib/canonicalize-lgpl.o
Removing lib/careadlinkat.o
Removing lib/cloexec.o
Removing lib/close-stream.o
Removing lib/copy-file-range.o
Removing lib/count-leading-zeros.o
Removing lib/count-one-bits.o
Removing lib/count-trailing-zeros.o
Removing lib/deps/
Removing lib/dirent.h
Removing lib/dtoastr.o
Removing lib/dtotimespec.o
Removing lib/euidaccess.o
Removing lib/explicit_bzero.o
Removing lib/faccessat.o
Removing lib/fcntl.h
Removing lib/filemode.o
Removing lib/filevercmp.o
Removing lib/fingerprint.o
Removing lib/fpending.o
Removing lib/fstatat.o
Removing lib/fsusage.o
Removing lib/futimens.o
Removing lib/get-permissions.o
Removing lib/getgroups.o
Removing lib/getopt-cdefs.h
Removing lib/getopt.h
Removing lib/getopt.o
Removing lib/getopt1.o
Removing lib/getrandom.o
Removing lib/gettime.o
Removing lib/gnulib.mk
Removing lib/group-member.o
Removing lib/ieee754.h
Removing lib/inttypes.h
Removing lib/libgnu.a
Removing lib/limits.h
Removing lib/lstat.o
Removing lib/malloca.o
Removing lib/md5.o
Removing lib/memmem.o
Removing lib/mempcpy.o
Removing lib/memrchr.o
Removing lib/mktime.o
Removing lib/nstrftime.o
Removing lib/open.o
Removing lib/openat-die.o
Removing lib/openat-proc.o
Removing lib/pipe2.o
Removing lib/qcopy-acl.o
Removing lib/readlink.o
Removing lib/readlinkat.o
Removing lib/regex.o
Removing lib/save-cwd.o
Removing lib/set-permissions.o
Removing lib/sha1.o
Removing lib/sha256.o
Removing lib/sha512.o
Removing lib/sig2str.o
Removing lib/signal.h
Removing lib/stat-time.o
Removing lib/stdint.h
Removing lib/stdio.h
Removing lib/stdlib.h
Removing lib/string.h
Removing lib/symlink.o
Removing lib/sys/
Removing lib/tempname.o
Removing lib/time.h
Removing lib/time_rz.o
Removing lib/timegm.o
Removing lib/timespec-add.o
Removing lib/timespec-sub.o
Removing lib/timespec.o
Removing lib/u64.o
Removing lib/unistd.h
Removing lib/unistd.o
Removing lib/utimens.o
Removing lib/utimensat.o
Removing lisp/Makefile
Removing lisp/abbrev.elc
Removing lisp/align.elc
Removing lisp/allout-widgets.elc
Removing lisp/allout.elc
Removing lisp/ansi-color.elc
Removing lisp/apropos.elc
Removing lisp/arc-mode.elc
Removing lisp/array.elc
Removing lisp/auth-source-pass.elc
Removing lisp/auth-source.elc
Removing lisp/autoarg.elc
Removing lisp/autoinsert.elc
Removing lisp/autorevert.elc
Removing lisp/avoid.elc
Removing lisp/battery.elc
Removing lisp/bindings.elc
Removing lisp/bookmark.elc
Removing lisp/bs.elc
Removing lisp/buff-menu.elc
Removing lisp/button.elc
Removing lisp/calc/calc-aent.elc
Removing lisp/calc/calc-alg.elc
Removing lisp/calc/calc-arith.elc
Removing lisp/calc/calc-bin.elc
Removing lisp/calc/calc-comb.elc
Removing lisp/calc/calc-cplx.elc
Removing lisp/calc/calc-embed.elc
Removing lisp/calc/calc-ext.elc
Removing lisp/calc/calc-fin.elc
Removing lisp/calc/calc-forms.elc
Removing lisp/calc/calc-frac.elc
Removing lisp/calc/calc-funcs.elc
Removing lisp/calc/calc-graph.elc
Removing lisp/calc/calc-help.elc
Removing lisp/calc/calc-incom.elc
Removing lisp/calc/calc-keypd.elc
Removing lisp/calc/calc-lang.elc
Removing lisp/calc/calc-loaddefs.el
Removing lisp/calc/calc-macs.elc
Removing lisp/calc/calc-map.elc
Removing lisp/calc/calc-math.elc
Removing lisp/calc/calc-menu.elc
Removing lisp/calc/calc-misc.elc
Removing lisp/calc/calc-mode.elc
Removing lisp/calc/calc-mtx.elc
Removing lisp/calc/calc-nlfit.elc
Removing lisp/calc/calc-poly.elc
Removing lisp/calc/calc-prog.elc
Removing lisp/calc/calc-rewr.elc
Removing lisp/calc/calc-rules.elc
Removing lisp/calc/calc-sel.elc
Removing lisp/calc/calc-stat.elc
Removing lisp/calc/calc-store.elc
Removing lisp/calc/calc-stuff.elc
Removing lisp/calc/calc-trail.elc
Removing lisp/calc/calc-undo.elc
Removing lisp/calc/calc-units.elc
Removing lisp/calc/calc-vec.elc
Removing lisp/calc/calc-yank.elc
Removing lisp/calc/calc.elc
Removing lisp/calc/calcalg2.elc
Removing lisp/calc/calcalg3.elc
Removing lisp/calc/calccomp.elc
Removing lisp/calc/calcsel2.elc
Removing lisp/calculator.elc
Removing lisp/calendar/appt.elc
Removing lisp/calendar/cal-bahai.elc
Removing lisp/calendar/cal-china.elc
Removing lisp/calendar/cal-coptic.elc
Removing lisp/calendar/cal-dst.elc
Removing lisp/calendar/cal-french.elc
Removing lisp/calendar/cal-hebrew.elc
Removing lisp/calendar/cal-html.elc
Removing lisp/calendar/cal-islam.elc
Removing lisp/calendar/cal-iso.elc
Removing lisp/calendar/cal-julian.elc
Removing lisp/calendar/cal-loaddefs.el
Removing lisp/calendar/cal-loaddefs.el~
Removing lisp/calendar/cal-mayan.elc
Removing lisp/calendar/cal-menu.elc
Removing lisp/calendar/cal-move.elc
Removing lisp/calendar/cal-persia.elc
Removing lisp/calendar/cal-tex.elc
Removing lisp/calendar/cal-x.elc
Removing lisp/calendar/calendar.elc
Removing lisp/calendar/diary-lib.elc
Removing lisp/calendar/diary-loaddefs.el
Removing lisp/calendar/diary-loaddefs.el~
Removing lisp/calendar/hol-loaddefs.el
Removing lisp/calendar/hol-loaddefs.el~
Removing lisp/calendar/holidays.elc
Removing lisp/calendar/icalendar.elc
Removing lisp/calendar/iso8601.elc
Removing lisp/calendar/lunar.elc
Removing lisp/calendar/parse-time.elc
Removing lisp/calendar/solar.elc
Removing lisp/calendar/time-date.elc
Removing lisp/calendar/timeclock.elc
Removing lisp/calendar/todo-mode.elc
Removing lisp/case-table.elc
Removing lisp/cdl.elc
Removing lisp/cedet/cedet-cscope.elc
Removing lisp/cedet/cedet-files.elc
Removing lisp/cedet/cedet-global.elc
Removing lisp/cedet/cedet-idutils.elc
Removing lisp/cedet/cedet.elc
Removing lisp/cedet/data-debug.elc
Removing lisp/cedet/ede.elc
Removing lisp/cedet/ede/auto.elc
Removing lisp/cedet/ede/autoconf-edit.elc
Removing lisp/cedet/ede/base.elc
Removing lisp/cedet/ede/config.elc
Removing lisp/cedet/ede/cpp-root.elc
Removing lisp/cedet/ede/custom.elc
Removing lisp/cedet/ede/detect.elc
Removing lisp/cedet/ede/dired.elc
Removing lisp/cedet/ede/emacs.elc
Removing lisp/cedet/ede/files.elc
Removing lisp/cedet/ede/generic.elc
Removing lisp/cedet/ede/linux.elc
Removing lisp/cedet/ede/loaddefs.el
Removing lisp/cedet/ede/locate.elc
Removing lisp/cedet/ede/make.elc
Removing lisp/cedet/ede/makefile-edit.elc
Removing lisp/cedet/ede/pconf.elc
Removing lisp/cedet/ede/pmake.elc
Removing lisp/cedet/ede/proj-archive.elc
Removing lisp/cedet/ede/proj-aux.elc
Removing lisp/cedet/ede/proj-comp.elc
Removing lisp/cedet/ede/proj-elisp.elc
Removing lisp/cedet/ede/proj-info.elc
Removing lisp/cedet/ede/proj-misc.elc
Removing lisp/cedet/ede/proj-obj.elc
Removing lisp/cedet/ede/proj-prog.elc
Removing lisp/cedet/ede/proj-scheme.elc
Removing lisp/cedet/ede/proj-shared.elc
Removing lisp/cedet/ede/proj.elc
Removing lisp/cedet/ede/project-am.elc
Removing lisp/cedet/ede/shell.elc
Removing lisp/cedet/ede/simple.elc
Removing lisp/cedet/ede/source.elc
Removing lisp/cedet/ede/speedbar.elc
Removing lisp/cedet/ede/srecode.elc
Removing lisp/cedet/ede/system.elc
Removing lisp/cedet/ede/util.elc
Removing lisp/cedet/inversion.elc
Removing lisp/cedet/mode-local.elc
Removing lisp/cedet/pulse.elc
Removing lisp/cedet/semantic.elc
Removing lisp/cedet/semantic/analyze.elc
Removing lisp/cedet/semantic/analyze/complete.elc
Removing lisp/cedet/semantic/analyze/debug.elc
Removing lisp/cedet/semantic/analyze/fcn.elc
Removing lisp/cedet/semantic/analyze/refs.elc
Removing lisp/cedet/semantic/bovine.elc
Removing lisp/cedet/semantic/bovine/c-by.el
Removing lisp/cedet/semantic/bovine/c-by.elc
Removing lisp/cedet/semantic/bovine/c.elc
Removing lisp/cedet/semantic/bovine/debug.elc
Removing lisp/cedet/semantic/bovine/el.elc
Removing lisp/cedet/semantic/bovine/gcc.elc
Removing lisp/cedet/semantic/bovine/grammar.elc
Removing lisp/cedet/semantic/bovine/make-by.el
Removing lisp/cedet/semantic/bovine/make-by.elc
Removing lisp/cedet/semantic/bovine/make.elc
Removing lisp/cedet/semantic/bovine/scm-by.el
Removing lisp/cedet/semantic/bovine/scm-by.elc
Removing lisp/cedet/semantic/bovine/scm.elc
Removing lisp/cedet/semantic/chart.elc
Removing lisp/cedet/semantic/complete.elc
Removing lisp/cedet/semantic/ctxt.elc
Removing lisp/cedet/semantic/db-debug.elc
Removing lisp/cedet/semantic/db-ebrowse.elc
Removing lisp/cedet/semantic/db-el.elc
Removing lisp/cedet/semantic/db-file.elc
Removing lisp/cedet/semantic/db-find.elc
Removing lisp/cedet/semantic/db-global.elc
Removing lisp/cedet/semantic/db-javascript.elc
Removing lisp/cedet/semantic/db-mode.elc
Removing lisp/cedet/semantic/db-ref.elc
Removing lisp/cedet/semantic/db-typecache.elc
Removing lisp/cedet/semantic/db.elc
Removing lisp/cedet/semantic/debug.elc
Removing lisp/cedet/semantic/decorate.elc
Removing lisp/cedet/semantic/decorate/include.elc
Removing lisp/cedet/semantic/decorate/mode.elc
Removing lisp/cedet/semantic/dep.elc
Removing lisp/cedet/semantic/doc.elc
Removing lisp/cedet/semantic/ede-grammar.elc
Removing lisp/cedet/semantic/edit.elc
Removing lisp/cedet/semantic/find.elc
Removing lisp/cedet/semantic/format.elc
Removing lisp/cedet/semantic/fw.elc
Removing lisp/cedet/semantic/grammar-wy.elc
Removing lisp/cedet/semantic/grammar.elc
Removing lisp/cedet/semantic/html.elc
Removing lisp/cedet/semantic/ia-sb.elc
Removing lisp/cedet/semantic/ia.elc
Removing lisp/cedet/semantic/idle.elc
Removing lisp/cedet/semantic/imenu.elc
Removing lisp/cedet/semantic/java.elc
Removing lisp/cedet/semantic/lex-spp.elc
Removing lisp/cedet/semantic/lex.elc
Removing lisp/cedet/semantic/loaddefs.el
Removing lisp/cedet/semantic/mru-bookmark.elc
Removing lisp/cedet/semantic/sb.elc
Removing lisp/cedet/semantic/scope.elc
Removing lisp/cedet/semantic/senator.elc
Removing lisp/cedet/semantic/sort.elc
Removing lisp/cedet/semantic/symref.elc
Removing lisp/cedet/semantic/symref/cscope.elc
Removing lisp/cedet/semantic/symref/filter.elc
Removing lisp/cedet/semantic/symref/global.elc
Removing lisp/cedet/semantic/symref/grep.elc
Removing lisp/cedet/semantic/symref/idutils.elc
Removing lisp/cedet/semantic/symref/list.elc
Removing lisp/cedet/semantic/tag-file.elc
Removing lisp/cedet/semantic/tag-ls.elc
Removing lisp/cedet/semantic/tag-write.elc
Removing lisp/cedet/semantic/tag.elc
Removing lisp/cedet/semantic/texi.elc
Removing lisp/cedet/semantic/util-modes.elc
Removing lisp/cedet/semantic/util.elc
Removing lisp/cedet/semantic/wisent.elc
Removing lisp/cedet/semantic/wisent/comp.elc
Removing lisp/cedet/semantic/wisent/grammar.elc
Removing lisp/cedet/semantic/wisent/java-tags.elc
Removing lisp/cedet/semantic/wisent/javascript.elc
Removing lisp/cedet/semantic/wisent/javat-wy.el
Removing lisp/cedet/semantic/wisent/javat-wy.elc
Removing lisp/cedet/semantic/wisent/js-wy.el
Removing lisp/cedet/semantic/wisent/js-wy.elc
Removing lisp/cedet/semantic/wisent/python-wy.el
Removing lisp/cedet/semantic/wisent/python-wy.elc
Removing lisp/cedet/semantic/wisent/python.elc
Removing lisp/cedet/semantic/wisent/wisent.elc
Removing lisp/cedet/srecode.elc
Removing lisp/cedet/srecode/args.elc
Removing lisp/cedet/srecode/compile.elc
Removing lisp/cedet/srecode/cpp.elc
Removing lisp/cedet/srecode/ctxt.elc
Removing lisp/cedet/srecode/dictionary.elc
Removing lisp/cedet/srecode/document.elc
Removing lisp/cedet/srecode/el.elc
Removing lisp/cedet/srecode/expandproto.elc
Removing lisp/cedet/srecode/extract.elc
Removing lisp/cedet/srecode/fields.elc
Removing lisp/cedet/srecode/filters.elc
Removing lisp/cedet/srecode/find.elc
Removing lisp/cedet/srecode/getset.elc
Removing lisp/cedet/srecode/insert.elc
Removing lisp/cedet/srecode/java.elc
Removing lisp/cedet/srecode/loaddefs.el
Removing lisp/cedet/srecode/map.elc
Removing lisp/cedet/srecode/mode.elc
Removing lisp/cedet/srecode/semantic.elc
Removing lisp/cedet/srecode/srt-mode.elc
Removing lisp/cedet/srecode/srt-wy.el
Removing lisp/cedet/srecode/srt-wy.elc
Removing lisp/cedet/srecode/srt.elc
Removing lisp/cedet/srecode/table.elc
Removing lisp/cedet/srecode/template.elc
Removing lisp/cedet/srecode/texi.elc
Removing lisp/char-fold.elc
Removing lisp/chistory.elc
Removing lisp/cmuscheme.elc
Removing lisp/color.elc
Removing lisp/comint.elc
Removing lisp/completion.elc
Removing lisp/composite.elc
Removing lisp/cus-dep.elc
Removing lisp/cus-edit.elc
Removing lisp/cus-face.elc
Removing lisp/cus-load.el
Removing lisp/cus-start.elc
Removing lisp/cus-theme.elc
Removing lisp/custom.elc
Removing lisp/dabbrev.elc
Removing lisp/delim-col.elc
Removing lisp/delsel.elc
Removing lisp/descr-text.elc
Removing lisp/desktop.elc
Removing lisp/dframe.elc
Removing lisp/dired-aux.elc
Removing lisp/dired-loaddefs.el
Removing lisp/dired-x.elc
Removing lisp/dired.elc
Removing lisp/dirtrack.elc
Removing lisp/disp-table.elc
Removing lisp/display-fill-column-indicator.elc
Removing lisp/display-line-numbers.elc
Removing lisp/dnd.elc
Removing lisp/doc-view.elc
Removing lisp/dom.elc
Removing lisp/dos-fns.elc
Removing lisp/dos-vars.elc
Removing lisp/dos-w32.elc
Removing lisp/double.elc
Removing lisp/dynamic-setting.elc
Removing lisp/ebuff-menu.elc
Removing lisp/echistory.elc
Removing lisp/ecomplete.elc
Removing lisp/edmacro.elc
Removing lisp/ehelp.elc
Removing lisp/elec-pair.elc
Removing lisp/electric.elc
Removing lisp/elide-head.elc
Removing lisp/emacs-lisp/advice.elc
Removing lisp/emacs-lisp/autoload.elc
Removing lisp/emacs-lisp/avl-tree.elc
Removing lisp/emacs-lisp/backquote.elc
Removing lisp/emacs-lisp/backtrace.elc
Removing lisp/emacs-lisp/benchmark.elc
Removing lisp/emacs-lisp/bindat.elc
Removing lisp/emacs-lisp/byte-opt.elc
Removing lisp/emacs-lisp/byte-run.elc
Removing lisp/emacs-lisp/bytecomp.elc
Removing lisp/emacs-lisp/cconv.elc
Removing lisp/emacs-lisp/chart.elc
Removing lisp/emacs-lisp/check-declare.elc
Removing lisp/emacs-lisp/checkdoc.elc
Removing lisp/emacs-lisp/cl-extra.elc
Removing lisp/emacs-lisp/cl-generic.elc
Removing lisp/emacs-lisp/cl-indent.elc
Removing lisp/emacs-lisp/cl-lib.elc
Removing lisp/emacs-lisp/cl-loaddefs.el
Removing lisp/emacs-lisp/cl-macs.elc
Removing lisp/emacs-lisp/cl-preloaded.elc
Removing lisp/emacs-lisp/cl-print.elc
Removing lisp/emacs-lisp/cl-seq.elc
Removing lisp/emacs-lisp/copyright.elc
Removing lisp/emacs-lisp/crm.elc
Removing lisp/emacs-lisp/cursor-sensor.elc
Removing lisp/emacs-lisp/debug.elc
Removing lisp/emacs-lisp/derived.elc
Removing lisp/emacs-lisp/disass.elc
Removing lisp/emacs-lisp/easy-mmode.elc
Removing lisp/emacs-lisp/easymenu.elc
Removing lisp/emacs-lisp/edebug.elc
Removing lisp/emacs-lisp/eieio-base.elc
Removing lisp/emacs-lisp/eieio-compat.elc
Removing lisp/emacs-lisp/eieio-core.elc
Removing lisp/emacs-lisp/eieio-custom.elc
Removing lisp/emacs-lisp/eieio-datadebug.elc
Removing lisp/emacs-lisp/eieio-loaddefs.el
Removing lisp/emacs-lisp/eieio-opt.elc
Removing lisp/emacs-lisp/eieio-speedbar.elc
Removing lisp/emacs-lisp/eieio.elc
Removing lisp/emacs-lisp/eldoc.elc
Removing lisp/emacs-lisp/elint.elc
Removing lisp/emacs-lisp/elp.elc
Removing lisp/emacs-lisp/ert-x.elc
Removing lisp/emacs-lisp/ert.elc
Removing lisp/emacs-lisp/ewoc.elc
Removing lisp/emacs-lisp/faceup.elc
Removing lisp/emacs-lisp/find-func.elc
Removing lisp/emacs-lisp/float-sup.elc
Removing lisp/emacs-lisp/generator.elc
Removing lisp/emacs-lisp/generic.elc
Removing lisp/emacs-lisp/gv.elc
Removing lisp/emacs-lisp/helper.elc
Removing lisp/emacs-lisp/inline.elc
Removing lisp/emacs-lisp/let-alist.elc
Removing lisp/emacs-lisp/lisp-mnt.elc
Removing lisp/emacs-lisp/lisp-mode.elc
Removing lisp/emacs-lisp/lisp.elc
Removing lisp/emacs-lisp/macroexp.elc
Removing lisp/emacs-lisp/map-ynp.elc
Removing lisp/emacs-lisp/map.elc
Removing lisp/emacs-lisp/nadvice.elc
Removing lisp/emacs-lisp/package-x.elc
Removing lisp/emacs-lisp/package.elc
Removing lisp/emacs-lisp/pcase.elc
Removing lisp/emacs-lisp/pp.elc
Removing lisp/emacs-lisp/radix-tree.elc
Removing lisp/emacs-lisp/re-builder.elc
Removing lisp/emacs-lisp/regexp-opt.elc
Removing lisp/emacs-lisp/regi.elc
Removing lisp/emacs-lisp/ring.elc
Removing lisp/emacs-lisp/rmc.elc
Removing lisp/emacs-lisp/rx.elc
Removing lisp/emacs-lisp/seq.elc
Removing lisp/emacs-lisp/shadow.elc
Removing lisp/emacs-lisp/smie.elc
Removing lisp/emacs-lisp/subr-x.elc
Removing lisp/emacs-lisp/syntax.elc
Removing lisp/emacs-lisp/tabulated-list.elc
Removing lisp/emacs-lisp/tcover-ses.elc
Removing lisp/emacs-lisp/tcover-unsafep.elc
Removing lisp/emacs-lisp/testcover.elc
Removing lisp/emacs-lisp/text-property-search.elc
Removing lisp/emacs-lisp/thunk.elc
Removing lisp/emacs-lisp/timer-list.elc
Removing lisp/emacs-lisp/timer.elc
Removing lisp/emacs-lisp/tq.elc
Removing lisp/emacs-lisp/trace.elc
Removing lisp/emacs-lisp/unsafep.elc
Removing lisp/emacs-lisp/warnings.elc
Removing lisp/emacs-lock.elc
Removing lisp/emulation/cua-base.elc
Removing lisp/emulation/cua-gmrk.elc
Removing lisp/emulation/cua-rect.elc
Removing lisp/emulation/edt-lk201.elc
Removing lisp/emulation/edt-mapper.elc
Removing lisp/emulation/edt-pc.elc
Removing lisp/emulation/edt-vt100.elc
Removing lisp/emulation/edt.elc
Removing lisp/emulation/keypad.elc
Removing lisp/emulation/viper-cmd.elc
Removing lisp/emulation/viper-ex.elc
Removing lisp/emulation/viper-init.elc
Removing lisp/emulation/viper-keym.elc
Removing lisp/emulation/viper-macs.elc
Removing lisp/emulation/viper-mous.elc
Removing lisp/emulation/viper-util.elc
Removing lisp/emulation/viper.elc
Removing lisp/env.elc
Removing lisp/epa-dired.elc
Removing lisp/epa-file.elc
Removing lisp/epa-hook.elc
Removing lisp/epa-mail.elc
Removing lisp/epa.elc
Removing lisp/epg-config.elc
Removing lisp/epg.elc
Removing lisp/erc/erc-autoaway.elc
Removing lisp/erc/erc-backend.elc
Removing lisp/erc/erc-button.elc
Removing lisp/erc/erc-capab.elc
Removing lisp/erc/erc-compat.elc
Removing lisp/erc/erc-dcc.elc
Removing lisp/erc/erc-desktop-notifications.elc
Removing lisp/erc/erc-ezbounce.elc
Removing lisp/erc/erc-fill.elc
Removing lisp/erc/erc-goodies.elc
Removing lisp/erc/erc-ibuffer.elc
Removing lisp/erc/erc-identd.elc
Removing lisp/erc/erc-imenu.elc
Removing lisp/erc/erc-join.elc
Removing lisp/erc/erc-lang.elc
Removing lisp/erc/erc-list.elc
Removing lisp/erc/erc-loaddefs.el
Removing lisp/erc/erc-log.elc
Removing lisp/erc/erc-match.elc
Removing lisp/erc/erc-menu.elc
Removing lisp/erc/erc-netsplit.elc
Removing lisp/erc/erc-networks.elc
Removing lisp/erc/erc-notify.elc
Removing lisp/erc/erc-page.elc
Removing lisp/erc/erc-pcomplete.elc
Removing lisp/erc/erc-replace.elc
Removing lisp/erc/erc-ring.elc
Removing lisp/erc/erc-services.elc
Removing lisp/erc/erc-sound.elc
Removing lisp/erc/erc-speedbar.elc
Removing lisp/erc/erc-spelling.elc
Removing lisp/erc/erc-stamp.elc
Removing lisp/erc/erc-track.elc
Removing lisp/erc/erc-truncate.elc
Removing lisp/erc/erc-xdcc.elc
Removing lisp/erc/erc.elc
Removing lisp/eshell/em-alias.elc
Removing lisp/eshell/em-banner.elc
Removing lisp/eshell/em-basic.elc
Removing lisp/eshell/em-cmpl.elc
Removing lisp/eshell/em-dirs.elc
Removing lisp/eshell/em-glob.elc
Removing lisp/eshell/em-hist.elc
Removing lisp/eshell/em-ls.elc
Removing lisp/eshell/em-pred.elc
Removing lisp/eshell/em-prompt.elc
Removing lisp/eshell/em-rebind.elc
Removing lisp/eshell/em-script.elc
Removing lisp/eshell/em-smart.elc
Removing lisp/eshell/em-term.elc
Removing lisp/eshell/em-tramp.elc
Removing lisp/eshell/em-unix.elc
Removing lisp/eshell/em-xtra.elc
Removing lisp/eshell/esh-arg.elc
Removing lisp/eshell/esh-cmd.elc
Removing lisp/eshell/esh-ext.elc
Removing lisp/eshell/esh-groups.el
Removing lisp/eshell/esh-io.elc
Removing lisp/eshell/esh-mode.elc
Removing lisp/eshell/esh-module.elc
Removing lisp/eshell/esh-opt.elc
Removing lisp/eshell/esh-proc.elc
Removing lisp/eshell/esh-util.elc
Removing lisp/eshell/esh-var.elc
Removing lisp/eshell/eshell.elc
Removing lisp/expand.elc
Removing lisp/ezimage.elc
Removing lisp/face-remap.elc
Removing lisp/facemenu.elc
Removing lisp/faces.elc
Removing lisp/ffap.elc
Removing lisp/filecache.elc
Removing lisp/fileloop.elc
Removing lisp/filenotify.elc
Removing lisp/files-x.elc
Removing lisp/files.elc
Removing lisp/filesets.elc
Removing lisp/find-cmd.elc
Removing lisp/find-dired.elc
Removing lisp/find-file.elc
Removing lisp/find-lisp.elc
Removing lisp/finder-inf.el
Removing lisp/finder.elc
Removing lisp/flow-ctrl.elc
Removing lisp/foldout.elc
Removing lisp/follow.elc
Removing lisp/font-core.elc
Removing lisp/font-lock.elc
Removing lisp/format-spec.elc
Removing lisp/format.elc
Removing lisp/forms.elc
Removing lisp/frame.elc
Removing lisp/frameset.elc
Removing lisp/fringe.elc
Removing lisp/generic-x.elc
Removing lisp/gnus/canlock.elc
Removing lisp/gnus/deuglify.elc
Removing lisp/gnus/gmm-utils.elc
Removing lisp/gnus/gnus-agent.elc
Removing lisp/gnus/gnus-art.elc
Removing lisp/gnus/gnus-async.elc
Removing lisp/gnus/gnus-bcklg.elc
Removing lisp/gnus/gnus-bookmark.elc
Removing lisp/gnus/gnus-cache.elc
Removing lisp/gnus/gnus-cite.elc
Removing lisp/gnus/gnus-cloud.elc
Removing lisp/gnus/gnus-cus.elc
Removing lisp/gnus/gnus-delay.elc
Removing lisp/gnus/gnus-demon.elc
Removing lisp/gnus/gnus-diary.elc
Removing lisp/gnus/gnus-dired.elc
Removing lisp/gnus/gnus-draft.elc
Removing lisp/gnus/gnus-dup.elc
Removing lisp/gnus/gnus-eform.elc
Removing lisp/gnus/gnus-fun.elc
Removing lisp/gnus/gnus-gravatar.elc
Removing lisp/gnus/gnus-group.elc
Removing lisp/gnus/gnus-html.elc
Removing lisp/gnus/gnus-icalendar.elc
Removing lisp/gnus/gnus-int.elc
Removing lisp/gnus/gnus-kill.elc
Removing lisp/gnus/gnus-logic.elc
Removing lisp/gnus/gnus-mh.elc
Removing lisp/gnus/gnus-ml.elc
Removing lisp/gnus/gnus-mlspl.elc
Removing lisp/gnus/gnus-msg.elc
Removing lisp/gnus/gnus-notifications.elc
Removing lisp/gnus/gnus-picon.elc
Removing lisp/gnus/gnus-range.elc
Removing lisp/gnus/gnus-registry.elc
Removing lisp/gnus/gnus-rfc1843.elc
Removing lisp/gnus/gnus-salt.elc
Removing lisp/gnus/gnus-score.elc
Removing lisp/gnus/gnus-sieve.elc
Removing lisp/gnus/gnus-spec.elc
Removing lisp/gnus/gnus-srvr.elc
Removing lisp/gnus/gnus-start.elc
Removing lisp/gnus/gnus-sum.elc
Removing lisp/gnus/gnus-topic.elc
Removing lisp/gnus/gnus-undo.elc
Removing lisp/gnus/gnus-util.elc
Removing lisp/gnus/gnus-uu.elc
Removing lisp/gnus/gnus-vm.elc
Removing lisp/gnus/gnus-win.elc
Removing lisp/gnus/gnus.elc
Removing lisp/gnus/gssapi.elc
Removing lisp/gnus/legacy-gnus-agent.elc
Removing lisp/gnus/mail-source.elc
Removing lisp/gnus/message.elc
Removing lisp/gnus/mm-archive.elc
Removing lisp/gnus/mm-bodies.elc
Removing lisp/gnus/mm-decode.elc
Removing lisp/gnus/mm-encode.elc
Removing lisp/gnus/mm-extern.elc
Removing lisp/gnus/mm-partial.elc
Removing lisp/gnus/mm-url.elc
Removing lisp/gnus/mm-util.elc
Removing lisp/gnus/mm-uu.elc
Removing lisp/gnus/mm-view.elc
Removing lisp/gnus/mml-sec.elc
Removing lisp/gnus/mml-smime.elc
Removing lisp/gnus/mml.elc
Removing lisp/gnus/mml1991.elc
Removing lisp/gnus/mml2015.elc
Removing lisp/gnus/nnagent.elc
Removing lisp/gnus/nnbabyl.elc
Removing lisp/gnus/nndiary.elc
Removing lisp/gnus/nndir.elc
Removing lisp/gnus/nndoc.elc
Removing lisp/gnus/nndraft.elc
Removing lisp/gnus/nneething.elc
Removing lisp/gnus/nnfolder.elc
Removing lisp/gnus/nngateway.elc
Removing lisp/gnus/nnheader.elc
Removing lisp/gnus/nnimap.elc
Removing lisp/gnus/nnir.elc
Removing lisp/gnus/nnmail.elc
Removing lisp/gnus/nnmaildir.elc
Removing lisp/gnus/nnmairix.elc
Removing lisp/gnus/nnmbox.elc
Removing lisp/gnus/nnmh.elc
Removing lisp/gnus/nnml.elc
Removing lisp/gnus/nnnil.elc
Removing lisp/gnus/nnoo.elc
Removing lisp/gnus/nnregistry.elc
Removing lisp/gnus/nnrss.elc
Removing lisp/gnus/nnspool.elc
Removing lisp/gnus/nntp.elc
Removing lisp/gnus/nnvirtual.elc
Removing lisp/gnus/nnweb.elc
Removing lisp/gnus/score-mode.elc
Removing lisp/gnus/smiley.elc
Removing lisp/gnus/smime.elc
Removing lisp/gnus/spam-report.elc
Removing lisp/gnus/spam-stat.elc
Removing lisp/gnus/spam-wash.elc
Removing lisp/gnus/spam.elc
Removing lisp/help-at-pt.elc
Removing lisp/help-fns.elc
Removing lisp/help-macro.elc
Removing lisp/help-mode.elc
Removing lisp/help.elc
Removing lisp/hex-util.elc
Removing lisp/hexl.elc
Removing lisp/hfy-cmap.elc
Removing lisp/hi-lock.elc
Removing lisp/hilit-chg.elc
Removing lisp/hippie-exp.elc
Removing lisp/hl-line.elc
Removing lisp/htmlfontify-loaddefs.el
Removing lisp/htmlfontify.elc
Removing lisp/ibuf-ext.elc
Removing lisp/ibuf-macs.elc
Removing lisp/ibuffer-loaddefs.el
Removing lisp/ibuffer.elc
Removing lisp/icomplete.elc
Removing lisp/ido.elc
Removing lisp/ielm.elc
Removing lisp/iimage.elc
Removing lisp/image-dired.elc
Removing lisp/image-file.elc
Removing lisp/image-mode.elc
Removing lisp/image.elc
Removing lisp/image/compface.elc
Removing lisp/image/exif.elc
Removing lisp/image/gravatar.elc
Removing lisp/image/image-converter.elc
Removing lisp/imenu.elc
Removing lisp/indent.elc
Removing lisp/info-look.elc
Removing lisp/info-xref.elc
Removing lisp/info.elc
Removing lisp/informat.elc
Removing lisp/international/ccl.elc
Removing lisp/international/characters.elc
Removing lisp/international/charprop.el
Removing lisp/international/charscript.el
Removing lisp/international/charscript.elc
Removing lisp/international/cp51932.el
Removing lisp/international/cp51932.elc
Removing lisp/international/eucjp-ms.el
Removing lisp/international/eucjp-ms.elc
Removing lisp/international/fontset.elc
Removing lisp/international/isearch-x.elc
Removing lisp/international/iso-ascii.elc
Removing lisp/international/iso-cvt.elc
Removing lisp/international/iso-transl.elc
Removing lisp/international/ja-dic-cnv.elc
Removing lisp/international/ja-dic-utl.elc
Removing lisp/international/kinsoku.elc
Removing lisp/international/kkc.elc
Removing lisp/international/latexenc.elc
Removing lisp/international/latin1-disp.elc
Removing lisp/international/mule-cmds.elc
Removing lisp/international/mule-conf.elc
Removing lisp/international/mule-diag.elc
Removing lisp/international/mule-util.elc
Removing lisp/international/mule.elc
Removing lisp/international/ogonek.elc
Removing lisp/international/quail.elc
Removing lisp/international/rfc1843.elc
Removing lisp/international/robin.elc
Removing lisp/international/titdic-cnv.elc
Removing lisp/international/ucs-normalize.elc
Removing lisp/international/uni-bidi.el
Removing lisp/international/uni-brackets.el
Removing lisp/international/uni-category.el
Removing lisp/international/uni-combining.el
Removing lisp/international/uni-comment.el
Removing lisp/international/uni-decimal.el
Removing lisp/international/uni-decomposition.el
Removing lisp/international/uni-digit.el
Removing lisp/international/uni-lowercase.el
Removing lisp/international/uni-mirrored.el
Removing lisp/international/uni-name.el
Removing lisp/international/uni-numeric.el
Removing lisp/international/uni-old-name.el
Removing lisp/international/uni-special-lowercase.el
Removing lisp/international/uni-special-titlecase.el
Removing lisp/international/uni-special-uppercase.el
Removing lisp/international/uni-titlecase.el
Removing lisp/international/uni-uppercase.el
Removing lisp/international/utf-7.elc
Removing lisp/international/utf7.elc
Removing lisp/isearch.elc
Removing lisp/isearchb.elc
Removing lisp/jit-lock.elc
Removing lisp/jka-cmpr-hook.elc
Removing lisp/jka-compr.elc
Removing lisp/json.elc
Removing lisp/jsonrpc.elc
Removing lisp/kermit.elc
Removing lisp/kmacro.elc
Removing lisp/language/burmese.elc
Removing lisp/language/cham.elc
Removing lisp/language/china-util.elc
Removing lisp/language/chinese.elc
Removing lisp/language/cyril-util.elc
Removing lisp/language/cyrillic.elc
Removing lisp/language/czech.elc
Removing lisp/language/english.elc
Removing lisp/language/ethio-util.elc
Removing lisp/language/ethiopic.elc
Removing lisp/language/european.elc
Removing lisp/language/georgian.elc
Removing lisp/language/greek.elc
Removing lisp/language/hanja-util.elc
Removing lisp/language/hebrew.elc
Removing lisp/language/ind-util.elc
Removing lisp/language/indian.elc
Removing lisp/language/japan-util.elc
Removing lisp/language/japanese.elc
Removing lisp/language/khmer.elc
Removing lisp/language/korea-util.elc
Removing lisp/language/korean.elc
Removing lisp/language/lao-util.elc
Removing lisp/language/lao.elc
Removing lisp/language/misc-lang.elc
Removing lisp/language/pinyin.el
Removing lisp/language/pinyin.elc
Removing lisp/language/romanian.elc
Removing lisp/language/sinhala.elc
Removing lisp/language/slovak.elc
Removing lisp/language/tai-viet.elc
Removing lisp/language/thai-util.elc
Removing lisp/language/thai-word.elc
Removing lisp/language/thai.elc
Removing lisp/language/tibet-util.elc
Removing lisp/language/tibetan.elc
Removing lisp/language/tv-util.elc
Removing lisp/language/utf-8-lang.elc
Removing lisp/language/viet-util.elc
Removing lisp/language/vietnamese.elc
Removing lisp/leim/ja-dic/
Removing lisp/leim/leim-list.el
Removing lisp/leim/quail/4Corner.el
Removing lisp/leim/quail/4Corner.elc
Removing lisp/leim/quail/ARRAY30.el
Removing lisp/leim/quail/ARRAY30.elc
Removing lisp/leim/quail/CCDOSPY.el
Removing lisp/leim/quail/CCDOSPY.elc
Removing lisp/leim/quail/CTLau-b5.el
Removing lisp/leim/quail/CTLau-b5.elc
Removing lisp/leim/quail/CTLau.el
Removing lisp/leim/quail/CTLau.elc
Removing lisp/leim/quail/ECDICT.el
Removing lisp/leim/quail/ECDICT.elc
Removing lisp/leim/quail/ETZY.el
Removing lisp/leim/quail/ETZY.elc
Removing lisp/leim/quail/PY-b5.el
Removing lisp/leim/quail/PY-b5.elc
Removing lisp/leim/quail/PY.el
Removing lisp/leim/quail/PY.elc
Removing lisp/leim/quail/Punct-b5.el
Removing lisp/leim/quail/Punct-b5.elc
Removing lisp/leim/quail/Punct.el
Removing lisp/leim/quail/Punct.elc
Removing lisp/leim/quail/QJ-b5.el
Removing lisp/leim/quail/QJ-b5.elc
Removing lisp/leim/quail/QJ.el
Removing lisp/leim/quail/QJ.elc
Removing lisp/leim/quail/SW.el
Removing lisp/leim/quail/SW.elc
Removing lisp/leim/quail/TONEPY.el
Removing lisp/leim/quail/TONEPY.elc
Removing lisp/leim/quail/ZIRANMA.el
Removing lisp/leim/quail/ZIRANMA.elc
Removing lisp/leim/quail/ZOZY.el
Removing lisp/leim/quail/ZOZY.elc
Removing lisp/leim/quail/arabic.elc
Removing lisp/leim/quail/croatian.elc
Removing lisp/leim/quail/cyril-jis.elc
Removing lisp/leim/quail/cyrillic.elc
Removing lisp/leim/quail/czech.elc
Removing lisp/leim/quail/ethiopic.elc
Removing lisp/leim/quail/georgian.elc
Removing lisp/leim/quail/greek.elc
Removing lisp/leim/quail/hangul.elc
Removing lisp/leim/quail/hanja-jis.elc
Removing lisp/leim/quail/hanja.elc
Removing lisp/leim/quail/hanja3.elc
Removing lisp/leim/quail/hebrew.elc
Removing lisp/leim/quail/indian.elc
Removing lisp/leim/quail/ipa-praat.elc
Removing lisp/leim/quail/ipa.elc
Removing lisp/leim/quail/japanese.elc
Removing lisp/leim/quail/lao.elc
Removing lisp/leim/quail/latin-alt.elc
Removing lisp/leim/quail/latin-ltx.elc
Removing lisp/leim/quail/latin-post.elc
Removing lisp/leim/quail/latin-pre.elc
Removing lisp/leim/quail/lrt.elc
Removing lisp/leim/quail/persian.elc
Removing lisp/leim/quail/programmer-dvorak.elc
Removing lisp/leim/quail/py-punct.elc
Removing lisp/leim/quail/pypunct-b5.elc
Removing lisp/leim/quail/quick-b5.el
Removing lisp/leim/quail/quick-b5.elc
Removing lisp/leim/quail/quick-cns.el
Removing lisp/leim/quail/quick-cns.elc
Removing lisp/leim/quail/rfc1345.elc
Removing lisp/leim/quail/sami.elc
Removing lisp/leim/quail/sgml-input.elc
Removing lisp/leim/quail/sisheng.elc
Removing lisp/leim/quail/slovak.elc
Removing lisp/leim/quail/symbol-ksc.elc
Removing lisp/leim/quail/tamil-dvorak.elc
Removing lisp/leim/quail/thai.elc
Removing lisp/leim/quail/tibetan.elc
Removing lisp/leim/quail/tsang-b5.el
Removing lisp/leim/quail/tsang-b5.elc
Removing lisp/leim/quail/tsang-cns.el
Removing lisp/leim/quail/tsang-cns.elc
Removing lisp/leim/quail/uni-input.elc
Removing lisp/leim/quail/viqr.elc
Removing lisp/leim/quail/vntelex.elc
Removing lisp/leim/quail/vnvni.elc
Removing lisp/leim/quail/welsh.elc
Removing lisp/linum.elc
Removing lisp/loaddefs.el
Removing lisp/loaddefs.el~
Removing lisp/loadhist.elc
Removing lisp/locate.elc
Removing lisp/lpr.elc
Removing lisp/ls-lisp.elc
Removing lisp/macros.elc
Removing lisp/mail/binhex.elc
Removing lisp/mail/emacsbug.elc
Removing lisp/mail/feedmail.elc
Removing lisp/mail/flow-fill.elc
Removing lisp/mail/footnote.elc
Removing lisp/mail/hashcash.elc
Removing lisp/mail/ietf-drums.elc
Removing lisp/mail/mail-extr.elc
Removing lisp/mail/mail-hist.elc
Removing lisp/mail/mail-parse.elc
Removing lisp/mail/mail-prsvr.elc
Removing lisp/mail/mail-utils.elc
Removing lisp/mail/mailabbrev.elc
Removing lisp/mail/mailalias.elc
Removing lisp/mail/mailclient.elc
Removing lisp/mail/mailheader.elc
Removing lisp/mail/mspools.elc
Removing lisp/mail/qp.elc
Removing lisp/mail/reporter.elc
Removing lisp/mail/rfc2045.elc
Removing lisp/mail/rfc2047.elc
Removing lisp/mail/rfc2231.elc
Removing lisp/mail/rfc2368.elc
Removing lisp/mail/rfc822.elc
Removing lisp/mail/rmail-loaddefs.el
Removing lisp/mail/rmail-spam-filter.elc
Removing lisp/mail/rmail.elc
Removing lisp/mail/rmailedit.elc
Removing lisp/mail/rmailkwd.elc
Removing lisp/mail/rmailmm.elc
Removing lisp/mail/rmailmsc.elc
Removing lisp/mail/rmailout.elc
Removing lisp/mail/rmailsort.elc
Removing lisp/mail/rmailsum.elc
Removing lisp/mail/sendmail.elc
Removing lisp/mail/smtpmail.elc
Removing lisp/mail/supercite.elc
Removing lisp/mail/uce.elc
Removing lisp/mail/undigest.elc
Removing lisp/mail/unrmail.elc
Removing lisp/mail/uudecode.elc
Removing lisp/mail/yenc.elc
Removing lisp/makesum.elc
Removing lisp/man.elc
Removing lisp/master.elc
Removing lisp/mb-depth.elc
Removing lisp/md4.elc
Removing lisp/menu-bar.elc
Removing lisp/mh-e/mh-alias.elc
Removing lisp/mh-e/mh-buffers.elc
Removing lisp/mh-e/mh-comp.elc
Removing lisp/mh-e/mh-compat.elc
Removing lisp/mh-e/mh-e.elc
Removing lisp/mh-e/mh-folder.elc
Removing lisp/mh-e/mh-funcs.elc
Removing lisp/mh-e/mh-gnus.elc
Removing lisp/mh-e/mh-identity.elc
Removing lisp/mh-e/mh-inc.elc
Removing lisp/mh-e/mh-junk.elc
Removing lisp/mh-e/mh-letter.elc
Removing lisp/mh-e/mh-limit.elc
Removing lisp/mh-e/mh-loaddefs.el
Removing lisp/mh-e/mh-loaddefs.el~
Removing lisp/mh-e/mh-mime.elc
Removing lisp/mh-e/mh-print.elc
Removing lisp/mh-e/mh-scan.elc
Removing lisp/mh-e/mh-search.elc
Removing lisp/mh-e/mh-seq.elc
Removing lisp/mh-e/mh-show.elc
Removing lisp/mh-e/mh-speed.elc
Removing lisp/mh-e/mh-thread.elc
Removing lisp/mh-e/mh-tool-bar.elc
Removing lisp/mh-e/mh-utils.elc
Removing lisp/mh-e/mh-xface.elc
Removing lisp/midnight.elc
Removing lisp/minibuf-eldef.elc
Removing lisp/minibuffer.elc
Removing lisp/misc.elc
Removing lisp/misearch.elc
Removing lisp/mouse-copy.elc
Removing lisp/mouse-drag.elc
Removing lisp/mouse.elc
Removing lisp/mpc.elc
Removing lisp/msb.elc
Removing lisp/mwheel.elc
Removing lisp/net/ange-ftp.elc
Removing lisp/net/browse-url.elc
Removing lisp/net/dbus.elc
Removing lisp/net/dig.elc
Removing lisp/net/dns.elc
Removing lisp/net/eudc-bob.elc
Removing lisp/net/eudc-export.elc
Removing lisp/net/eudc-hotlist.elc
Removing lisp/net/eudc-vars.elc
Removing lisp/net/eudc.elc
Removing lisp/net/eudcb-bbdb.elc
Removing lisp/net/eudcb-ldap.elc
Removing lisp/net/eudcb-mab.elc
Removing lisp/net/eudcb-macos-contacts.elc
Removing lisp/net/eww.elc
Removing lisp/net/gnutls.elc
Removing lisp/net/goto-addr.elc
Removing lisp/net/hmac-def.elc
Removing lisp/net/hmac-md5.elc
Removing lisp/net/imap.elc
Removing lisp/net/ldap.elc
Removing lisp/net/mailcap.elc
Removing lisp/net/mairix.elc
Removing lisp/net/net-utils.elc
Removing lisp/net/netrc.elc
Removing lisp/net/network-stream.elc
Removing lisp/net/newst-backend.elc
Removing lisp/net/newst-plainview.elc
Removing lisp/net/newst-reader.elc
Removing lisp/net/newst-ticker.elc
Removing lisp/net/newst-treeview.elc
Removing lisp/net/newsticker.elc
Removing lisp/net/nsm.elc
Removing lisp/net/ntlm.elc
Removing lisp/net/pop3.elc
Removing lisp/net/puny.elc
Removing lisp/net/quickurl.elc
Removing lisp/net/rcirc.elc
Removing lisp/net/rfc2104.elc
Removing lisp/net/rlogin.elc
Removing lisp/net/sasl-cram.elc
Removing lisp/net/sasl-digest.elc
Removing lisp/net/sasl-ntlm.elc
Removing lisp/net/sasl-scram-rfc.elc
Removing lisp/net/sasl-scram-sha256.elc
Removing lisp/net/sasl.elc
Removing lisp/net/secrets.elc
Removing lisp/net/shr-color.elc
Removing lisp/net/shr.elc
Removing lisp/net/sieve-manage.elc
Removing lisp/net/sieve-mode.elc
Removing lisp/net/sieve.elc
Removing lisp/net/snmp-mode.elc
Removing lisp/net/soap-client.elc
Removing lisp/net/soap-inspect.elc
Removing lisp/net/socks.elc
Removing lisp/net/telnet.elc
Removing lisp/net/tramp-adb.elc
Removing lisp/net/tramp-archive.elc
Removing lisp/net/tramp-cache.elc
Removing lisp/net/tramp-cmds.elc
Removing lisp/net/tramp-compat.elc
Removing lisp/net/tramp-crypt.elc
Removing lisp/net/tramp-ftp.elc
Removing lisp/net/tramp-gvfs.elc
Removing lisp/net/tramp-integration.elc
Removing lisp/net/tramp-loaddefs.el
Removing lisp/net/tramp-loaddefs.el~
Removing lisp/net/tramp-rclone.elc
Removing lisp/net/tramp-sh.elc
Removing lisp/net/tramp-smb.elc
Removing lisp/net/tramp-sudoedit.elc
Removing lisp/net/tramp-uu.elc
Removing lisp/net/tramp.elc
Removing lisp/net/trampver.elc
Removing lisp/net/webjump.elc
Removing lisp/net/zeroconf.elc
Removing lisp/newcomment.elc
Removing lisp/notifications.elc
Removing lisp/novice.elc
Removing lisp/nxml/nxml-enc.elc
Removing lisp/nxml/nxml-maint.elc
Removing lisp/nxml/nxml-mode.elc
Removing lisp/nxml/nxml-ns.elc
Removing lisp/nxml/nxml-outln.elc
Removing lisp/nxml/nxml-parse.elc
Removing lisp/nxml/nxml-rap.elc
Removing lisp/nxml/nxml-util.elc
Removing lisp/nxml/rng-cmpct.elc
Removing lisp/nxml/rng-dt.elc
Removing lisp/nxml/rng-loc.elc
Removing lisp/nxml/rng-maint.elc
Removing lisp/nxml/rng-match.elc
Removing lisp/nxml/rng-nxml.elc
Removing lisp/nxml/rng-parse.elc
Removing lisp/nxml/rng-pttrn.elc
Removing lisp/nxml/rng-uri.elc
Removing lisp/nxml/rng-util.elc
Removing lisp/nxml/rng-valid.elc
Removing lisp/nxml/rng-xsd.elc
Removing lisp/nxml/xmltok.elc
Removing lisp/nxml/xsd-regexp.elc
Removing lisp/obarray.elc
Removing lisp/obsolete/abbrevlist.elc
Removing lisp/obsolete/assoc.elc
Removing lisp/obsolete/bruce.elc
Removing lisp/obsolete/cc-compat.elc
Removing lisp/obsolete/cl-compat.elc
Removing lisp/obsolete/cl.elc
Removing lisp/obsolete/complete.elc
Removing lisp/obsolete/crisp.elc
Removing lisp/obsolete/cust-print.elc
Removing lisp/obsolete/erc-hecomplete.elc
Removing lisp/obsolete/eudcb-ph.elc
Removing lisp/obsolete/fast-lock.elc
Removing lisp/obsolete/gs.elc
Removing lisp/obsolete/gulp.elc
Removing lisp/obsolete/html2text.elc
Removing lisp/obsolete/info-edit.elc
Removing lisp/obsolete/iswitchb.elc
Removing lisp/obsolete/landmark.elc
Removing lisp/obsolete/lazy-lock.elc
Removing lisp/obsolete/longlines.elc
Removing lisp/obsolete/mailpost.elc
Removing lisp/obsolete/mantemp.elc
Removing lisp/obsolete/meese.elc
Removing lisp/obsolete/metamail.elc
Removing lisp/obsolete/mouse-sel.elc
Removing lisp/obsolete/old-emacs-lock.elc
Removing lisp/obsolete/otodo-mode.elc
Removing lisp/obsolete/patcomp.elc
Removing lisp/obsolete/pc-mode.elc
Removing lisp/obsolete/pc-select.elc
Removing lisp/obsolete/pgg-def.elc
Removing lisp/obsolete/pgg-gpg.elc
Removing lisp/obsolete/pgg-parse.elc
Removing lisp/obsolete/pgg-pgp.elc
Removing lisp/obsolete/pgg-pgp5.elc
Removing lisp/obsolete/pgg.elc
Removing lisp/obsolete/rcompile.elc
Removing lisp/obsolete/s-region.elc
Removing lisp/obsolete/sb-image.elc
Removing lisp/obsolete/sregex.elc
Removing lisp/obsolete/starttls.elc
Removing lisp/obsolete/sup-mouse.elc
Removing lisp/obsolete/terminal.elc
Removing lisp/obsolete/tls.elc
Removing lisp/obsolete/tpu-edt.elc
Removing lisp/obsolete/tpu-extras.elc
Removing lisp/obsolete/tpu-mapper.elc
Removing lisp/obsolete/url-ns.elc
Removing lisp/obsolete/vc-arch.elc
Removing lisp/obsolete/vi.elc
Removing lisp/obsolete/vip.elc
Removing lisp/obsolete/ws-mode.elc
Removing lisp/obsolete/yow.elc
Removing lisp/org/ob-C.elc
Removing lisp/org/ob-J.elc
Removing lisp/org/ob-R.elc
Removing lisp/org/ob-abc.elc
Removing lisp/org/ob-asymptote.elc
Removing lisp/org/ob-awk.elc
Removing lisp/org/ob-calc.elc
Removing lisp/org/ob-clojure.elc
Removing lisp/org/ob-comint.elc
Removing lisp/org/ob-coq.elc
Removing lisp/org/ob-core.elc
Removing lisp/org/ob-css.elc
Removing lisp/org/ob-ditaa.elc
Removing lisp/org/ob-dot.elc
Removing lisp/org/ob-ebnf.elc
Removing lisp/org/ob-emacs-lisp.elc
Removing lisp/org/ob-eshell.elc
Removing lisp/org/ob-eval.elc
Removing lisp/org/ob-exp.elc
Removing lisp/org/ob-forth.elc
Removing lisp/org/ob-fortran.elc
Removing lisp/org/ob-gnuplot.elc
Removing lisp/org/ob-groovy.elc
Removing lisp/org/ob-haskell.elc
Removing lisp/org/ob-hledger.elc
Removing lisp/org/ob-io.elc
Removing lisp/org/ob-java.elc
Removing lisp/org/ob-js.elc
Removing lisp/org/ob-latex.elc
Removing lisp/org/ob-ledger.elc
Removing lisp/org/ob-lilypond.elc
Removing lisp/org/ob-lisp.elc
Removing lisp/org/ob-lob.elc
Removing lisp/org/ob-lua.elc
Removing lisp/org/ob-makefile.elc
Removing lisp/org/ob-matlab.elc
Removing lisp/org/ob-maxima.elc
Removing lisp/org/ob-mscgen.elc
Removing lisp/org/ob-ocaml.elc
Removing lisp/org/ob-octave.elc
Removing lisp/org/ob-org.elc
Removing lisp/org/ob-perl.elc
Removing lisp/org/ob-picolisp.elc
Removing lisp/org/ob-plantuml.elc
Removing lisp/org/ob-processing.elc
Removing lisp/org/ob-python.elc
Removing lisp/org/ob-ref.elc
Removing lisp/org/ob-ruby.elc
Removing lisp/org/ob-sass.elc
Removing lisp/org/ob-scheme.elc
Removing lisp/org/ob-screen.elc
Removing lisp/org/ob-sed.elc
Removing lisp/org/ob-shell.elc
Removing lisp/org/ob-shen.elc
Removing lisp/org/ob-sql.elc
Removing lisp/org/ob-sqlite.elc
Removing lisp/org/ob-stan.elc
Removing lisp/org/ob-table.elc
Removing lisp/org/ob-tangle.elc
Removing lisp/org/ob-vala.elc
Removing lisp/org/ob.elc
Removing lisp/org/ol-bbdb.elc
Removing lisp/org/ol-bibtex.elc
Removing lisp/org/ol-docview.elc
Removing lisp/org/ol-eshell.elc
Removing lisp/org/ol-eww.elc
Removing lisp/org/ol-gnus.elc
Removing lisp/org/ol-info.elc
Removing lisp/org/ol-irc.elc
Removing lisp/org/ol-mhe.elc
Removing lisp/org/ol-rmail.elc
Removing lisp/org/ol-w3m.elc
Removing lisp/org/ol.elc
Removing lisp/org/org-agenda.elc
Removing lisp/org/org-archive.elc
Removing lisp/org/org-attach-git.elc
Removing lisp/org/org-attach.elc
Removing lisp/org/org-capture.elc
Removing lisp/org/org-clock.elc
Removing lisp/org/org-colview.elc
Removing lisp/org/org-compat.elc
Removing lisp/org/org-crypt.elc
Removing lisp/org/org-ctags.elc
Removing lisp/org/org-datetree.elc
Removing lisp/org/org-duration.elc
Removing lisp/org/org-element.elc
Removing lisp/org/org-entities.elc
Removing lisp/org/org-faces.elc
Removing lisp/org/org-feed.elc
Removing lisp/org/org-footnote.elc
Removing lisp/org/org-goto.elc
Removing lisp/org/org-habit.elc
Removing lisp/org/org-id.elc
Removing lisp/org/org-indent.elc
Removing lisp/org/org-inlinetask.elc
Removing lisp/org/org-keys.elc
Removing lisp/org/org-lint.elc
Removing lisp/org/org-list.elc
Removing lisp/org/org-loaddefs.el
Removing lisp/org/org-macro.elc
Removing lisp/org/org-macs.elc
Removing lisp/org/org-mobile.elc
Removing lisp/org/org-mouse.elc
Removing lisp/org/org-num.elc
Removing lisp/org/org-pcomplete.elc
Removing lisp/org/org-plot.elc
Removing lisp/org/org-protocol.elc
Removing lisp/org/org-src.elc
Removing lisp/org/org-table.elc
Removing lisp/org/org-tempo.elc
Removing lisp/org/org-timer.elc
Removing lisp/org/org.elc
Removing lisp/org/ox-ascii.elc
Removing lisp/org/ox-beamer.elc
Removing lisp/org/ox-html.elc
Removing lisp/org/ox-icalendar.elc
Removing lisp/org/ox-latex.elc
Removing lisp/org/ox-man.elc
Removing lisp/org/ox-md.elc
Removing lisp/org/ox-odt.elc
Removing lisp/org/ox-org.elc
Removing lisp/org/ox-publish.elc
Removing lisp/org/ox-texinfo.elc
Removing lisp/org/ox.elc
Removing lisp/outline.elc
Removing lisp/paren.elc
Removing lisp/password-cache.elc
Removing lisp/pcmpl-cvs.elc
Removing lisp/pcmpl-gnu.elc
Removing lisp/pcmpl-linux.elc
Removing lisp/pcmpl-rpm.elc
Removing lisp/pcmpl-unix.elc
Removing lisp/pcmpl-x.elc
Removing lisp/pcomplete.elc
Removing lisp/pixel-scroll.elc
Removing lisp/play/5x5.elc
Removing lisp/play/animate.elc
Removing lisp/play/blackbox.elc
Removing lisp/play/bubbles.elc
Removing lisp/play/cookie1.elc
Removing lisp/play/decipher.elc
Removing lisp/play/dissociate.elc
Removing lisp/play/doctor.elc
Removing lisp/play/dunnet.elc
Removing lisp/play/fortune.elc
Removing lisp/play/gamegrid.elc
Removing lisp/play/gametree.elc
Removing lisp/play/gomoku.elc
Removing lisp/play/handwrite.elc
Removing lisp/play/hanoi.elc
Removing lisp/play/life.elc
Removing lisp/play/morse.elc
Removing lisp/play/mpuz.elc
Removing lisp/play/pong.elc
Removing lisp/play/snake.elc
Removing lisp/play/solitaire.elc
Removing lisp/play/spook.elc
Removing lisp/play/studly.elc
Removing lisp/play/tetris.elc
Removing lisp/play/zone.elc
Removing lisp/plstore.elc
Removing lisp/printing.elc
Removing lisp/proced.elc
Removing lisp/profiler.elc
Removing lisp/progmodes/antlr-mode.elc
Removing lisp/progmodes/asm-mode.elc
Removing lisp/progmodes/autoconf.elc
Removing lisp/progmodes/bat-mode.elc
Removing lisp/progmodes/bug-reference.elc
Removing lisp/progmodes/cc-align.elc
Removing lisp/progmodes/cc-awk.elc
Removing lisp/progmodes/cc-bytecomp.elc
Removing lisp/progmodes/cc-cmds.elc
Removing lisp/progmodes/cc-defs.elc
Removing lisp/progmodes/cc-engine.elc
Removing lisp/progmodes/cc-fonts.elc
Removing lisp/progmodes/cc-guess.elc
Removing lisp/progmodes/cc-langs.elc
Removing lisp/progmodes/cc-menus.elc
Removing lisp/progmodes/cc-mode.elc
Removing lisp/progmodes/cc-styles.elc
Removing lisp/progmodes/cc-vars.elc
Removing lisp/progmodes/cfengine.elc
Removing lisp/progmodes/cl-font-lock.elc
Removing lisp/progmodes/cmacexp.elc
Removing lisp/progmodes/compile.elc
Removing lisp/progmodes/cperl-mode.elc
Removing lisp/progmodes/cpp.elc
Removing lisp/progmodes/cwarn.elc
Removing lisp/progmodes/dcl-mode.elc
Removing lisp/progmodes/ebnf-abn.elc
Removing lisp/progmodes/ebnf-bnf.elc
Removing lisp/progmodes/ebnf-dtd.elc
Removing lisp/progmodes/ebnf-ebx.elc
Removing lisp/progmodes/ebnf-iso.elc
Removing lisp/progmodes/ebnf-otz.elc
Removing lisp/progmodes/ebnf-yac.elc
Removing lisp/progmodes/ebnf2ps.elc
Removing lisp/progmodes/ebrowse.elc
Removing lisp/progmodes/elisp-mode.elc
Removing lisp/progmodes/etags.elc
Removing lisp/progmodes/executable.elc
Removing lisp/progmodes/f90.elc
Removing lisp/progmodes/flymake-cc.elc
Removing lisp/progmodes/flymake-proc.elc
Removing lisp/progmodes/flymake.elc
Removing lisp/progmodes/fortran.elc
Removing lisp/progmodes/gdb-mi.elc
Removing lisp/progmodes/glasses.elc
Removing lisp/progmodes/grep.elc
Removing lisp/progmodes/gud.elc
Removing lisp/progmodes/hideif.elc
Removing lisp/progmodes/hideshow.elc
Removing lisp/progmodes/icon.elc
Removing lisp/progmodes/idlw-complete-structtag.elc
Removing lisp/progmodes/idlw-help.elc
Removing lisp/progmodes/idlw-shell.elc
Removing lisp/progmodes/idlw-toolbar.elc
Removing lisp/progmodes/idlwave.elc
Removing lisp/progmodes/inf-lisp.elc
Removing lisp/progmodes/js.elc
Removing lisp/progmodes/ld-script.elc
Removing lisp/progmodes/m4-mode.elc
Removing lisp/progmodes/make-mode.elc
Removing lisp/progmodes/meta-mode.elc
Removing lisp/progmodes/mixal-mode.elc
Removing lisp/progmodes/modula2.elc
Removing lisp/progmodes/octave.elc
Removing lisp/progmodes/opascal.elc
Removing lisp/progmodes/pascal.elc
Removing lisp/progmodes/perl-mode.elc
Removing lisp/progmodes/prog-mode.elc
Removing lisp/progmodes/project.elc
Removing lisp/progmodes/prolog.elc
Removing lisp/progmodes/ps-mode.elc
Removing lisp/progmodes/python.elc
Removing lisp/progmodes/ruby-mode.elc
Removing lisp/progmodes/scheme.elc
Removing lisp/progmodes/sh-script.elc
Removing lisp/progmodes/simula.elc
Removing lisp/progmodes/sql.elc
Removing lisp/progmodes/subword.elc
Removing lisp/progmodes/tcl.elc
Removing lisp/progmodes/vera-mode.elc
Removing lisp/progmodes/verilog-mode.elc
Removing lisp/progmodes/vhdl-mode.elc
Removing lisp/progmodes/which-func.elc
Removing lisp/progmodes/xref.elc
Removing lisp/progmodes/xscheme.elc
Removing lisp/ps-bdf.elc
Removing lisp/ps-def.elc
Removing lisp/ps-mule.elc
Removing lisp/ps-print-loaddefs.el
Removing lisp/ps-print.elc
Removing lisp/ps-samp.elc
Removing lisp/recentf.elc
Removing lisp/rect.elc
Removing lisp/register.elc
Removing lisp/registry.elc
Removing lisp/repeat.elc
Removing lisp/replace.elc
Removing lisp/reposition.elc
Removing lisp/reveal.elc
Removing lisp/rfn-eshadow.elc
Removing lisp/rot13.elc
Removing lisp/rtree.elc
Removing lisp/ruler-mode.elc
Removing lisp/savehist.elc
Removing lisp/saveplace.elc
Removing lisp/scroll-all.elc
Removing lisp/scroll-bar.elc
Removing lisp/scroll-lock.elc
Removing lisp/select.elc
Removing lisp/server.elc
Removing lisp/ses.elc
Removing lisp/shadowfile.elc
Removing lisp/shell.elc
Removing lisp/simple.elc
Removing lisp/skeleton.elc
Removing lisp/so-long.elc
Removing lisp/sort.elc
Removing lisp/soundex.elc
Removing lisp/speedbar.elc
Removing lisp/startup.elc
Removing lisp/strokes.elc
Removing lisp/subdirs.el
Removing lisp/subr.elc
Removing lisp/svg.elc
Removing lisp/t-mouse.elc
Removing lisp/tab-bar.elc
Removing lisp/tab-line.elc
Removing lisp/tabify.elc
Removing lisp/talk.elc
Removing lisp/tar-mode.elc
Removing lisp/tempo.elc
Removing lisp/term.elc
Removing lisp/term/AT386.elc
Removing lisp/term/bobcat.elc
Removing lisp/term/common-win.elc
Removing lisp/term/cygwin.elc
Removing lisp/term/internal.elc
Removing lisp/term/iris-ansi.elc
Removing lisp/term/konsole.elc
Removing lisp/term/linux.elc
Removing lisp/term/lk201.elc
Removing lisp/term/news.elc
Removing lisp/term/ns-win.elc
Removing lisp/term/pc-win.elc
Removing lisp/term/rxvt.elc
Removing lisp/term/screen.elc
Removing lisp/term/sun.elc
Removing lisp/term/tmux.elc
Removing lisp/term/tty-colors.elc
Removing lisp/term/tvi970.elc
Removing lisp/term/vt100.elc
Removing lisp/term/vt200.elc
Removing lisp/term/w32-win.elc
Removing lisp/term/w32console.elc
Removing lisp/term/wyse50.elc
Removing lisp/term/x-win.elc
Removing lisp/term/xterm.elc
Removing lisp/textmodes/artist.elc
Removing lisp/textmodes/bib-mode.elc
Removing lisp/textmodes/bibtex-style.elc
Removing lisp/textmodes/bibtex.elc
Removing lisp/textmodes/conf-mode.elc
Removing lisp/textmodes/css-mode.elc
Removing lisp/textmodes/dns-mode.elc
Removing lisp/textmodes/enriched.elc
Removing lisp/textmodes/fill.elc
Removing lisp/textmodes/flyspell.elc
Removing lisp/textmodes/ispell.elc
Removing lisp/textmodes/less-css-mode.elc
Removing lisp/textmodes/makeinfo.elc
Removing lisp/textmodes/mhtml-mode.elc
Removing lisp/textmodes/nroff-mode.elc
Removing lisp/textmodes/page-ext.elc
Removing lisp/textmodes/page.elc
Removing lisp/textmodes/paragraphs.elc
Removing lisp/textmodes/picture.elc
Removing lisp/textmodes/po.elc
Removing lisp/textmodes/refbib.elc
Removing lisp/textmodes/refer.elc
Removing lisp/textmodes/refill.elc
Removing lisp/textmodes/reftex-auc.elc
Removing lisp/textmodes/reftex-cite.elc
Removing lisp/textmodes/reftex-dcr.elc
Removing lisp/textmodes/reftex-global.elc
Removing lisp/textmodes/reftex-index.elc
Removing lisp/textmodes/reftex-loaddefs.el
Removing lisp/textmodes/reftex-parse.elc
Removing lisp/textmodes/reftex-ref.elc
Removing lisp/textmodes/reftex-sel.elc
Removing lisp/textmodes/reftex-toc.elc
Removing lisp/textmodes/reftex-vars.elc
Removing lisp/textmodes/reftex.elc
Removing lisp/textmodes/remember.elc
Removing lisp/textmodes/rst.elc
Removing lisp/textmodes/sgml-mode.elc
Removing lisp/textmodes/table.elc
Removing lisp/textmodes/tex-mode.elc
Removing lisp/textmodes/texinfmt.elc
Removing lisp/textmodes/texinfo.elc
Removing lisp/textmodes/texnfo-upd.elc
Removing lisp/textmodes/text-mode.elc
Removing lisp/textmodes/tildify.elc
Removing lisp/textmodes/two-column.elc
Removing lisp/textmodes/underline.elc
Removing lisp/thingatpt.elc
Removing lisp/thread.elc
Removing lisp/thumbs.elc
Removing lisp/time-stamp.elc
Removing lisp/time.elc
Removing lisp/timezone.elc
Removing lisp/tmm.elc
Removing lisp/tool-bar.elc
Removing lisp/tooltip.elc
Removing lisp/tree-widget.elc
Removing lisp/tutorial.elc
Removing lisp/type-break.elc
Removing lisp/uniquify.elc
Removing lisp/url/url-about.elc
Removing lisp/url/url-auth.elc
Removing lisp/url/url-cache.elc
Removing lisp/url/url-cid.elc
Removing lisp/url/url-cookie.elc
Removing lisp/url/url-dav.elc
Removing lisp/url/url-dired.elc
Removing lisp/url/url-domsuf.elc
Removing lisp/url/url-expand.elc
Removing lisp/url/url-file.elc
Removing lisp/url/url-ftp.elc
Removing lisp/url/url-future.elc
Removing lisp/url/url-gw.elc
Removing lisp/url/url-handlers.elc
Removing lisp/url/url-history.elc
Removing lisp/url/url-http.elc
Removing lisp/url/url-imap.elc
Removing lisp/url/url-irc.elc
Removing lisp/url/url-ldap.elc
Removing lisp/url/url-mailto.elc
Removing lisp/url/url-methods.elc
Removing lisp/url/url-misc.elc
Removing lisp/url/url-news.elc
Removing lisp/url/url-nfs.elc
Removing lisp/url/url-parse.elc
Removing lisp/url/url-privacy.elc
Removing lisp/url/url-proxy.elc
Removing lisp/url/url-queue.elc
Removing lisp/url/url-tramp.elc
Removing lisp/url/url-util.elc
Removing lisp/url/url-vars.elc
Removing lisp/url/url.elc
Removing lisp/userlock.elc
Removing lisp/vc/add-log.elc
Removing lisp/vc/compare-w.elc
Removing lisp/vc/cvs-status.elc
Removing lisp/vc/diff-mode.elc
Removing lisp/vc/diff.elc
Removing lisp/vc/ediff-diff.elc
Removing lisp/vc/ediff-help.elc
Removing lisp/vc/ediff-hook.elc
Removing lisp/vc/ediff-init.elc
Removing lisp/vc/ediff-merg.elc
Removing lisp/vc/ediff-mult.elc
Removing lisp/vc/ediff-ptch.elc
Removing lisp/vc/ediff-util.elc
Removing lisp/vc/ediff-vers.elc
Removing lisp/vc/ediff-wind.elc
Removing lisp/vc/ediff.elc
Removing lisp/vc/emerge.elc
Removing lisp/vc/log-edit.elc
Removing lisp/vc/log-view.elc
Removing lisp/vc/pcvs-defs.elc
Removing lisp/vc/pcvs-info.elc
Removing lisp/vc/pcvs-parse.elc
Removing lisp/vc/pcvs-util.elc
Removing lisp/vc/pcvs.elc
Removing lisp/vc/smerge-mode.elc
Removing lisp/vc/vc-annotate.elc
Removing lisp/vc/vc-bzr.elc
Removing lisp/vc/vc-cvs.elc
Removing lisp/vc/vc-dav.elc
Removing lisp/vc/vc-dir.elc
Removing lisp/vc/vc-dispatcher.elc
Removing lisp/vc/vc-filewise.elc
Removing lisp/vc/vc-git.elc
Removing lisp/vc/vc-hg.elc
Removing lisp/vc/vc-hooks.elc
Removing lisp/vc/vc-mtn.elc
Removing lisp/vc/vc-rcs.elc
Removing lisp/vc/vc-sccs.elc
Removing lisp/vc/vc-src.elc
Removing lisp/vc/vc-svn.elc
Removing lisp/vc/vc.elc
Removing lisp/vcursor.elc
Removing lisp/version.elc
Removing lisp/view.elc
Removing lisp/vt-control.elc
Removing lisp/vt100-led.elc
Removing lisp/w32-fns.elc
Removing lisp/w32-vars.elc
Removing lisp/wdired.elc
Removing lisp/whitespace.elc
Removing lisp/wid-browse.elc
Removing lisp/wid-edit.elc
Removing lisp/widget.elc
Removing lisp/windmove.elc
Removing lisp/window.elc
Removing lisp/winner.elc
Removing lisp/woman.elc
Removing lisp/x-dnd.elc
Removing lisp/xdg.elc
Removing lisp/xml.elc
Removing lisp/xt-mouse.elc
Removing lisp/xwidget.elc
Removing lwlib/Makefile
Removing nextstep/Cocoa/Emacs.base/Contents/Info.plist
Removing nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/
Removing nextstep/Makefile
Removing nt/Makefile
Removing oldXMenu/Makefile
Removing src/Makefile
Removing src/alloc.o
Removing src/atimer.o
Removing src/bidi.o
Removing src/bignum.o
Removing src/bootstrap-emacs
Removing src/bootstrap-emacs.pdmp
Removing src/buffer.o
Removing src/buildobj.h
Removing src/bytecode.o
Removing src/callint.o
Removing src/callproc.o
Removing src/casefiddle.o
Removing src/casetab.o
Removing src/category.o
Removing src/ccl.o
Removing src/character.o
Removing src/charset.o
Removing src/chartab.o
Removing src/cm.o
Removing src/cmds.o
Removing src/coding.o
Removing src/comp.o
Removing src/composite.o
Removing src/config.h
Removing src/config.in
Removing src/data.o
Removing src/decompress.o
Removing src/deps/
Removing src/dired.o
Removing src/dispnew.o
Removing src/doc.o
Removing src/doprnt.o
Removing src/dynlib.o
Removing src/editfns.o
Removing src/emacs
Removing src/emacs-28.0.50.1
Removing src/emacs-28.0.50.1.pdmp
Removing src/emacs-module.h
Removing src/emacs-module.o
Removing src/emacs.o
Removing src/emacs.pdmp
Removing src/epaths.h
Removing src/eval.o
Removing src/fileio.o
Removing src/filelock.o
Removing src/floatfns.o
Removing src/fns.o
Removing src/font.o
Removing src/fontset.o
Removing src/frame.o
Removing src/fringe.o
Removing src/gl-stamp
Removing src/globals.h
Removing src/gnutls.o
Removing src/image.o
Removing src/indent.o
Removing src/insdel.o
Removing src/intervals.o
Removing src/json.o
Removing src/keyboard.o
Removing src/keymap.o
Removing src/kqueue.o
Removing src/lastfile.o
Removing src/lcms.o
Removing src/lisp.mk
Removing src/lread.o
Removing src/macfont.o
Removing src/macros.o
Removing src/marker.o
Removing src/menu.o
Removing src/minibuf.o
Removing src/nsfns.o
Removing src/nsimage.o
Removing src/nsmenu.o
Removing src/nsselect.o
Removing src/nsterm.o
Removing src/pdumper.o
Removing src/print.o
Removing src/process.o
Removing src/profiler.o
Removing src/regex-emacs.o
Removing src/region-cache.o
Removing src/scroll.o
Removing src/search.o
Removing src/sound.o
Removing src/syntax.o
Removing src/sysdep.o
Removing src/systhread.o
Removing src/temacs
Removing src/term.o
Removing src/terminal.o
Removing src/terminfo.o
Removing src/textprop.o
Removing src/thread.o
Removing src/timefns.o
Removing src/undo.o
Removing src/window.o
Removing src/xdisp.o
Removing src/xfaces.o
Removing src/xml.o
Removing test/Makefile
Checking whether you have the necessary tools...
(Read INSTALL.REPO for more details on building Emacs)
Checking for autoconf (need at least version 2.65) ... ok
Your system has the required tools.
Building aclocal.m4 ...
Running 'autoreconf -fi -I m4' ...
You can now run './configure'.
checking for xcrun... xcrun
checking for make... yes
checking for GNU Make... gmake
checking build system type... x86_64-apple-darwin19.6.0
checking host system type... x86_64-apple-darwin19.6.0
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether the compiler is clang... yes
checking for compiler option needed when checking for declarations... -Werror=implicit-function-declaration
checking for ar... ar
checking whether clang and cc understand -c and -o together... yes
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether clang accepts -g3 -O2... yes
checking whether the compiler is clang... yes
checking whether C compiler handles -Werror -Wunknown-warning-option... yes
checking whether C compiler handles -Wno-switch... yes
checking whether C compiler handles -Wno-pointer-sign... yes
checking whether C compiler handles -Wno-string-plus-int... yes
checking whether C compiler handles -Wno-unknown-attributes... yes
checking whether C compiler handles -Wno-initializer-overrides... yes
checking whether C compiler handles -Wno-tautological-compare... yes
checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare... yes
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking command to symlink files in the same directory... ln -s
checking for install-info... /usr/bin/install-info
checking for gzip... /usr/bin/gzip
checking for 'find' args to delete a file... -delete
checking for brew... brew
checking for makeinfo... /usr/local/opt/texinfo/bin/makeinfo
checking for -znocombreloc... not needed
checking whether addresses are sanitized... no
checking for library containing sqrt... none required
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for machine/soundcard.h... no
checking for sys/soundcard.h... no
checking for soundcard.h... no
checking for mmsystem.h... no
checking for _oss_ioctl in -lossaudio... no
checking for alsa >= 1.0.0... no
checking for linux/fs.h... no
checking for malloc.h... no
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... no
checking for coff.h... no
checking for pty.h... no
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... yes
checking for sys/socket.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... yes
checking for sys/un.h... yes
checking for dirent.h... yes
checking for execinfo.h... yes
checking for stdio_ext.h... no
checking for sys/vfs.h... no
checking for sys/fs_types.h... no
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for sys/time.h... yes
checking for ieee754.h... no
checking for limits.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for gmp.h... no
checking for sys/select.h... yes
checking for sys/random.h... yes
checking for sys/stat.h... (cached) yes
checking for ADDR_NO_RANDOMIZE... no
checking for term.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_netmask... no
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... yes
checking whether gcc understands -MMD -MF... yes
checking for X... no
checking AppKit/AppKit.h usability... yes
checking AppKit/AppKit.h presence... yes
checking for AppKit/AppKit.h... yes
checking for Mac OS X 10.6 or newer... yes
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking if the Objective C compiler supports instancetype... yes
checking whether malloc is Doug Lea style... no
checking for getpagesize... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... none needed
checking for thread support... yes
checking for librsvg-2.0 >= 2.14.0... yes
checking for getaddrinfo_a in -lanl... no
checking for dbus-1 >= 1.0... no
checking for lgetfilecon in -lselinux... no
checking for gnutls >= 2.12.2... yes
checking for libsystemd >= 222... no
checking for jansson >= 2.7... yes
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking for libkqueue... no
checking for library containing kqueue... none required
checking for jpeglib 6b or later... no
checking for lcms2... yes
checking for library containing inflateEnd... -lz
checking for dladdr... yes
checking for dlfunc... no
./configure
checking for xcrun... xcrun
checking for make... yes
checking for GNU Make... gmake
checking build system type... x86_64-apple-darwin19.6.0
checking host system type... x86_64-apple-darwin19.6.0
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether the compiler is clang... yes
checking for compiler option needed when checking for declarations... -Werror=implicit-function-declaration
checking for ar... ar
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether gcc accepts -g3 -O2... yes
checking whether the compiler is clang... yes
checking whether C compiler handles -Werror -Wunknown-warning-option... yes
checking whether C compiler handles -Wno-switch... yes
checking whether C compiler handles -Wno-pointer-sign... yes
checking whether C compiler handles -Wno-string-plus-int... yes
checking whether C compiler handles -Wno-unknown-attributes... yes
checking whether C compiler handles -Wno-initializer-overrides... yes
checking whether C compiler handles -Wno-tautological-compare... yes
checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare... yes
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking command to symlink files in the same directory... ln -s
checking for install-info... /usr/bin/install-info
checking for gzip... /usr/bin/gzip
checking for 'find' args to delete a file... -delete
checking for brew... brew
checking for makeinfo... /usr/local/opt/texinfo/bin/makeinfo
checking for -znocombreloc... not needed
checking whether addresses are sanitized... no
checking for library containing sqrt... none required
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for machine/soundcard.h... no
checking for sys/soundcard.h... no
checking for soundcard.h... no
checking for mmsystem.h... no
checking for _oss_ioctl in -lossaudio... no
checking for alsa >= 1.0.0... no
checking for linux/fs.h... no
checking for malloc.h... no
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... no
checking for coff.h... no
checking for pty.h... no
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... yes
checking for sys/socket.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... yes
checking for sys/un.h... yes
checking for dirent.h... yes
checking for execinfo.h... yes
checking for stdio_ext.h... no
checking for sys/vfs.h... no
checking for sys/fs_types.h... no
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for sys/time.h... yes
checking for ieee754.h... no
checking for limits.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for gmp.h... yes
checking for sys/select.h... yes
checking for sys/random.h... yes
checking for sys/stat.h... (cached) yes
checking for ADDR_NO_RANDOMIZE... no
checking for term.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_netmask... no
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... yes
checking whether gcc understands -MMD -MF... yes
checking for X... no
checking AppKit/AppKit.h usability... yes
checking AppKit/AppKit.h presence... yes
checking for AppKit/AppKit.h... yes
checking for Mac OS X 10.6 or newer... yes
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking if the Objective C compiler supports instancetype... yes
checking whether malloc is Doug Lea style... no
checking for getpagesize... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... none needed
checking for thread support... yes
checking for librsvg-2.0 >= 2.14.0... yes
checking for getaddrinfo_a in -lanl... no
checking for dbus-1 >= 1.0... no
checking for lgetfilecon in -lselinux... no
checking for gnutls >= 2.12.2... yes
checking for libsystemd >= 222... no
checking for jansson >= 2.7... yes
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking for libkqueue... no
checking for library containing kqueue... none required
checking for jpeglib 6b or later... -ljpeg
checking for lcms2... yes
checking for library containing inflateEnd... -lz
checking for dladdr... yes
checking for dlfunc... no
checking for libpng >= 1.0.0... yes
checking whether png_longjmp is declared... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for GifMakeMapObject in -lgif... yes
checking gpm.h usability... no
checking gpm.h presence... no
checking for gpm.h... no
checking for libxml-2.0 > 2.6.17... yes
checking for htmlReadMemory in -lxml2... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking maillock.h usability... no
checking maillock.h presence... no
checking for maillock.h... no
checking for accept4... no
checking for fchdir... yes
checking for gethostname... yes
checking for getrusage... yes
checking for get_current_dir_name... no
checking for lrand48... yes
checking for random... yes
checking for rint... yes
checking for trunc... yes
checking for select... yes
checking for getpagesize... (cached) yes
checking for setlocale... yes
checking for newlocale... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for shutdown... yes
checking for pthread_sigmask... (cached) yes
checking for strsignal... yes
checking for setitimer... yes
checking for timer_getoverrun... no
checking for sendto... yes
checking for recvfrom... yes
checking for getsockname... yes
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for gai_strerror... yes
checking for sync... yes
checking for getpwent... yes
checking for endpwent... yes
checking for getgrent... yes
checking for endgrent... yes
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking for __executable_start... no
checking for log2... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking whether pthread_setname_np takes a single argument... yes
checking for aligned_alloc... yes
checking whether aligned_alloc is declared... yes
checking for posix_madvise... yes
checking for __builtin_frame_address... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... yes
checking for getpt... no
checking for posix_openpt... yes
checking for library containing tputs... -lncurses
checking for timerfd interface... no
checking whether signals can be handled on alternate stack... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for struct unipair.unicode... no
checking for sbrk... yes
checking for fchmod... yes
checking for canonicalize_file_name... no
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... yes
checking for explicit_bzero... no
checking for memset_s... yes
checking for faccessat... yes
checking for fchmodat... yes
checking for lchmod... yes
checking for fcntl... yes
checking for fdopendir... yes
checking for fstatat... yes
checking for fsync... yes
checking for futimens... yes
checking for getrandom... no
checking for gettimeofday... yes
checking for lstat... yes
checking for mkostemp... yes
checking for tzset... yes
checking for pipe2... no
checking for pselect... yes
checking for isblank... yes
checking for iswctype... yes
checking for strtoimax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for timegm... yes
checking for utimensat... yes
checking for getdtablesize... yes
checking for futimes... yes
checking for futimesat... no
checking for lutimes... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking whether GLib is linked in... yes
checking for nl_langinfo and CODESET... yes
checking for nl_langinfo and _NL_PAPER_WIDTH... no
checking for mbstate_t... yes
checking for _setjmp... yes
checking for sigsetjmp... yes
checking for usable FIONREAD... yes
checking for usable SIGIO... yes
checking for struct alignment... yes
checking for typeof syntax and keyword spelling... typeof
checking for statement expressions... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether // is distinct from /... no
checking whether realpath works... no
checking for C/C++ restrict keyword... __restrict
checking whether byte ordering is bigendian... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking if environ is properly declared... no
checking for complete errno.h... yes
checking whether lstat correctly handles trailing slash... no
checking for mode_t... yes
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h predates C++11... no
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking whether memmem is declared... yes
checking whether memrchr is declared... no
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether time_t is signed... yes
checking whether alarm is declared... yes
checking for working mktime... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking whether <sys/select.h> is self-contained... yes
checking for inline... inline
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking for sigset_t... yes
checking for wchar_t... yes
checking whether strnlen is declared... yes
checking whether strtoimax is declared... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking type of array argument to getgroups... gid_t
checking whether getdtablesize is declared... yes
checking for O_CLOEXEC... yes
checking for promoted mode_t type... int
checking whether the utimes function works... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for library containing acl_get_file... none required
checking for acl_get_file... yes
checking for acl_get_fd... yes
checking for acl_set_file... yes
checking for acl_set_fd... yes
checking for acl_free... yes
checking for acl_from_mode... no
checking for acl_from_text... yes
checking for acl_delete_def_file... yes
checking for acl_extended_file... no
checking for acl_delete_fd_np... yes
checking for acl_delete_file_np... yes
checking for acl_copy_ext_native... yes
checking for acl_create_entry_np... yes
checking for acl_to_short_text... no
checking for acl_free_text... no
checking for working acl_get_file... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking for acl_entries... no
checking for ACL_FIRST_ENTRY... yes
checking for ACL_TYPE_EXTENDED... yes
checking for alloca as a compiler built-in... yes
checking for __builtin_expect... yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking for copy_file_range... no
checking for d_type member in directory struct... yes
checking whether // is distinct from /... (cached) no
checking whether dup2 works... yes
checking for library containing backtrace_symbols_fd... none required
checking for explicit_memset... no
checking for access... yes
checking whether fchmodat+AT_SYMLINK_NOFOLLOW works on non-symlinks... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... yes
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for flexible array member... yes
checking for __fpending... no
checking whether fstatat (..., 0) works... yes
checking for sys/mount.h... yes
checking how to get file system space usage... checking for statvfs function (SVR4)... no
checking for two-argument statfs with statfs.f_frsize member... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.f_bsize member (AIX, 4.3BSD)... yes
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking for statfs that truncates block counts... no
checking whether futimens works... no
checking for getloadavg... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... yes
checking whether the compiler supports the __inline keyword... yes
checking for library containing __gmpz_roinit_n... -lgmp
checking for memmem... yes
checking whether memmem works... no
checking for mempcpy... no
checking for memrchr... no
checking whether signature of pselect conforms to POSIX... yes
checking whether pselect detects invalid fds... yes
checking whether pthread_sigmask is a macro... no
checking whether pthread_sigmask works without -lpthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... no
checking whether readlinkat signature is correct... yes
checking for working re_compile_pattern... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking whether isblank is declared... yes
checking for sig2str... no
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... yes
checking for struct stat.st_birthtimespec.tv_nsec... yes
checking for working stdalign.h... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking for stpcpy... yes
checking for working strnlen... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... no
checking for nlink_t... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether localtime loops forever near extrema... no
checking for timezone_t... no
checking for library containing timer_settime... no
checking for timer_settime... no
checking whether utimensat works... no
checking for variable-length arrays... yes
checking whether open recognizes a trailing slash... no
checking for euidaccess... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for getgroups... yes
checking for working getgroups... yes
checking for library containing eaccess... no
checking for eaccess... no
checking for group_member... no
checking for getgroups... (cached) yes
checking for working getgroups... (cached) yes
checking whether getgroups handles negative values... no
checking for __mktime_internal... no
checking for gcc option to disable position independent executables... not needed

Configured for 'x86_64-apple-darwin19.6.0'.

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               gcc -g3 -O2
  Should Emacs use the GNU version of malloc?             no
    (The GNU allocators don't work with this system configuration.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    nextstep
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                NONE
  Where do we find X Windows libraries?                   NONE
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   no
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use a png library?                           yes -L/usr/local/Cellar/libpng/1.6.37/lib -lpng16 -lz
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use cairo?                                   no
  Does Emacs use -llcms2?                                 yes
  Does Emacs use imagemagick?                             no
  Does Emacs use native APIs for images?                  yes (ns)
  Does Emacs support sound?                               no
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  no
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               no
  Does Emacs use a file notification library?             yes (kqueue)
  Does Emacs use access control lists?                    yes 
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              no
  Does Emacs use HarfBuzz?                                no
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   no
  Does Emacs use -lsystemd?                               no
  Does Emacs use -ljansson?                               yes
  Does Emacs use the GMP library?                         yes
  Does Emacs directly use zlib?                           yes
  Does Emacs have dynamic modules support?                yes
  Does Emacs use toolkit scroll bars?                     yes
  Does Emacs support Xwidgets (requires gtk3)?            no
  Does Emacs have threading support in lisp?              yes
  Does Emacs support the portable dumper?                 yes
  Does Emacs support legacy unexec dumping?               no
  Which dumping strategy does Emacs use?                  pdumper
  Does Emacs have native lisp compiler?                   no



Run 'gmake' to build Emacs, then run 'src/emacs' to test it.
Run 'gmake install' in order to build an application bundle.
The application will go to nextstep/Emacs.app and can be run or moved
from there.
The application will be fully self-contained.

configure: creating ./config.status
config.status: creating src/emacs-module.h
config.status: creating nextstep/Cocoa/Emacs.base/Contents/Info.plist
config.status: creating nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings
config.status: creating Makefile
config.status: creating lib/gnulib.mk
config.status: creating ./doc/man/emacs.1
config.status: creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating nextstep/Makefile
config.status: creating nt/Makefile
config.status: creating test/Makefile
config.status: creating admin/charsets/Makefile
config.status: creating admin/unidata/Makefile
config.status: creating admin/grammars/Makefile
config.status: creating src/config.h
config.status: executing src/epaths.h commands
gmake[1]: Entering directory '/Users/allendang/Downloads/emacs'
gmake[1]: Leaving directory '/Users/allendang/Downloads/emacs'
config.status: executing src/.gdbinit commands
config.status: executing doc/emacs/emacsver.texi commands
config.status: executing etc-refcards-emacsver.tex commands
configure: You might want to install GNU Mailutils
<https://mailutils.org> and use './configure --with-mailutils'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile 
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib all
/Applications/Xcode.app/Contents/Developer/usr/bin/make info-real info-dir
  GEN      alloca.h
  GEN      byteswap.h
  GEN      dirent.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/lispref info
/usr/local/bin/gmkdir -p ../../info
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/lispintro info
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/emacs info
  GEN      ../../info/elisp.info
  GEN      ../../info/eintr.info
  GEN      ../../info/emacs.info
  GEN      fcntl.h
  GEN      getopt.h
  GEN      getopt-cdefs.h
  GEN      ieee754.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      signal.h
  GEN      stdint.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/random.h
  GEN      sys/select.h
  GEN      sys/stat.h
  GEN      sys/time.h
  GEN      sys/types.h
  GEN      time.h
  GEN      unistd.h
  CC       fingerprint.o
  CC       acl_entries.o
  CC       canonicalize-lgpl.o
  CC       copy-file-range.o
  CC       euidaccess.o
  CC       explicit_bzero.o
  CC       faccessat.o
  CC       fpending.o
  CC       fstatat.o
  CC       fsusage.o
  CC       futimens.o
  CC       getgroups.o
  CC       getopt.o
  CC       getopt1.o
  CC       getrandom.o
  CC       group-member.o
  CC       lstat.o
  CC       memmem.o
  CC       mempcpy.o
  CC       memrchr.o
  CC       mktime.o
  CC       open.o
  CC       readlink.o
  CC       readlinkat.o
  CC       regex.o
  CC       sig2str.o
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/misc info
  GEN      ../../info/auth.info
  CC       symlink.o
  CC       time_rz.o
  CC       timegm.o
  CC       utimensat.o
  CC       acl-errno-valid.o
  CC       acl-internal.o
  GEN      ../../info/autotype.info
  CC       get-permissions.o
  CC       set-permissions.o
  CC       allocator.o
  CC       openat-proc.o
  CC       binary-io.o
  CC       c-ctype.o
  GEN      ../../info/bovine.info
  CC       c-strcasecmp.o
  CC       c-strncasecmp.o
  CC       careadlinkat.o
  CC       cloexec.o
  CC       close-stream.o
  CC       count-leading-zeros.o
  GEN      ../../info/calc.info
  CC       count-one-bits.o
  CC       count-trailing-zeros.o
  CC       md5.o
  CC       sha1.o
  CC       sha256.o
  CC       sha512.o
  CC       dtoastr.o
  CC       dtotimespec.o
  CC       filemode.o
  CC       filevercmp.o
  CC       gettime.o
  CC       malloca.o
  CC       nstrftime.o
  CC       pipe2.o
  CC       qcopy-acl.o
  CC       stat-time.o
  CC       tempname.o
  CC       timespec.o
  CC       timespec-add.o
  CC       timespec-sub.o
  CC       u64.o
  CC       unistd.o
  CC       utimens.o
  CC       openat-die.o
  CC       save-cwd.o
  AR       libgnu.a
  GEN      info/dir
  GEN      ../../info/ccmode.info
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib-src all
  CCLD     etags
  GEN      ../../info/cl.info
  CCLD     ctags
  CCLD     emacsclient
  GEN      ../../info/dbus.info
  CCLD     ebrowse
  GEN      ../../info/dired-x.info
  GEN      ../../info/ebrowse.info
  CCLD     hexl
  CC       pop.o
  GEN      ../../info/ede.info
  CCLD     make-docfile
  CCLD     make-fingerprint
  GEN      ../../info/ediff.info
  CCLD     movemail
  GEN      ../../info/edt.info
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR='/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/bin/' \
		 LISP_DESTDIR='/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/lisp/' all
  GEN      ../../info/eieio.info
  GEN      lisp.mk
  GEN      ../../info/emacs-mime.info
  GEN      globals.h
  GEN      buildobj.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets all
  GEN      ../../etc/charsets/8859-2.map
  GEN      ../../etc/charsets/8859-3.map
  GEN      ../../etc/charsets/8859-4.map
  GEN      ../../etc/charsets/8859-5.map
  GEN      ../../etc/charsets/8859-6.map
  GEN      ../../etc/charsets/8859-7.map
  GEN      ../../etc/charsets/8859-8.map
  GEN      ../../etc/charsets/8859-9.map
  GEN      ../../etc/charsets/8859-10.map
  GEN      ../../etc/charsets/8859-11.map
  GEN      ../../etc/charsets/8859-13.map
  GEN      ../../etc/charsets/8859-14.map
  GEN      ../../etc/charsets/8859-15.map
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata charscript.el
  GEN      ../../etc/charsets/8859-16.map
  GEN      ../../lisp/international/charscript.el
  GEN      ../../etc/charsets/IBM037.map
  GEN      ../../info/epa.info
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets cp51932.el
  GEN      ../../etc/charsets/CP932-2BYTE.map
  GEN      ../../etc/charsets/IBM038.map
  GEN      ../../etc/charsets/IBM256.map
  GEN      ../../etc/charsets/IBM273.map
  GEN      ../../etc/charsets/IBM274.map
  GEN      ../../etc/charsets/IBM275.map
  GEN      ../../lisp/international/cp51932.el
  GEN      ../../etc/charsets/IBM277.map
  GEN      ../../info/erc.info
  GEN      ../../etc/charsets/IBM278.map
  GEN      ../../etc/charsets/IBM280.map
  GEN      ../../etc/charsets/IBM281.map
  GEN      ../../etc/charsets/IBM284.map
  GEN      ../../etc/charsets/IBM285.map
  GEN      ../../etc/charsets/IBM290.map
  GEN      ../../etc/charsets/IBM297.map
  GEN      ../../etc/charsets/IBM420.map
  GEN      ../../etc/charsets/IBM423.map
  GEN      ../../etc/charsets/IBM424.map
  GEN      ../../etc/charsets/IBM437.map
  GEN      ../../etc/charsets/IBM500.map
  GEN      ../../etc/charsets/IBM850.map
  GEN      ../../etc/charsets/IBM851.map
  GEN      ../../etc/charsets/IBM852.map
  GEN      ../../etc/charsets/IBM855.map
  GEN      ../../etc/charsets/IBM856.map
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets eucjp-ms.el
  GEN      ../../lisp/international/eucjp-ms.el
  GEN      ../../etc/charsets/IBM857.map
  GEN      ../../etc/charsets/IBM860.map
  GEN      ../../etc/charsets/IBM861.map
  GEN      ../../etc/charsets/IBM862.map
  GEN      ../../etc/charsets/IBM863.map
  GEN      ../../info/ert.info
  GEN      ../../etc/charsets/IBM864.map
  GEN      ../../etc/charsets/IBM865.map
  GEN      ../../etc/charsets/IBM866.map
  GEN      ../../etc/charsets/IBM868.map
  GEN      ../../etc/charsets/IBM869.map
  GEN      ../../etc/charsets/IBM870.map
  GEN      ../../info/eshell.info
  GEN      ../../etc/charsets/IBM871.map
  GEN      ../../etc/charsets/IBM874.map
  GEN      ../../etc/charsets/IBM875.map
  GEN      ../../etc/charsets/IBM880.map
  GEN      ../../etc/charsets/IBM891.map
  GEN      ../../etc/charsets/IBM903.map
  GEN      ../../etc/charsets/IBM904.map
  GEN      ../../etc/charsets/IBM905.map
  GEN      ../../etc/charsets/IBM918.map
  GEN      ../../etc/charsets/IBM1004.map
  GEN      ../../etc/charsets/IBM1026.map
  GEN      ../../etc/charsets/IBM1047.map
  GEN      ../../etc/charsets/CP737.map
  GEN      ../../etc/charsets/CP775.map
  GEN      ../../etc/charsets/CP1125.map
  GEN      ../../etc/charsets/CP1250.map
  GEN      ../../etc/charsets/CP1251.map
  GEN      ../../etc/charsets/CP1252.map
  GEN      ../../etc/charsets/CP1253.map
  GEN      ../../etc/charsets/CP1254.map
  GEN      ../../etc/charsets/CP1255.map
  GEN      ../../etc/charsets/CP1256.map
  GEN      ../../etc/charsets/CP1257.map
  CC       dispnew.o
  GEN      ../../etc/charsets/CP1258.map
  GEN      ../../etc/charsets/CP10007.map
  GEN      ../../etc/charsets/CP720.map
  GEN      ../../etc/charsets/CP858.map
  GEN      ../../etc/charsets/GB2312.map
  GEN      ../../info/eudc.info
  GEN      ../../etc/charsets/GBK.map
  GEN      ../../etc/charsets/GB180302.map
  GEN      ../../info/efaq.info
  GEN      ../../etc/charsets/BIG5.map
  GEN      ../../etc/charsets/BIG5-HKSCS.map
  GEN      ../../etc/charsets/CNS-1.map
  GEN      ../../etc/charsets/CNS-2.map
  GEN      ../../etc/charsets/CNS-3.map
  GEN      ../../etc/charsets/CNS-4.map
  GEN      ../../info/eww.info
  GEN      ../../etc/charsets/CNS-5.map
  GEN      ../../etc/charsets/CNS-6.map
  GEN      ../../etc/charsets/CNS-7.map
  CC       frame.o
  GEN      ../../etc/charsets/CNS-F.map
  GEN      ../../etc/charsets/JISX0201.map
  GEN      ../../info/flymake.info
  GEN      ../../etc/charsets/JISX0208.map
  GEN      ../../etc/charsets/JISX0212.map
  GEN      ../../etc/charsets/JISX2132.map
  GEN      ../../etc/charsets/JISC6226.map
  GEN      ../../etc/charsets/JISX213A.map
  GEN      ../../etc/charsets/KSC5601.map
  GEN      ../../etc/charsets/KSC5636.map
  GEN      ../../etc/charsets/JOHAB.map
  GEN      ../../info/forms.info
  GEN      ../../etc/charsets/KOI-8.map
  GEN      ../../etc/charsets/KOI8-R.map
  GEN      ../../etc/charsets/KOI8-U.map
  GEN      ../../etc/charsets/KOI8-T.map
  GEN      ../../etc/charsets/ALTERNATIVNYJ.map
  GEN      ../../etc/charsets/MIK.map
  GEN      ../../etc/charsets/PTCP154.map
  GEN      ../../etc/charsets/TIS-620.map
  GEN      ../../etc/charsets/VISCII.map
  GEN      ../../etc/charsets/VSCII.map
  GEN      ../../etc/charsets/VSCII-2.map
  GEN      ../../etc/charsets/KA-PS.map
  GEN      ../../etc/charsets/KA-ACADEMY.map
  GEN      ../../etc/charsets/HP-ROMAN8.map
  GEN      ../../etc/charsets/NEXTSTEP.map
  GEN      ../../etc/charsets/MACINTOSH.map
  GEN      ../../etc/charsets/EBCDICUK.map
  GEN      ../../etc/charsets/EBCDICUS.map
  GEN      ../../etc/charsets/stdenc.map
  GEN      ../../etc/charsets/symbol.map
  GEN      ../../etc/charsets/CP949-2BYTE.map
  GEN      ../../info/gnus.info
  GEN      ../../etc/charsets/BIG5-1.map
  GEN      ../../info/emacs-gnutls.info
  GEN      ../../etc/charsets/BIG5-2.map
  GEN      ../../etc/charsets/MULE-ethiopic.map
  GEN      ../../etc/charsets/MULE-ipa.map
  GEN      ../../etc/charsets/MULE-is13194.map
  GEN      ../../etc/charsets/MULE-sisheng.map
  GEN      ../../etc/charsets/MULE-tibetan.map
  GEN      ../../etc/charsets/MULE-lviscii.map
  GEN      ../../etc/charsets/MULE-uviscii.map
  GEN      ../../etc/charsets/GB180304.map
  CC       scroll.o
  GEN      ../../etc/charsets/JISX2131.map
  GEN      charsets.stamp
  GEN      ../../info/htmlfontify.info
  CC       xdisp.o
  CC       menu.o
  GEN      ../../info/idlwave.info
  CC       window.o
  CC       charset.o
  GEN      ../../info/ido.info
  GEN      ../../info/info.info
  CC       coding.o
  CC       category.o
  GEN      ../../info/mairix-el.info
  CC       ccl.o
  GEN      ../../info/message.info
  CC       character.o
  GEN      ../../info/mh-e.info
  GEN      ../../info/newsticker.info
  CC       chartab.o
  GEN      ../../info/nxml-mode.info
  GEN      ../../info/octave-mode.info
  CC       bidi.o
  CC       cm.o
  CC       term.o
  GEN      ../../info/org.info
  GEN      ../../info/pcl-cvs.info
  CC       terminal.o
  CC       xfaces.o
  CC       emacs.o
  CC       keyboard.o
  GEN      ../../info/pgg.info
  CC       macros.o
  GEN      ../../info/rcirc.info
  GEN      ../../info/remember.info
  CC       keymap.o
  CC       sysdep.o
  GEN      ../../info/reftex.info
  GEN      ../../info/sasl.info
  CC       bignum.o
  CC       buffer.o
  GEN      ../../info/sc.info
  CC       filelock.o
  GEN      ../../info/semantic.info
  CC       insdel.o
  GEN      ../../info/ses.info
  CC       marker.o
  GEN      ../../info/sieve.info
  CC       minibuf.o
  CC       fileio.o
  GEN      ../../info/smtpmail.info
  CC       dired.o
  GEN      ../../info/speedbar.info
  GEN      ../../info/srecode.info
  GEN      ../../info/todo-mode.info
  CC       cmds.o
  GEN      ../../info/tramp.info
  CC       casetab.o
  CC       casefiddle.o
  GEN      ../../info/url.info
  GEN      ../../info/vhdl-mode.info
  CC       indent.o
  CC       search.o
  CC       regex-emacs.o
  GEN      ../../info/vip.info
  CC       undo.o
  GEN      ../../info/viper.info
  GEN      ../../info/widget.info
  CC       alloc.o
  CC       pdumper.o
  GEN      ../../info/wisent.info
  GEN      ../../info/woman.info
  GEN      ../../info/efaq-w32.info
  CC       data.o
  CC       doc.o
  CC       editfns.o
  CC       callint.o
  CC       eval.o
  CC       floatfns.o
  CC       fns.o
  CC       font.o
  CC       print.o
  CC       lread.o
  CC       emacs-module.o
  CC       syntax.o
  CC       bytecode.o
  CC       comp.o
  CC       dynlib.o
  CC       process.o
  CC       gnutls.o
  CC       callproc.o
  CC       region-cache.o
  CC       sound.o
  CC       timefns.o
  CC       atimer.o
  CC       doprnt.o
  CC       intervals.o
  CC       textprop.o
  CC       composite.o
  CC       xml.o
  CC       lcms.o
  CC       kqueue.o
  CC       profiler.o
  CC       decompress.o
  CC       thread.o
  CC       systhread.o
  CC       fontset.o
  CC       fringe.o
  CC       image.o
  CC       json.o
  CC       nsterm.o
  CC       nsfns.o
  CC       nsmenu.o
  CC       nsselect.o
  CC       nsimage.o
  CC       macfont.o
  CC       terminfo.o
  CC       lastfile.o
  CCLD     temacs
/usr/local/bin/gmkdir -p ../etc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp update-subdirs
cp -f temacs bootstrap-emacs
rm -f bootstrap-emacs.pdmp
./temacs --batch  -l loadup --temacs=pbootstrap
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
  ELC      emacs-lisp/macroexp.elc
  ELC      emacs-lisp/cconv.elc
  ELC      emacs-lisp/byte-opt.elc
  ELC      emacs-lisp/bytecomp.elc
  ELC      emacs-lisp/autoload.elc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../lisp autoloads EMACS="../src/bootstrap-emacs"
  ELC      ../lisp/bindings.elc
  ELC      ../lisp/abbrev.elc
  ELC      international/titdic-cnv.elc
  ELC      ../lisp/buff-menu.elc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs"
  GEN      ../../lisp/cedet/semantic/bovine/c-by.el
  ELC      ../lisp/button.elc
  GEN      calendar/cal-loaddefs.el
  GEN      ../../lisp/cedet/semantic/bovine/make-by.el
  ELC      ../lisp/case-table.elc
  GEN      ../../lisp/cedet/semantic/bovine/scm-by.el
  ELC      ../lisp/composite.elc
  GEN      mh-e/mh-loaddefs.el
  GEN      net/tramp-loaddefs.el
  ELC      ../lisp/cus-face.elc
  ELC      ../lisp/cus-start.elc
  GEN      ../../lisp/cedet/semantic/wisent/javat-wy.el
  ELC      ../lisp/custom.elc
  GEN      ../../lisp/cedet/semantic/wisent/js-wy.el
  GEN      ../../lisp/cedet/semantic/wisent/python-wy.el
  ELC      ../lisp/disp-table.elc
  GEN      ../../lisp/cedet/srecode/srt-wy.el
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../leim all EMACS="../src/bootstrap-emacs"
  GEN      ../lisp/leim/quail/CCDOSPY.el
  ELC      ../lisp/dnd.elc
  GEN      ../lisp/leim/quail/Punct.el
  GEN      calendar/diary-loaddefs.el
  GEN      ../lisp/leim/quail/QJ.el
  ELC      ../lisp/dos-fns.elc
  GEN      ../lisp/leim/quail/SW.el
  GEN      ../lisp/leim/quail/TONEPY.el
  ELC      ../lisp/dos-vars.elc
  GEN      ../lisp/leim/quail/4Corner.el
  GEN      ../lisp/leim/quail/ARRAY30.el
  ELC      ../lisp/dos-w32.elc
  GEN      ../lisp/leim/quail/ECDICT.el
  ELC      ../lisp/dynamic-setting.elc
  GEN      ../lisp/leim/quail/ETZY.el
  ELC      ../lisp/electric.elc
  ELC      ../lisp/emacs-lisp/backquote.elc
  GEN      ../lisp/leim/quail/Punct-b5.el
  GEN      ../lisp/leim/quail/PY-b5.el
  GEN      ../lisp/leim/quail/QJ-b5.el
  ELC      ../lisp/emacs-lisp/byte-run.elc
  ELC      ../lisp/emacs-lisp/cl-generic.elc
  GEN      ../lisp/leim/quail/ZOZY.el
  GEN      ../lisp/leim/quail/tsang-b5.el
  ELC      ../lisp/emacs-lisp/cl-preloaded.elc
  GEN      ../lisp/leim/quail/tsang-cns.el
  GEN      calendar/hol-loaddefs.el
  ELC      ../lisp/emacs-lisp/eldoc.elc
  ELC      ../lisp/emacs-lisp/float-sup.elc
  GEN      ../lisp/leim/quail/PY.el
  GEN      ../lisp/leim/quail/ZIRANMA.el
  GEN      ../lisp/leim/quail/CTLau.el
  ELC      ../lisp/emacs-lisp/lisp-mode.elc
  ELC      ../lisp/emacs-lisp/lisp.elc
  GEN      ../lisp/leim/quail/CTLau-b5.el
  GEN      ../lisp/language/pinyin.el
  ELC      ../lisp/emacs-lisp/macroexp.elc
  ELC      ../lisp/emacs-lisp/map-ynp.elc
/usr/local/bin/gmkdir -p ../lisp/leim/ja-dic
  GEN      ../lisp/leim/leim-list.el
  GEN      ../lisp/leim/ja-dic/ja-dic.el
  ELC      ../lisp/emacs-lisp/nadvice.elc
  ELC      ../lisp/emacs-lisp/regexp-opt.elc
  ELC      ../lisp/emacs-lisp/syntax.elc
  ELC      ../lisp/emacs-lisp/tabulated-list.elc
  ELC      ../lisp/emacs-lisp/timer.elc
  ELC      ../lisp/env.elc
  ELC      ../lisp/epa-hook.elc
  ELC      ../lisp/facemenu.elc
  ELC      ../lisp/faces.elc
  ELC      ../lisp/files.elc
  ELC      ../lisp/font-core.elc
  ELC      ../lisp/font-lock.elc
  ELC      ../lisp/format.elc
  ELC      ../lisp/frame.elc
  ELC      ../lisp/fringe.elc
  ELC      ../lisp/help.elc
  ELC      ../lisp/image.elc
  ELC      ../lisp/indent.elc
  ELC      ../lisp/international/charscript.elc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
  ELC      uvs.elc
  ELC      ../lisp/international/cp51932.elc
  ELC      unidata-gen.elc
  GEN      unidata.txt
  ELC      ../lisp/international/eucjp-ms.elc
  ELC      ../lisp/international/fontset.elc
  ELC      ../lisp/international/mule-cmds.elc
  GEN      ../../lisp/international/uni-bidi.el
  GEN      ../../lisp/international/uni-brackets.el
  GEN      ../../lisp/international/uni-category.el
  ELC      ../lisp/international/mule-conf.elc
  GEN      ../../lisp/international/uni-combining.el
  GEN      ../../lisp/international/uni-comment.el
  ELC      ../lisp/international/mule-util.elc
  ELC      ../lisp/international/mule.elc
  GEN      ../../lisp/international/uni-decimal.el
  GEN      ../../lisp/international/uni-decomposition.el
  GEN      ../../lisp/international/uni-digit.el
  ELC      ../lisp/isearch.elc
  ELC      ../lisp/jit-lock.elc
  GEN      ../../lisp/international/uni-lowercase.el
  GEN      ../../lisp/international/uni-mirrored.el
  ELC      ../lisp/jka-cmpr-hook.elc
  GEN      ../../lisp/international/uni-name.el
  ELC      ../lisp/language/burmese.elc
  ELC      ../lisp/language/cham.elc
  GEN      ../../lisp/international/uni-numeric.el
  GEN      ../../lisp/international/uni-old-name.el
  ELC      ../lisp/language/chinese.elc
  ELC      ../lisp/language/cyrillic.elc
  GEN      ../../lisp/international/uni-special-lowercase.el
  GEN      ../../lisp/international/uni-special-titlecase.el
  GEN      ../../lisp/international/uni-special-uppercase.el
  ELC      ../lisp/language/czech.elc
  GEN      ../../lisp/international/uni-titlecase.el
  ELC      ../lisp/language/english.elc
  GEN      ../../lisp/international/uni-uppercase.el
  ELC      ../lisp/language/ethiopic.elc
  ELC      ../lisp/language/european.elc
  ELC      ../lisp/language/georgian.elc
  ELC      ../lisp/language/greek.elc
  ELC      ../lisp/language/hebrew.elc
  ELC      ../lisp/language/indian.elc
  GEN      ../../lisp/international/charprop.el
  ELC      ../lisp/language/japanese.elc
  ELC      ../lisp/language/khmer.elc
  ELC      ../lisp/language/korean.elc
  ELC      ../lisp/language/lao.elc
  ELC      ../lisp/language/misc-lang.elc
  ELC      ../lisp/language/romanian.elc
  ELC      ../lisp/language/sinhala.elc
  ELC      ../lisp/language/slovak.elc
  ELC      ../lisp/language/tai-viet.elc
  ELC      ../lisp/language/thai.elc
  ELC      ../lisp/language/tibetan.elc
  ELC      ../lisp/language/utf-8-lang.elc
  ELC      ../lisp/language/vietnamese.elc
  ELC      ../lisp/ls-lisp.elc
  ELC      ../lisp/menu-bar.elc
  ELC      ../lisp/minibuffer.elc
  ELC      ../lisp/mouse.elc
  ELC      ../lisp/mwheel.elc
  ELC      ../lisp/newcomment.elc
  ELC      ../lisp/obarray.elc
  ELC      ../lisp/progmodes/elisp-mode.elc
  ELC      ../lisp/progmodes/prog-mode.elc
  ELC      ../lisp/register.elc
  ELC      ../lisp/replace.elc
  ELC      ../lisp/rfn-eshadow.elc
  ELC      ../lisp/scroll-bar.elc
  ELC      ../lisp/select.elc
  ELC      ../lisp/simple.elc
  ELC      ../lisp/startup.elc
  ELC      ../lisp/subr.elc
  ELC      ../lisp/tab-bar.elc
  ELC      ../lisp/term/common-win.elc
  ELC      ../lisp/term/internal.elc
  ELC      ../lisp/term/ns-win.elc
  ELC      ../lisp/term/pc-win.elc
  ELC      ../lisp/term/tty-colors.elc
  ELC      ../lisp/term/w32-win.elc
  ELC      ../lisp/term/x-win.elc
  ELC      ../lisp/textmodes/fill.elc
  ELC      ../lisp/textmodes/page.elc
  ELC      ../lisp/textmodes/paragraphs.elc
  ELC      ../lisp/textmodes/text-mode.elc
  ELC      ../lisp/tool-bar.elc
  ELC      ../lisp/tooltip.elc
  ELC      ../lisp/uniquify.elc
  ELC      ../lisp/vc/ediff-hook.elc
  ELC      ../lisp/vc/vc-hooks.elc
  ELC      ../lisp/version.elc
  ELC      ../lisp/w32-fns.elc
  ELC      ../lisp/w32-vars.elc
  ELC      ../lisp/widget.elc
  ELC      ../lisp/window.elc
  ELC      ../lisp/x-dnd.elc
  ELC      ../lisp/international/characters.elc
  ELC      ../lisp/international/ucs-normalize.elc
Directories for loaddefs: . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./image ./international ./language ./leim ./leim/ja-dic ./leim/quail ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./vc
  GEN      loaddefs.el
  GEN      ../etc/DOC
rm -f emacs && cp -f temacs emacs
LC_ALL=C ./temacs -batch  -l loadup --temacs=pdump \
		--bin-dest /Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/bin/ --lisp-dest /Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/lisp/
cp -f emacs.pdmp bootstrap-emacs.pdmp 
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../nextstep all
rm -rf /Users/allendang/Downloads/emacs/nextstep/Emacs.app
rm -rf /Users/allendang/Downloads/emacs/nextstep/Emacs.app
/usr/local/bin/gmkdir -p /Users/allendang/Downloads/emacs/nextstep/Emacs.app
/usr/local/bin/gmkdir -p /Users/allendang/Downloads/emacs/nextstep/Emacs.app
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../src emacs
( cd ./Cocoa/Emacs.base ; tar cfh - . ) | \
	  ( cd /Users/allendang/Downloads/emacs/nextstep/Emacs.app ; umask 022; tar xf - )
( cd ./Cocoa/Emacs.base ; tar cfh - . ) | \
	  ( cd /Users/allendang/Downloads/emacs/nextstep/Emacs.app ; umask 022; tar xf - )
[ "`cd . && /bin/pwd`" = "`/bin/pwd`" ] || \
	  ( cd Cocoa/Emacs.base ; tar cfh - . ) | \
	    ( cd /Users/allendang/Downloads/emacs/nextstep/Emacs.app ; umask 022; tar xf - )
[ "`cd . && /bin/pwd`" = "`/bin/pwd`" ] || \
	  ( cd Cocoa/Emacs.base ; tar cfh - . ) | \
	    ( cd /Users/allendang/Downloads/emacs/nextstep/Emacs.app ; umask 022; tar xf - )
touch /Users/allendang/Downloads/emacs/nextstep/Emacs.app
touch /Users/allendang/Downloads/emacs/nextstep/Emacs.app
/usr/local/bin/gmkdir -p /Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS
cp -f ../src/emacs.pdmp /Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/Emacs.pdmp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata charscript.el
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets cp51932.el
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets eucjp-ms.el
make[5]: Nothing to be done for `eucjp-ms.el'.
make[5]: Nothing to be done for `cp51932.el'.
make[5]: Nothing to be done for `charscript.el'.
make[5]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
make[5]: Nothing to be done for `all'.
/usr/local/bin/gmkdir -p /Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS
cp -f ../src/emacs /Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/Emacs
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../leim all EMACS="../src/emacs"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/grammars all EMACS="../../src/emacs"
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all'.
  GEN      cus-load.el
  GEN      finder-inf.el
  ELC      emacs-lisp/eieio.elc
  ELC      emacs-lisp/eieio-base.elc
  ELC      cedet/semantic/db.elc
  ELC      align.elc
  ELC      allout-widgets.elc
  ELC      allout.elc
  ELC      ansi-color.elc
  ELC      apropos.elc
  ELC      arc-mode.elc
  ELC      array.elc
  ELC      auth-source-pass.elc
  ELC      auth-source.elc
  ELC      autoarg.elc
  ELC      autoinsert.elc
  ELC      autorevert.elc
  ELC      avoid.elc
  ELC      battery.elc
  ELC      bookmark.elc
  ELC      bs.elc
  ELC      calculator.elc
  ELC      cdl.elc
  ELC      char-fold.elc
  ELC      chistory.elc
  ELC      cmuscheme.elc
  ELC      color.elc
  ELC      comint.elc
  ELC      completion.elc
  ELC      cus-dep.elc
  ELC      cus-edit.elc
  ELC      cus-theme.elc
  ELC      dabbrev.elc
  ELC      delim-col.elc
  ELC      delsel.elc
  ELC      descr-text.elc
  ELC      desktop.elc
  ELC      dframe.elc
  ELC      dired-aux.elc
  ELC      dired-x.elc
  ELC      dired.elc
  ELC      dirtrack.elc
  ELC      display-fill-column-indicator.elc
  ELC      display-line-numbers.elc
  ELC      doc-view.elc
  ELC      dom.elc
  ELC      double.elc
  ELC      ebuff-menu.elc
  ELC      echistory.elc
  ELC      ecomplete.elc
  ELC      edmacro.elc
  ELC      ehelp.elc
  ELC      elec-pair.elc
  ELC      elide-head.elc
  ELC      emacs-lock.elc
  ELC      epa-dired.elc
  ELC      epa-file.elc
  ELC      epa-mail.elc
  ELC      epa.elc
  ELC      epg-config.elc
  ELC      epg.elc
  ELC      expand.elc
  ELC      ezimage.elc
  ELC      face-remap.elc
  ELC      ffap.elc
  ELC      filecache.elc
  ELC      fileloop.elc
  ELC      filenotify.elc
  ELC      files-x.elc
  ELC      filesets.elc
  ELC      find-cmd.elc
  ELC      find-dired.elc
  ELC      find-file.elc
  ELC      find-lisp.elc
  ELC      finder.elc
  ELC      flow-ctrl.elc
  ELC      foldout.elc
  ELC      follow.elc
  ELC      format-spec.elc
  ELC      forms.elc
  ELC      frameset.elc
  ELC      generic-x.elc
  ELC      help-at-pt.elc
  ELC      help-fns.elc
  ELC      help-macro.elc
  ELC      help-mode.elc
  ELC      hex-util.elc
  ELC      hexl.elc
  ELC      hfy-cmap.elc
  ELC      hi-lock.elc
  ELC      hilit-chg.elc
  ELC      hippie-exp.elc
  ELC      hl-line.elc
  ELC      htmlfontify.elc
  ELC      ibuf-ext.elc
  ELC      ibuf-macs.elc
  ELC      ibuffer.elc
  ELC      icomplete.elc
  ELC      ido.elc
  ELC      ielm.elc
  ELC      iimage.elc
  ELC      image-dired.elc
  ELC      image-file.elc
  ELC      image-mode.elc
  ELC      imenu.elc
  ELC      info-look.elc
  ELC      info-xref.elc
  ELC      info.elc
  ELC      informat.elc
  ELC      isearchb.elc
  ELC      jka-compr.elc
  ELC      json.elc
  ELC      jsonrpc.elc
  ELC      kermit.elc
  ELC      kmacro.elc
  ELC      linum.elc
  ELC      loadhist.elc
  ELC      locate.elc
  ELC      lpr.elc
  ELC      macros.elc
  ELC      makesum.elc
  ELC      man.elc
  ELC      master.elc
  ELC      mb-depth.elc
  ELC      md4.elc
  ELC      midnight.elc
  ELC      minibuf-eldef.elc
  ELC      misc.elc
  ELC      misearch.elc
  ELC      mouse-copy.elc
  ELC      mouse-drag.elc
  ELC      mpc.elc
  ELC      msb.elc
  ELC      notifications.elc
  ELC      novice.elc
  ELC      outline.elc
  ELC      paren.elc
  ELC      password-cache.elc
  ELC      pcmpl-cvs.elc
  ELC      pcmpl-gnu.elc
  ELC      pcmpl-linux.elc
  ELC      pcmpl-rpm.elc
  ELC      pcmpl-unix.elc
  ELC      pcmpl-x.elc
  ELC      pcomplete.elc
  ELC      pixel-scroll.elc
  ELC      plstore.elc
  ELC      printing.elc
  ELC      proced.elc
  ELC      profiler.elc
  ELC      ps-bdf.elc
  ELC      ps-def.elc
  ELC      ps-mule.elc
  ELC      ps-print.elc
  ELC      ps-samp.elc
  ELC      recentf.elc
  ELC      rect.elc
  ELC      registry.elc
  ELC      repeat.elc
  ELC      reposition.elc
  ELC      reveal.elc
  ELC      rot13.elc
  ELC      rtree.elc
  ELC      ruler-mode.elc
  ELC      savehist.elc
  ELC      saveplace.elc
  ELC      scroll-all.elc
  ELC      scroll-lock.elc
  ELC      server.elc
  ELC      ses.elc
  ELC      shadowfile.elc
  ELC      shell.elc
  ELC      skeleton.elc
  ELC      so-long.elc
  ELC      sort.elc
  ELC      soundex.elc
  ELC      speedbar.elc
  ELC      strokes.elc
  ELC      svg.elc
  ELC      t-mouse.elc
  ELC      tab-line.elc
  ELC      tabify.elc
  ELC      talk.elc
  ELC      tar-mode.elc
  ELC      tempo.elc
  ELC      term.elc
  ELC      thingatpt.elc
  ELC      thread.elc
  ELC      thumbs.elc
  ELC      time-stamp.elc
  ELC      time.elc
  ELC      timezone.elc
  ELC      tmm.elc
  ELC      tree-widget.elc
  ELC      tutorial.elc
  ELC      type-break.elc
  ELC      userlock.elc
  ELC      vcursor.elc
  ELC      view.elc
  ELC      vt100-led.elc
  ELC      vt-control.elc
  ELC      wdired.elc
  ELC      whitespace.elc
  ELC      wid-browse.elc
  ELC      wid-edit.elc
  ELC      windmove.elc
  ELC      winner.elc
  ELC      woman.elc
  ELC      xdg.elc
  ELC      xml.elc
  ELC      xt-mouse.elc
  ELC      xwidget.elc
  ELC      calc/calc-aent.elc
  ELC      calc/calc-alg.elc
  ELC      calc/calc-arith.elc
  ELC      calc/calc-bin.elc
  ELC      calc/calc-comb.elc
  ELC      calc/calc-cplx.elc
  ELC      calc/calc-embed.elc
  ELC      calc/calc-ext.elc
  ELC      calc/calc-fin.elc
  ELC      calc/calc-forms.elc
  ELC      calc/calc-frac.elc
  ELC      calc/calc-funcs.elc
  ELC      calc/calc-graph.elc
  ELC      calc/calc-help.elc
  ELC      calc/calc-incom.elc
  ELC      calc/calc-keypd.elc
  ELC      calc/calc-lang.elc
  ELC      calc/calc-macs.elc
  ELC      calc/calc-map.elc
  ELC      calc/calc-math.elc
  ELC      calc/calc-menu.elc
  ELC      calc/calc-misc.elc
  ELC      calc/calc-mode.elc
  ELC      calc/calc-mtx.elc
  ELC      calc/calc-nlfit.elc
  ELC      calc/calc-poly.elc
  ELC      calc/calc-prog.elc
  ELC      calc/calc-rewr.elc
  ELC      calc/calc-rules.elc
  ELC      calc/calc-sel.elc
  ELC      calc/calc-stat.elc
  ELC      calc/calc-store.elc
  ELC      calc/calc-stuff.elc
  ELC      calc/calc-trail.elc
  ELC      calc/calc-undo.elc
  ELC      calc/calc-units.elc
  ELC      calc/calc-vec.elc
  ELC      calc/calc-yank.elc
  ELC      calc/calc.elc
  ELC      calc/calcalg2.elc
  ELC      calc/calcalg3.elc
  ELC      calc/calccomp.elc
  ELC      calc/calcsel2.elc
  ELC      calendar/appt.elc
  ELC      calendar/cal-bahai.elc
  ELC      calendar/cal-china.elc
  ELC      calendar/cal-coptic.elc
  ELC      calendar/cal-dst.elc
  ELC      calendar/cal-french.elc
  ELC      calendar/cal-hebrew.elc
  ELC      calendar/cal-html.elc
  ELC      calendar/cal-islam.elc
  ELC      calendar/cal-iso.elc
  ELC      calendar/cal-julian.elc
  ELC      calendar/cal-mayan.elc
  ELC      calendar/cal-menu.elc
  ELC      calendar/cal-move.elc
  ELC      calendar/cal-persia.elc
  ELC      calendar/cal-tex.elc
  ELC      calendar/cal-x.elc
  ELC      calendar/calendar.elc
  ELC      calendar/diary-lib.elc
  ELC      calendar/holidays.elc
  ELC      calendar/icalendar.elc
  ELC      calendar/iso8601.elc
  ELC      calendar/lunar.elc
  ELC      calendar/parse-time.elc
  ELC      calendar/solar.elc
  ELC      calendar/time-date.elc
  ELC      calendar/timeclock.elc
  ELC      calendar/todo-mode.elc
  ELC      cedet/cedet-cscope.elc
  ELC      cedet/cedet-files.elc
  ELC      cedet/cedet-global.elc
  ELC      cedet/cedet-idutils.elc
  ELC      cedet/cedet.elc
  ELC      cedet/data-debug.elc
  ELC      cedet/ede.elc
  ELC      cedet/inversion.elc
  ELC      cedet/mode-local.elc
  ELC      cedet/pulse.elc
  ELC      cedet/semantic.elc
  ELC      cedet/srecode.elc
  ELC      cedet/ede/auto.elc
  ELC      cedet/ede/autoconf-edit.elc
  ELC      cedet/ede/base.elc
  ELC      cedet/ede/config.elc
  ELC      cedet/ede/cpp-root.elc
  ELC      cedet/ede/custom.elc
  ELC      cedet/ede/detect.elc
  ELC      cedet/ede/dired.elc
  ELC      cedet/ede/emacs.elc
  ELC      cedet/ede/files.elc
  ELC      cedet/ede/generic.elc
  ELC      cedet/ede/linux.elc
  ELC      cedet/ede/locate.elc
  ELC      cedet/ede/make.elc
  ELC      cedet/ede/makefile-edit.elc
  ELC      cedet/ede/pconf.elc
  ELC      cedet/ede/pmake.elc
  ELC      cedet/ede/proj-archive.elc
  ELC      cedet/ede/proj-aux.elc
  ELC      cedet/ede/proj-comp.elc
  ELC      cedet/ede/proj-elisp.elc
  ELC      cedet/ede/proj-info.elc
  ELC      cedet/ede/proj-misc.elc
  ELC      cedet/ede/proj-obj.elc
  ELC      cedet/ede/proj-prog.elc
  ELC      cedet/ede/proj-scheme.elc
  ELC      cedet/ede/proj-shared.elc
  ELC      cedet/ede/proj.elc
  ELC      cedet/ede/project-am.elc
  ELC      cedet/ede/shell.elc
  ELC      cedet/ede/simple.elc
  ELC      cedet/ede/source.elc
  ELC      cedet/ede/speedbar.elc
  ELC      cedet/ede/srecode.elc
  ELC      cedet/ede/system.elc
  ELC      cedet/ede/util.elc
  ELC      cedet/semantic/analyze.elc
  ELC      cedet/semantic/bovine.elc
  ELC      cedet/semantic/chart.elc
  ELC      cedet/semantic/complete.elc
  ELC      cedet/semantic/ctxt.elc
  ELC      cedet/semantic/db-debug.elc
  ELC      cedet/semantic/db-ebrowse.elc
  ELC      cedet/semantic/db-el.elc
  ELC      cedet/semantic/db-file.elc
  ELC      cedet/semantic/db-find.elc
  ELC      cedet/semantic/db-global.elc
  ELC      cedet/semantic/db-javascript.elc
  ELC      cedet/semantic/db-mode.elc
  ELC      cedet/semantic/db-ref.elc
  ELC      cedet/semantic/db-typecache.elc
  ELC      cedet/semantic/debug.elc
  ELC      cedet/semantic/decorate.elc
  ELC      cedet/semantic/dep.elc
  ELC      cedet/semantic/doc.elc
  ELC      cedet/semantic/ede-grammar.elc
  ELC      cedet/semantic/edit.elc
  ELC      cedet/semantic/find.elc
  ELC      cedet/semantic/format.elc
  ELC      cedet/semantic/fw.elc
  ELC      cedet/semantic/grammar-wy.elc
  ELC      cedet/semantic/grammar.elc
  ELC      cedet/semantic/html.elc
  ELC      cedet/semantic/ia-sb.elc
  ELC      cedet/semantic/ia.elc
  ELC      cedet/semantic/idle.elc
  ELC      cedet/semantic/imenu.elc
  ELC      cedet/semantic/java.elc
  ELC      cedet/semantic/lex-spp.elc
  ELC      cedet/semantic/lex.elc
  ELC      cedet/semantic/mru-bookmark.elc
  ELC      cedet/semantic/sb.elc
  ELC      cedet/semantic/scope.elc
  ELC      cedet/semantic/senator.elc
  ELC      cedet/semantic/sort.elc
  ELC      cedet/semantic/symref.elc
  ELC      cedet/semantic/tag-file.elc
  ELC      cedet/semantic/tag-ls.elc
  ELC      cedet/semantic/tag-write.elc
  ELC      cedet/semantic/tag.elc
  ELC      cedet/semantic/texi.elc
  ELC      cedet/semantic/util-modes.elc
  ELC      cedet/semantic/util.elc
  ELC      cedet/semantic/wisent.elc
  ELC      cedet/semantic/analyze/complete.elc
  ELC      cedet/semantic/analyze/debug.elc
  ELC      cedet/semantic/analyze/fcn.elc
  ELC      cedet/semantic/analyze/refs.elc
  ELC      cedet/semantic/bovine/c-by.elc
  ELC      cedet/semantic/bovine/c.elc
  ELC      cedet/semantic/bovine/debug.elc
  ELC      cedet/semantic/bovine/el.elc
  ELC      cedet/semantic/bovine/gcc.elc
  ELC      cedet/semantic/bovine/grammar.elc
  ELC      cedet/semantic/bovine/make-by.elc
  ELC      cedet/semantic/bovine/make.elc
  ELC      cedet/semantic/bovine/scm-by.elc
  ELC      cedet/semantic/bovine/scm.elc
  ELC      cedet/semantic/decorate/include.elc
  ELC      cedet/semantic/decorate/mode.elc
  ELC      cedet/semantic/symref/cscope.elc
  ELC      cedet/semantic/symref/filter.elc
  ELC      cedet/semantic/symref/global.elc
  ELC      cedet/semantic/symref/grep.elc
  ELC      cedet/semantic/symref/idutils.elc
  ELC      cedet/semantic/symref/list.elc
  ELC      cedet/semantic/wisent/comp.elc
  ELC      cedet/semantic/wisent/grammar.elc
  ELC      cedet/semantic/wisent/java-tags.elc
  ELC      cedet/semantic/wisent/javascript.elc
  ELC      cedet/semantic/wisent/javat-wy.elc
  ELC      cedet/semantic/wisent/js-wy.elc
  ELC      cedet/semantic/wisent/python-wy.elc
  ELC      cedet/semantic/wisent/python.elc
  ELC      cedet/semantic/wisent/wisent.elc
  ELC      cedet/srecode/args.elc
  ELC      cedet/srecode/compile.elc
  ELC      cedet/srecode/cpp.elc
  ELC      cedet/srecode/ctxt.elc
  ELC      cedet/srecode/dictionary.elc
  ELC      cedet/srecode/document.elc
  ELC      cedet/srecode/el.elc
  ELC      cedet/srecode/expandproto.elc
  ELC      cedet/srecode/extract.elc
  ELC      cedet/srecode/fields.elc
  ELC      cedet/srecode/filters.elc
  ELC      cedet/srecode/find.elc
  ELC      cedet/srecode/getset.elc
  ELC      cedet/srecode/insert.elc
  ELC      cedet/srecode/java.elc
  ELC      cedet/srecode/map.elc
  ELC      cedet/srecode/mode.elc
  ELC      cedet/srecode/semantic.elc
  ELC      cedet/srecode/srt-mode.elc
  ELC      cedet/srecode/srt-wy.elc
  ELC      cedet/srecode/srt.elc
  ELC      cedet/srecode/table.elc
  ELC      cedet/srecode/template.elc
  ELC      cedet/srecode/texi.elc
  ELC      emacs-lisp/advice.elc
  ELC      emacs-lisp/avl-tree.elc
  ELC      emacs-lisp/backtrace.elc
  ELC      emacs-lisp/benchmark.elc
  ELC      emacs-lisp/bindat.elc
  ELC      emacs-lisp/chart.elc
  ELC      emacs-lisp/check-declare.elc
  ELC      emacs-lisp/checkdoc.elc
  ELC      emacs-lisp/cl-extra.elc
  ELC      emacs-lisp/cl-indent.elc
  ELC      emacs-lisp/cl-lib.elc
  ELC      emacs-lisp/cl-macs.elc
  ELC      emacs-lisp/cl-print.elc
  ELC      emacs-lisp/cl-seq.elc
  ELC      emacs-lisp/copyright.elc
  ELC      emacs-lisp/crm.elc
  ELC      emacs-lisp/cursor-sensor.elc
  ELC      emacs-lisp/debug.elc
  ELC      emacs-lisp/derived.elc
  ELC      emacs-lisp/disass.elc
  ELC      emacs-lisp/easy-mmode.elc
  ELC      emacs-lisp/easymenu.elc
  ELC      emacs-lisp/edebug.elc
  ELC      emacs-lisp/eieio-compat.elc
  ELC      emacs-lisp/eieio-core.elc
  ELC      emacs-lisp/eieio-custom.elc
  ELC      emacs-lisp/eieio-datadebug.elc
  ELC      emacs-lisp/eieio-opt.elc
  ELC      emacs-lisp/eieio-speedbar.elc
  ELC      emacs-lisp/elint.elc
  ELC      emacs-lisp/elp.elc
  ELC      emacs-lisp/ert-x.elc
  ELC      emacs-lisp/ert.elc
  ELC      emacs-lisp/ewoc.elc
  ELC      emacs-lisp/faceup.elc
  ELC      emacs-lisp/find-func.elc
  ELC      emacs-lisp/generator.elc
  ELC      emacs-lisp/generic.elc
  ELC      emacs-lisp/gv.elc
  ELC      emacs-lisp/helper.elc
  ELC      emacs-lisp/inline.elc
  ELC      emacs-lisp/let-alist.elc
  ELC      emacs-lisp/lisp-mnt.elc
  ELC      emacs-lisp/map.elc
  ELC      emacs-lisp/package-x.elc
  ELC      emacs-lisp/package.elc
  ELC      emacs-lisp/pcase.elc
  ELC      emacs-lisp/pp.elc
  ELC      emacs-lisp/radix-tree.elc
  ELC      emacs-lisp/re-builder.elc
  ELC      emacs-lisp/regi.elc
  ELC      emacs-lisp/ring.elc
  ELC      emacs-lisp/rmc.elc
  ELC      emacs-lisp/rx.elc
  ELC      emacs-lisp/seq.elc
  ELC      emacs-lisp/shadow.elc
  ELC      emacs-lisp/smie.elc
  ELC      emacs-lisp/subr-x.elc
  ELC      emacs-lisp/tcover-ses.elc
  ELC      emacs-lisp/tcover-unsafep.elc
  ELC      emacs-lisp/testcover.elc
  ELC      emacs-lisp/text-property-search.elc
  ELC      emacs-lisp/thunk.elc
  ELC      emacs-lisp/timer-list.elc
  ELC      emacs-lisp/tq.elc
  ELC      emacs-lisp/trace.elc
  ELC      emacs-lisp/unsafep.elc
  ELC      emacs-lisp/warnings.elc
  ELC      emulation/cua-base.elc
  ELC      emulation/cua-gmrk.elc
  ELC      emulation/cua-rect.elc
  ELC      emulation/edt-lk201.elc
  ELC      emulation/edt-mapper.elc
  ELC      emulation/edt-pc.elc
  ELC      emulation/edt-vt100.elc
  ELC      emulation/edt.elc
  ELC      emulation/keypad.elc
  ELC      emulation/viper-cmd.elc
  ELC      emulation/viper-ex.elc
  ELC      emulation/viper-init.elc
  ELC      emulation/viper-keym.elc
  ELC      emulation/viper-macs.elc
  ELC      emulation/viper-mous.elc
  ELC      emulation/viper-util.elc
  ELC      emulation/viper.elc
  ELC      erc/erc-autoaway.elc
  ELC      erc/erc-backend.elc
  ELC      erc/erc-button.elc
  ELC      erc/erc-capab.elc
  ELC      erc/erc-compat.elc
  ELC      erc/erc-dcc.elc
  ELC      erc/erc-desktop-notifications.elc
  ELC      erc/erc-ezbounce.elc
  ELC      erc/erc-fill.elc
  ELC      erc/erc-goodies.elc
  ELC      erc/erc-ibuffer.elc
  ELC      erc/erc-identd.elc
  ELC      erc/erc-imenu.elc
  ELC      erc/erc-join.elc
  ELC      erc/erc-lang.elc
  ELC      erc/erc-list.elc
  ELC      erc/erc-log.elc
  ELC      erc/erc-match.elc
  ELC      erc/erc-menu.elc
  ELC      erc/erc-netsplit.elc
  ELC      erc/erc-networks.elc
  ELC      erc/erc-notify.elc
  ELC      erc/erc-page.elc
  ELC      erc/erc-pcomplete.elc
  ELC      erc/erc-replace.elc
  ELC      erc/erc-ring.elc
  ELC      erc/erc-services.elc
  ELC      erc/erc-sound.elc
  ELC      erc/erc-speedbar.elc
  ELC      erc/erc-spelling.elc
  ELC      erc/erc-stamp.elc
  ELC      erc/erc-track.elc
  ELC      erc/erc-truncate.elc
  ELC      erc/erc-xdcc.elc
  ELC      erc/erc.elc
  ELC      eshell/em-alias.elc
  ELC      eshell/em-banner.elc
  ELC      eshell/em-basic.elc
  ELC      eshell/em-cmpl.elc
  ELC      eshell/em-dirs.elc
  ELC      eshell/em-glob.elc
  ELC      eshell/em-hist.elc
  ELC      eshell/em-ls.elc
  ELC      eshell/em-pred.elc
  ELC      eshell/em-prompt.elc
  ELC      eshell/em-rebind.elc
  ELC      eshell/em-script.elc
  ELC      eshell/em-smart.elc
  ELC      eshell/em-term.elc
  ELC      eshell/em-tramp.elc
  ELC      eshell/em-unix.elc
  ELC      eshell/em-xtra.elc
  ELC      eshell/esh-arg.elc
  ELC      eshell/esh-cmd.elc
  ELC      eshell/esh-ext.elc
  ELC      eshell/esh-io.elc
  ELC      eshell/esh-mode.elc
  ELC      eshell/esh-module.elc
  ELC      eshell/esh-opt.elc
  ELC      eshell/esh-proc.elc
  ELC      eshell/esh-util.elc
  ELC      eshell/esh-var.elc
  ELC      eshell/eshell.elc
  ELC      gnus/canlock.elc
  ELC      gnus/deuglify.elc
  ELC      gnus/gmm-utils.elc
  ELC      gnus/gnus-agent.elc
  ELC      gnus/gnus-art.elc
  ELC      gnus/gnus-async.elc
  ELC      gnus/gnus-bcklg.elc
  ELC      gnus/gnus-bookmark.elc
  ELC      gnus/gnus-cache.elc
  ELC      gnus/gnus-cite.elc
  ELC      gnus/gnus-cloud.elc
  ELC      gnus/gnus-cus.elc
  ELC      gnus/gnus-delay.elc
  ELC      gnus/gnus-demon.elc
  ELC      gnus/gnus-diary.elc
  ELC      gnus/gnus-dired.elc
  ELC      gnus/gnus-draft.elc
  ELC      gnus/gnus-dup.elc
  ELC      gnus/gnus-eform.elc
  ELC      gnus/gnus-fun.elc
  ELC      gnus/gnus-gravatar.elc
  ELC      gnus/gnus-group.elc
  ELC      gnus/gnus-html.elc
  ELC      gnus/gnus-icalendar.elc
  ELC      gnus/gnus-int.elc
  ELC      gnus/gnus-kill.elc
  ELC      gnus/gnus-logic.elc
  ELC      gnus/gnus-mh.elc
  ELC      gnus/gnus-ml.elc
  ELC      gnus/gnus-mlspl.elc
  ELC      gnus/gnus-msg.elc
  ELC      gnus/gnus-notifications.elc
  ELC      gnus/gnus-picon.elc
  ELC      gnus/gnus-range.elc
  ELC      gnus/gnus-registry.elc
  ELC      gnus/gnus-rfc1843.elc
  ELC      gnus/gnus-salt.elc
  ELC      gnus/gnus-score.elc
  ELC      gnus/gnus-sieve.elc
  ELC      gnus/gnus-spec.elc
  ELC      gnus/gnus-srvr.elc
  ELC      gnus/gnus-start.elc
  ELC      gnus/gnus-sum.elc
  ELC      gnus/gnus-topic.elc
  ELC      gnus/gnus-undo.elc
  ELC      gnus/gnus-util.elc
  ELC      gnus/gnus-uu.elc
  ELC      gnus/gnus-vm.elc
  ELC      gnus/gnus-win.elc
  ELC      gnus/gnus.elc
  ELC      gnus/gssapi.elc
  ELC      gnus/legacy-gnus-agent.elc
  ELC      gnus/mail-source.elc
  ELC      gnus/message.elc
  ELC      gnus/mm-archive.elc
  ELC      gnus/mm-bodies.elc
  ELC      gnus/mm-decode.elc
  ELC      gnus/mm-encode.elc
  ELC      gnus/mm-extern.elc
  ELC      gnus/mm-partial.elc
  ELC      gnus/mm-url.elc
  ELC      gnus/mm-util.elc
  ELC      gnus/mm-uu.elc
  ELC      gnus/mm-view.elc
  ELC      gnus/mml-sec.elc
  ELC      gnus/mml-smime.elc
  ELC      gnus/mml.elc
  ELC      gnus/mml1991.elc
  ELC      gnus/mml2015.elc
  ELC      gnus/nnagent.elc
  ELC      gnus/nnbabyl.elc
  ELC      gnus/nndiary.elc
  ELC      gnus/nndir.elc
  ELC      gnus/nndoc.elc
  ELC      gnus/nndraft.elc
  ELC      gnus/nneething.elc
  ELC      gnus/nnfolder.elc
  ELC      gnus/nngateway.elc
  ELC      gnus/nnheader.elc
  ELC      gnus/nnimap.elc
  ELC      gnus/nnir.elc
  ELC      gnus/nnmail.elc
  ELC      gnus/nnmaildir.elc
  ELC      gnus/nnmairix.elc
  ELC      gnus/nnmbox.elc
  ELC      gnus/nnmh.elc
  ELC      gnus/nnml.elc
  ELC      gnus/nnnil.elc
  ELC      gnus/nnoo.elc
  ELC      gnus/nnregistry.elc
  ELC      gnus/nnrss.elc
  ELC      gnus/nnspool.elc
  ELC      gnus/nntp.elc
  ELC      gnus/nnvirtual.elc
  ELC      gnus/nnweb.elc
  ELC      gnus/score-mode.elc
  ELC      gnus/smiley.elc
  ELC      gnus/smime.elc
  ELC      gnus/spam-report.elc
  ELC      gnus/spam-stat.elc
  ELC      gnus/spam-wash.elc
  ELC      gnus/spam.elc
  ELC      image/compface.elc
  ELC      image/exif.elc
  ELC      image/gravatar.elc
  ELC      image/image-converter.elc
  ELC      international/ccl.elc
  ELC      international/isearch-x.elc
  ELC      international/iso-ascii.elc
  ELC      international/iso-cvt.elc
  ELC      international/iso-transl.elc
  ELC      international/ja-dic-cnv.elc
  ELC      international/ja-dic-utl.elc
  ELC      international/kinsoku.elc
  ELC      international/kkc.elc
  ELC      international/latexenc.elc
  ELC      international/latin1-disp.elc
  ELC      international/mule-diag.elc
  ELC      international/ogonek.elc
  ELC      international/quail.elc
  ELC      international/rfc1843.elc
  ELC      international/robin.elc
  ELC      international/utf-7.elc
  ELC      international/utf7.elc
  ELC      language/china-util.elc
  ELC      language/cyril-util.elc
  ELC      language/ethio-util.elc
  ELC      language/hanja-util.elc
  ELC      language/ind-util.elc
  ELC      language/japan-util.elc
  ELC      language/korea-util.elc
  ELC      language/lao-util.elc
  ELC      language/pinyin.elc
  ELC      language/thai-util.elc
  ELC      language/thai-word.elc
  ELC      language/tibet-util.elc
  ELC      language/tv-util.elc
  ELC      language/viet-util.elc
  ELC      leim/ja-dic/ja-dic.elc
  ELC      leim/quail/4Corner.elc
  ELC      leim/quail/ARRAY30.elc
  ELC      leim/quail/CCDOSPY.elc
  ELC      leim/quail/CTLau-b5.elc
  ELC      leim/quail/CTLau.elc
  ELC      leim/quail/ECDICT.elc
  ELC      leim/quail/ETZY.elc
  ELC      leim/quail/PY-b5.elc
  ELC      leim/quail/PY.elc
  ELC      leim/quail/Punct-b5.elc
  ELC      leim/quail/Punct.elc
  ELC      leim/quail/QJ-b5.elc
  ELC      leim/quail/QJ.elc
  ELC      leim/quail/SW.elc
  ELC      leim/quail/TONEPY.elc
  ELC      leim/quail/ZIRANMA.elc
  ELC      leim/quail/ZOZY.elc
  ELC      leim/quail/arabic.elc
  ELC      leim/quail/croatian.elc
  ELC      leim/quail/cyril-jis.elc
  ELC      leim/quail/cyrillic.elc
  ELC      leim/quail/czech.elc
  ELC      leim/quail/ethiopic.elc
  ELC      leim/quail/georgian.elc
  ELC      leim/quail/greek.elc
  ELC      leim/quail/hangul.elc
  ELC      leim/quail/hanja-jis.elc
  ELC      leim/quail/hanja.elc
  ELC      leim/quail/hanja3.elc
  ELC      leim/quail/hebrew.elc
  ELC      leim/quail/indian.elc
  ELC      leim/quail/ipa-praat.elc
  ELC      leim/quail/ipa.elc
  ELC      leim/quail/japanese.elc
  ELC      leim/quail/lao.elc
  ELC      leim/quail/latin-alt.elc
  ELC      leim/quail/latin-ltx.elc
  ELC      leim/quail/latin-post.elc
  ELC      leim/quail/latin-pre.elc
  ELC      leim/quail/lrt.elc
  ELC      leim/quail/persian.elc
  ELC      leim/quail/programmer-dvorak.elc
  ELC      leim/quail/py-punct.elc
  ELC      leim/quail/pypunct-b5.elc
  ELC      leim/quail/quick-b5.elc
  ELC      leim/quail/quick-cns.elc
  ELC      leim/quail/rfc1345.elc
  ELC      leim/quail/sami.elc
  ELC      leim/quail/sgml-input.elc
  ELC      leim/quail/sisheng.elc
  ELC      leim/quail/slovak.elc
  ELC      leim/quail/symbol-ksc.elc
  ELC      leim/quail/tamil-dvorak.elc
  ELC      leim/quail/thai.elc
  ELC      leim/quail/tibetan.elc
  ELC      leim/quail/tsang-b5.elc
  ELC      leim/quail/tsang-cns.elc
  ELC      leim/quail/uni-input.elc
  ELC      leim/quail/viqr.elc
  ELC      leim/quail/vntelex.elc
  ELC      leim/quail/vnvni.elc
  ELC      leim/quail/welsh.elc
  ELC      mail/binhex.elc
  ELC      mail/emacsbug.elc
  ELC      mail/feedmail.elc
  ELC      mail/flow-fill.elc
  ELC      mail/footnote.elc
  ELC      mail/hashcash.elc
  ELC      mail/ietf-drums.elc
  ELC      mail/mail-extr.elc
  ELC      mail/mail-hist.elc
  ELC      mail/mail-parse.elc
  ELC      mail/mail-prsvr.elc
  ELC      mail/mail-utils.elc
  ELC      mail/mailabbrev.elc
  ELC      mail/mailalias.elc
  ELC      mail/mailclient.elc
  ELC      mail/mailheader.elc
  ELC      mail/mspools.elc
  ELC      mail/qp.elc
  ELC      mail/reporter.elc
  ELC      mail/rfc2045.elc
  ELC      mail/rfc2047.elc
  ELC      mail/rfc2231.elc
  ELC      mail/rfc2368.elc
  ELC      mail/rfc822.elc
  ELC      mail/rmail-spam-filter.elc
  ELC      mail/rmail.elc
  ELC      mail/rmailedit.elc
  ELC      mail/rmailkwd.elc
  ELC      mail/rmailmm.elc
  ELC      mail/rmailmsc.elc
  ELC      mail/rmailout.elc
  ELC      mail/rmailsort.elc
  ELC      mail/rmailsum.elc
  ELC      mail/sendmail.elc
  ELC      mail/smtpmail.elc
  ELC      mail/supercite.elc
  ELC      mail/uce.elc
  ELC      mail/undigest.elc
  ELC      mail/unrmail.elc
  ELC      mail/uudecode.elc
  ELC      mail/yenc.elc
  ELC      mh-e/mh-alias.elc
  ELC      mh-e/mh-buffers.elc
  ELC      mh-e/mh-comp.elc
  ELC      mh-e/mh-compat.elc
  ELC      mh-e/mh-e.elc
  ELC      mh-e/mh-folder.elc
  ELC      mh-e/mh-funcs.elc
  ELC      mh-e/mh-gnus.elc
  ELC      mh-e/mh-identity.elc
  ELC      mh-e/mh-inc.elc
  ELC      mh-e/mh-junk.elc
  ELC      mh-e/mh-letter.elc
  ELC      mh-e/mh-limit.elc
  ELC      mh-e/mh-mime.elc
  ELC      mh-e/mh-print.elc
  ELC      mh-e/mh-scan.elc
  ELC      mh-e/mh-search.elc
  ELC      mh-e/mh-seq.elc
  ELC      mh-e/mh-show.elc
  ELC      mh-e/mh-speed.elc
  ELC      mh-e/mh-thread.elc
  ELC      mh-e/mh-tool-bar.elc
  ELC      mh-e/mh-utils.elc
  ELC      mh-e/mh-xface.elc
  ELC      net/ange-ftp.elc
  ELC      net/browse-url.elc
  ELC      net/dbus.elc
  ELC      net/dig.elc
  ELC      net/dns.elc
  ELC      net/eudc-bob.elc
  ELC      net/eudc-export.elc
  ELC      net/eudc-hotlist.elc
  ELC      net/eudc-vars.elc
  ELC      net/eudc.elc
  ELC      net/eudcb-bbdb.elc
  ELC      net/eudcb-ldap.elc
  ELC      net/eudcb-mab.elc
  ELC      net/eudcb-macos-contacts.elc
  ELC      net/eww.elc
  ELC      net/gnutls.elc
  ELC      net/goto-addr.elc
  ELC      net/hmac-def.elc
  ELC      net/hmac-md5.elc
  ELC      net/imap.elc
  ELC      net/ldap.elc
  ELC      net/mailcap.elc
  ELC      net/mairix.elc
  ELC      net/net-utils.elc
  ELC      net/netrc.elc
  ELC      net/network-stream.elc
  ELC      net/newst-backend.elc
  ELC      net/newst-plainview.elc
  ELC      net/newst-reader.elc
  ELC      net/newst-ticker.elc
  ELC      net/newst-treeview.elc
  ELC      net/newsticker.elc
  ELC      net/nsm.elc
  ELC      net/ntlm.elc
  ELC      net/pop3.elc
  ELC      net/puny.elc
  ELC      net/quickurl.elc
  ELC      net/rcirc.elc
  ELC      net/rfc2104.elc
  ELC      net/rlogin.elc
  ELC      net/sasl-cram.elc
  ELC      net/sasl-digest.elc
  ELC      net/sasl-ntlm.elc
  ELC      net/sasl-scram-rfc.elc
  ELC      net/sasl-scram-sha256.elc
  ELC      net/sasl.elc
  ELC      net/secrets.elc
  ELC      net/shr-color.elc
  ELC      net/shr.elc
  ELC      net/sieve-manage.elc
  ELC      net/sieve-mode.elc
  ELC      net/sieve.elc
  ELC      net/snmp-mode.elc
  ELC      net/soap-client.elc
  ELC      net/soap-inspect.elc
  ELC      net/socks.elc
  ELC      net/telnet.elc
  ELC      net/tramp-adb.elc
  ELC      net/tramp-archive.elc
  ELC      net/tramp-cache.elc
  ELC      net/tramp-cmds.elc
  ELC      net/tramp-compat.elc
  ELC      net/tramp-crypt.elc
  ELC      net/tramp-ftp.elc
  ELC      net/tramp-gvfs.elc
  ELC      net/tramp-integration.elc
  ELC      net/tramp-rclone.elc
  ELC      net/tramp-sh.elc
  ELC      net/tramp-smb.elc
  ELC      net/tramp-sudoedit.elc
  ELC      net/tramp-uu.elc
  ELC      net/tramp.elc
  ELC      net/trampver.elc
  ELC      net/webjump.elc
  ELC      net/zeroconf.elc
  ELC      nxml/nxml-enc.elc
  ELC      nxml/nxml-maint.elc
  ELC      nxml/nxml-mode.elc
  ELC      nxml/nxml-ns.elc
  ELC      nxml/nxml-outln.elc
  ELC      nxml/nxml-parse.elc
  ELC      nxml/nxml-rap.elc
  ELC      nxml/nxml-util.elc
  ELC      nxml/rng-cmpct.elc
  ELC      nxml/rng-dt.elc
  ELC      nxml/rng-loc.elc
  ELC      nxml/rng-maint.elc
  ELC      nxml/rng-match.elc
  ELC      nxml/rng-nxml.elc
  ELC      nxml/rng-parse.elc
  ELC      nxml/rng-pttrn.elc
  ELC      nxml/rng-uri.elc
  ELC      nxml/rng-util.elc
  ELC      nxml/rng-valid.elc
  ELC      nxml/rng-xsd.elc
  ELC      nxml/xmltok.elc
  ELC      nxml/xsd-regexp.elc
  ELC      obsolete/abbrevlist.elc
  ELC      obsolete/assoc.elc
  ELC      obsolete/bruce.elc
  ELC      obsolete/cc-compat.elc
  ELC      obsolete/cl-compat.elc
  ELC      obsolete/cl.elc
  ELC      obsolete/complete.elc
  ELC      obsolete/crisp.elc
  ELC      obsolete/cust-print.elc
  ELC      obsolete/erc-hecomplete.elc
  ELC      obsolete/eudcb-ph.elc
  ELC      obsolete/fast-lock.elc
  ELC      obsolete/gs.elc
  ELC      obsolete/gulp.elc
  ELC      obsolete/html2text.elc
  ELC      obsolete/info-edit.elc
  ELC      obsolete/iswitchb.elc
  ELC      obsolete/landmark.elc
  ELC      obsolete/lazy-lock.elc
  ELC      obsolete/longlines.elc
  ELC      obsolete/mailpost.elc
  ELC      obsolete/mantemp.elc
  ELC      obsolete/meese.elc
  ELC      obsolete/metamail.elc
  ELC      obsolete/mouse-sel.elc
  ELC      obsolete/old-emacs-lock.elc
  ELC      obsolete/otodo-mode.elc
  ELC      obsolete/patcomp.elc
  ELC      obsolete/pc-mode.elc
  ELC      obsolete/pc-select.elc
  ELC      obsolete/pgg-def.elc
  ELC      obsolete/pgg-gpg.elc
  ELC      obsolete/pgg-parse.elc
  ELC      obsolete/pgg-pgp.elc
  ELC      obsolete/pgg-pgp5.elc
  ELC      obsolete/pgg.elc
  ELC      obsolete/rcompile.elc
  ELC      obsolete/s-region.elc
  ELC      obsolete/sb-image.elc
  ELC      obsolete/sregex.elc
  ELC      obsolete/starttls.elc
  ELC      obsolete/sup-mouse.elc
  ELC      obsolete/terminal.elc
  ELC      obsolete/tls.elc
  ELC      obsolete/tpu-edt.elc
  ELC      obsolete/tpu-extras.elc
  ELC      obsolete/tpu-mapper.elc
  ELC      obsolete/url-ns.elc
  ELC      obsolete/vc-arch.elc
  ELC      obsolete/vi.elc
  ELC      obsolete/vip.elc
  ELC      obsolete/ws-mode.elc
  ELC      obsolete/yow.elc
  ELC      org/ob-C.elc
  ELC      org/ob-J.elc
  ELC      org/ob-R.elc
  ELC      org/ob-abc.elc
  ELC      org/ob-asymptote.elc
  ELC      org/ob-awk.elc
  ELC      org/ob-calc.elc
  ELC      org/ob-clojure.elc
  ELC      org/ob-comint.elc
  ELC      org/ob-coq.elc
  ELC      org/ob-core.elc
  ELC      org/ob-css.elc
  ELC      org/ob-ditaa.elc
  ELC      org/ob-dot.elc
  ELC      org/ob-ebnf.elc
  ELC      org/ob-emacs-lisp.elc
  ELC      org/ob-eshell.elc
  ELC      org/ob-eval.elc
  ELC      org/ob-exp.elc
  ELC      org/ob-forth.elc
  ELC      org/ob-fortran.elc
  ELC      org/ob-gnuplot.elc
  ELC      org/ob-groovy.elc
  ELC      org/ob-haskell.elc
  ELC      org/ob-hledger.elc
  ELC      org/ob-io.elc
  ELC      org/ob-java.elc
  ELC      org/ob-js.elc
  ELC      org/ob-latex.elc
  ELC      org/ob-ledger.elc
  ELC      org/ob-lilypond.elc
  ELC      org/ob-lisp.elc
  ELC      org/ob-lob.elc
  ELC      org/ob-lua.elc
  ELC      org/ob-makefile.elc
  ELC      org/ob-matlab.elc
  ELC      org/ob-maxima.elc
  ELC      org/ob-mscgen.elc
  ELC      org/ob-ocaml.elc
  ELC      org/ob-octave.elc
  ELC      org/ob-org.elc
  ELC      org/ob-perl.elc
  ELC      org/ob-picolisp.elc
  ELC      org/ob-plantuml.elc
  ELC      org/ob-processing.elc
  ELC      org/ob-python.elc
  ELC      org/ob-ref.elc
  ELC      org/ob-ruby.elc
  ELC      org/ob-sass.elc
  ELC      org/ob-scheme.elc
  ELC      org/ob-screen.elc
  ELC      org/ob-sed.elc
  ELC      org/ob-shell.elc
  ELC      org/ob-shen.elc
  ELC      org/ob-sql.elc
  ELC      org/ob-sqlite.elc
  ELC      org/ob-stan.elc
  ELC      org/ob-table.elc
  ELC      org/ob-tangle.elc
  ELC      org/ob-vala.elc
  ELC      org/ob.elc
  ELC      org/ol-bbdb.elc
  ELC      org/ol-bibtex.elc
  ELC      org/ol-docview.elc
  ELC      org/ol-eshell.elc
  ELC      org/ol-eww.elc
  ELC      org/ol-gnus.elc
  ELC      org/ol-info.elc
  ELC      org/ol-irc.elc
  ELC      org/ol-mhe.elc
  ELC      org/ol-rmail.elc
  ELC      org/ol-w3m.elc
  ELC      org/ol.elc
  ELC      org/org-agenda.elc
  ELC      org/org-archive.elc
  ELC      org/org-attach-git.elc
  ELC      org/org-attach.elc
  ELC      org/org-capture.elc
  ELC      org/org-clock.elc
  ELC      org/org-colview.elc
  ELC      org/org-compat.elc
  ELC      org/org-crypt.elc
  ELC      org/org-ctags.elc
  ELC      org/org-datetree.elc
  ELC      org/org-duration.elc
  ELC      org/org-element.elc
  ELC      org/org-entities.elc
  ELC      org/org-faces.elc
  ELC      org/org-feed.elc
  ELC      org/org-footnote.elc
  ELC      org/org-goto.elc
  ELC      org/org-habit.elc
  ELC      org/org-id.elc
  ELC      org/org-indent.elc
  ELC      org/org-inlinetask.elc
  ELC      org/org-keys.elc
  ELC      org/org-lint.elc
  ELC      org/org-list.elc
  ELC      org/org-macro.elc
  ELC      org/org-macs.elc
  ELC      org/org-mobile.elc
  ELC      org/org-mouse.elc
  ELC      org/org-num.elc
  ELC      org/org-pcomplete.elc
  ELC      org/org-plot.elc
  ELC      org/org-protocol.elc
  ELC      org/org-src.elc
  ELC      org/org-table.elc
  ELC      org/org-tempo.elc
  ELC      org/org-timer.elc
  ELC      org/org.elc
  ELC      org/ox-ascii.elc
  ELC      org/ox-beamer.elc
  ELC      org/ox-html.elc
  ELC      org/ox-icalendar.elc
  ELC      org/ox-latex.elc
  ELC      org/ox-man.elc
  ELC      org/ox-md.elc
  ELC      org/ox-odt.elc
  ELC      org/ox-org.elc
  ELC      org/ox-publish.elc
  ELC      org/ox-texinfo.elc
  ELC      org/ox.elc
  ELC      play/5x5.elc
  ELC      play/animate.elc
  ELC      play/blackbox.elc
  ELC      play/bubbles.elc
  ELC      play/cookie1.elc
  ELC      play/decipher.elc
  ELC      play/dissociate.elc
  ELC      play/doctor.elc
  ELC      play/dunnet.elc
  ELC      play/fortune.elc
  ELC      play/gamegrid.elc
  ELC      play/gametree.elc
  ELC      play/gomoku.elc
  ELC      play/handwrite.elc
  ELC      play/hanoi.elc
  ELC      play/life.elc
  ELC      play/morse.elc
  ELC      play/mpuz.elc
  ELC      play/pong.elc
  ELC      play/snake.elc
  ELC      play/solitaire.elc
  ELC      play/spook.elc
  ELC      play/studly.elc
  ELC      play/tetris.elc
  ELC      play/zone.elc
  ELC      progmodes/antlr-mode.elc
  ELC      progmodes/asm-mode.elc
  ELC      progmodes/autoconf.elc
  ELC      progmodes/bat-mode.elc
  ELC      progmodes/bug-reference.elc
  ELC      progmodes/cc-bytecomp.elc
  ELC      progmodes/cc-awk.elc
  ELC      progmodes/cc-guess.elc
  ELC      progmodes/cfengine.elc
  ELC      progmodes/cl-font-lock.elc
  ELC      progmodes/cmacexp.elc
  ELC      progmodes/compile.elc
  ELC      progmodes/cperl-mode.elc
  ELC      progmodes/cpp.elc
  ELC      progmodes/cwarn.elc
  ELC      progmodes/dcl-mode.elc
  ELC      progmodes/ebnf-abn.elc
  ELC      progmodes/ebnf-bnf.elc
  ELC      progmodes/ebnf-dtd.elc
  ELC      progmodes/ebnf-ebx.elc
  ELC      progmodes/ebnf-iso.elc
  ELC      progmodes/ebnf-otz.elc
  ELC      progmodes/ebnf-yac.elc
  ELC      progmodes/ebnf2ps.elc
  ELC      progmodes/ebrowse.elc
  ELC      progmodes/etags.elc
  ELC      progmodes/executable.elc
  ELC      progmodes/f90.elc
  ELC      progmodes/flymake-cc.elc
  ELC      progmodes/flymake-proc.elc
  ELC      progmodes/flymake.elc
  ELC      progmodes/fortran.elc
  ELC      progmodes/gdb-mi.elc
  ELC      progmodes/glasses.elc
  ELC      progmodes/grep.elc
  ELC      progmodes/gud.elc
  ELC      progmodes/hideif.elc
  ELC      progmodes/hideshow.elc
  ELC      progmodes/icon.elc
  ELC      progmodes/idlw-complete-structtag.elc
  ELC      progmodes/idlw-help.elc
  ELC      progmodes/idlw-shell.elc
  ELC      progmodes/idlw-toolbar.elc
  ELC      progmodes/idlwave.elc
  ELC      progmodes/inf-lisp.elc
  ELC      progmodes/js.elc
  ELC      progmodes/ld-script.elc
  ELC      progmodes/m4-mode.elc
  ELC      progmodes/make-mode.elc
  ELC      progmodes/meta-mode.elc
  ELC      progmodes/mixal-mode.elc
  ELC      progmodes/modula2.elc
  ELC      progmodes/octave.elc
  ELC      progmodes/opascal.elc
  ELC      progmodes/pascal.elc
  ELC      progmodes/perl-mode.elc
  ELC      progmodes/project.elc
  ELC      progmodes/prolog.elc
  ELC      progmodes/ps-mode.elc
  ELC      progmodes/python.elc
  ELC      progmodes/ruby-mode.elc
  ELC      progmodes/scheme.elc
  ELC      progmodes/sh-script.elc
  ELC      progmodes/simula.elc
  ELC      progmodes/sql.elc
  ELC      progmodes/subword.elc
  ELC      progmodes/tcl.elc
  ELC      progmodes/vera-mode.elc
  ELC      progmodes/verilog-mode.elc
  ELC      progmodes/vhdl-mode.elc
  ELC      progmodes/which-func.elc
  ELC      progmodes/xref.elc
  ELC      progmodes/xscheme.elc
  ELC      term/AT386.elc
  ELC      term/bobcat.elc
  ELC      term/cygwin.elc
  ELC      term/iris-ansi.elc
  ELC      term/konsole.elc
  ELC      term/linux.elc
  ELC      term/lk201.elc
  ELC      term/news.elc
  ELC      term/rxvt.elc
  ELC      term/screen.elc
  ELC      term/sun.elc
  ELC      term/tmux.elc
  ELC      term/tvi970.elc
  ELC      term/vt100.elc
  ELC      term/vt200.elc
  ELC      term/w32console.elc
  ELC      term/wyse50.elc
  ELC      term/xterm.elc
  ELC      textmodes/artist.elc
  ELC      textmodes/bib-mode.elc
  ELC      textmodes/bibtex-style.elc
  ELC      textmodes/bibtex.elc
  ELC      textmodes/conf-mode.elc
  ELC      textmodes/css-mode.elc
  ELC      textmodes/dns-mode.elc
  ELC      textmodes/enriched.elc
  ELC      textmodes/flyspell.elc
  ELC      textmodes/ispell.elc
  ELC      textmodes/less-css-mode.elc
  ELC      textmodes/makeinfo.elc
  ELC      textmodes/mhtml-mode.elc
  ELC      textmodes/nroff-mode.elc
  ELC      textmodes/page-ext.elc
  ELC      textmodes/picture.elc
  ELC      textmodes/po.elc
  ELC      textmodes/refbib.elc
  ELC      textmodes/refer.elc
  ELC      textmodes/refill.elc
  ELC      textmodes/reftex-auc.elc
  ELC      textmodes/reftex-cite.elc
  ELC      textmodes/reftex-dcr.elc
  ELC      textmodes/reftex-global.elc
  ELC      textmodes/reftex-index.elc
  ELC      textmodes/reftex-parse.elc
  ELC      textmodes/reftex-ref.elc
  ELC      textmodes/reftex-sel.elc
  ELC      textmodes/reftex-toc.elc
  ELC      textmodes/reftex-vars.elc
  ELC      textmodes/reftex.elc
  ELC      textmodes/remember.elc
  ELC      textmodes/rst.elc
  ELC      textmodes/sgml-mode.elc
  ELC      textmodes/table.elc
  ELC      textmodes/tex-mode.elc
  ELC      textmodes/texinfmt.elc
  ELC      textmodes/texinfo.elc
  ELC      textmodes/texnfo-upd.elc
  ELC      textmodes/tildify.elc
  ELC      textmodes/two-column.elc
  ELC      textmodes/underline.elc
  ELC      url/url-about.elc
  ELC      url/url-auth.elc
  ELC      url/url-cache.elc
  ELC      url/url-cid.elc
  ELC      url/url-cookie.elc
  ELC      url/url-dav.elc
  ELC      url/url-dired.elc
  ELC      url/url-domsuf.elc
  ELC      url/url-expand.elc
  ELC      url/url-file.elc
  ELC      url/url-ftp.elc
  ELC      url/url-future.elc
  ELC      url/url-gw.elc
  ELC      url/url-handlers.elc
  ELC      url/url-history.elc
  ELC      url/url-http.elc
  ELC      url/url-imap.elc
  ELC      url/url-irc.elc
  ELC      url/url-ldap.elc
  ELC      url/url-mailto.elc
  ELC      url/url-methods.elc
  ELC      url/url-misc.elc
  ELC      url/url-news.elc
  ELC      url/url-nfs.elc
  ELC      url/url-parse.elc
  ELC      url/url-privacy.elc
  ELC      url/url-proxy.elc
  ELC      url/url-queue.elc
  ELC      url/url-tramp.elc
  ELC      url/url-util.elc
  ELC      url/url-vars.elc
  ELC      url/url.elc
  ELC      vc/add-log.elc
  ELC      vc/compare-w.elc
  ELC      vc/cvs-status.elc
  ELC      vc/diff-mode.elc
  ELC      vc/diff.elc
  ELC      vc/ediff-diff.elc
  ELC      vc/ediff-help.elc
  ELC      vc/ediff-init.elc
  ELC      vc/ediff-merg.elc
  ELC      vc/ediff-mult.elc
  ELC      vc/ediff-ptch.elc
  ELC      vc/ediff-util.elc
  ELC      vc/ediff-vers.elc
  ELC      vc/ediff-wind.elc
  ELC      vc/ediff.elc
  ELC      vc/emerge.elc
  ELC      vc/log-edit.elc
  ELC      vc/log-view.elc
  ELC      vc/pcvs-defs.elc
  ELC      vc/pcvs-info.elc
  ELC      vc/pcvs-parse.elc
  ELC      vc/pcvs-util.elc
  ELC      vc/pcvs.elc
  ELC      vc/smerge-mode.elc
  ELC      vc/vc-annotate.elc
  ELC      vc/vc-bzr.elc
  ELC      vc/vc-cvs.elc
  ELC      vc/vc-dav.elc
  ELC      vc/vc-dir.elc
  ELC      vc/vc-dispatcher.elc
  ELC      vc/vc-filewise.elc
  ELC      vc/vc-git.elc
  ELC      vc/vc-hg.elc
  ELC      vc/vc-mtn.elc
  ELC      vc/vc-rcs.elc
  ELC      vc/vc-sccs.elc
  ELC      vc/vc-src.elc
  ELC      vc/vc-svn.elc
  ELC      vc/vc.elc
  ELC      progmodes/cc-defs.elc
  ELC      progmodes/cc-vars.elc
  ELC      progmodes/cc-menus.elc
  ELC      progmodes/cc-langs.elc
  ELC      progmodes/cc-engine.elc
  ELC      progmodes/cc-align.elc
  ELC      progmodes/cc-cmds.elc
  ELC      progmodes/cc-fonts.elc
  ELC      progmodes/cc-styles.elc
  ELC      progmodes/cc-mode.elc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib-src all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR='/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/bin/' \
		 LISP_DESTDIR='/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/lisp/' all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets all
make[2]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata charscript.el
make[2]: Nothing to be done for `charscript.el'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
make[2]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets cp51932.el
make[2]: Nothing to be done for `cp51932.el'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets eucjp-ms.el
make[2]: Nothing to be done for `eucjp-ms.el'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../nextstep all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../src emacs
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets all
make[4]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata charscript.el
make[4]: Nothing to be done for `charscript.el'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs"
make[4]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets cp51932.el
make[4]: Nothing to be done for `cp51932.el'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/charsets eucjp-ms.el
make[4]: Nothing to be done for `eucjp-ms.el'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../leim all EMACS="../src/emacs"
make[2]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../admin/grammars all EMACS="../../src/emacs"
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `compile-targets'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make info-real info-dir
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/lispref info
make[2]: Nothing to be done for `info'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/lispintro info
make[2]: Nothing to be done for `info'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/emacs info
make[2]: Nothing to be done for `info'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C doc/misc info
make[2]: Nothing to be done for `info'.
make[1]: Nothing to be done for `info-dir'.
umask 022; /usr/local/bin/gmkdir -p "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/info"
unset CDPATH; \
	thisdir=`/bin/pwd`; \
	exp_infodir=`cd "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/info" && /bin/pwd`; \
	if [ "`cd ./info && /bin/pwd`" = "$exp_infodir" ]; then \
	  true; \
	else \
	   [ -f "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/info/dir" ] || \
	      [ ! -f ./info/dir ] || \
	      /usr/local/bin/ginstall -c -m 644 ./info/dir "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/info/dir"; \
	   info_misc=`/Applications/Xcode.app/Contents/Developer/usr/bin/make --no-print-directory -s -C doc/misc echo-info`; \
	   cd ./info ; \
	   for elt in emacs.info eintr.info elisp.info ${info_misc}; do \
	      test "yes" = "no" && test ! -f $elt && continue; \
	      for f in `ls $elt $elt-[1-9] $elt-[1-9][0-9] 2>/dev/null`; do \
	       (cd "${thisdir}"; \
	        /usr/local/bin/ginstall -c -m 644 ./info/$f "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/info/$f"); \
	        [ -n "/usr/bin/gzip" ] || continue ; \
	        rm -f "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/info/$f.gz"; \
	        /usr/bin/gzip -9n "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/info/$f"; \
	      done; \
	     (cd "${thisdir}"; \
	      /usr/bin/install-info --info-dir="/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/info" "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/info/$elt"); \
	   done; \
	fi
umask 022; /usr/local/bin/gmkdir -p "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/man/man1"
thisdir=`/bin/pwd`; \
	cd ./doc/man; \
	for page in *.1; do \
	  test "$page" = ChangeLog.1 && continue; \
	  dest=`echo "${page}" | sed -e 's/\.1$//' -e 's,x,x,'`.1; \
	  (cd "${thisdir}"; \
	   /usr/local/bin/ginstall -c -m 644 ./doc/man/${page} "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/man/man1/${dest}"); \
	  [ -n "/usr/bin/gzip" ] || continue ; \
	  rm -f "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/man/man1/${dest}.gz"; \
	  /usr/bin/gzip -9n "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/man/man1/${dest}" || true; \
	done
umask 022 && /usr/local/bin/gmkdir -p "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/include"
/usr/local/bin/ginstall -c -m 644 src/emacs-module.h "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/include/emacs-module.h"
set "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/etc" "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/lisp" ; \
	unset CDPATH; \
	for installuser in ${LOGNAME} ${USERNAME} ${USER} `(id -u) 2> /dev/null`; do [ -n "${installuser}" ] && break ; done; installgroup=`(id -g) 2>/dev/null` && [ -n "$installgroup" ] && installuser=$installuser:$installgroup; \
	for dir in ./etc ./lisp ; do \
	  [ -d ${dir} ] || exit 1 ; \
	  dest="$1" ; shift ; \
	  if [ -d "${dest}" ]; then \
	    exp_dest=`cd "${dest}" && /bin/pwd`; \
	    [ "$exp_dest" = "`cd ${dir} && /bin/pwd`" ] && continue ; \
	  else true; \
	  fi; \
	  rm -rf "${dest}" ; \
	  umask 022; /usr/local/bin/gmkdir -p "${dest}" ; \
	  printf 'Copying %s to %s...\n' "$dir" "$dest" ; \
	  (cd ${dir}; tar -chf - . ) \
	    | (cd "${dest}"; umask 022; \
	       tar -xvf - && cat > /dev/null) || exit 1; \
	  if [ "${dir}" = "./etc" ]; then \
	      rm -f "${dest}/DOC"* ; \
	      rm -f "${dest}/refcards"/*.aux "${dest}/refcards"/*.dvi; \
	      rm -f "${dest}/refcards"/*.log "${dest}/refcards"/*.in; \
	  else true; \
	  fi; \
	  (cd "${dest}" || exit 1; \
	    for subdir in `find . -type d -print` ; do \
	      chmod a+rx ${subdir} ; \
	      rm -f ${subdir}/.gitignore ; \
	      rm -f ${subdir}/.arch-inventory ; \
	      rm -f ${subdir}/.DS_Store ; \
	      rm -f ${subdir}/#* ; \
	      rm -f ${subdir}/.#* ; \
	      rm -f ${subdir}/*~ ; \
	      rm -f ${subdir}/*.orig ; \
	      rm -f ${subdir}/ChangeLog* ; \
	      [ "${dir}" != "./etc" ] && \
	        rm -f ${subdir}/[mM]akefile*[.-]in ${subdir}/[mM]akefile ; \
	    done ); \
	  find "${dest}" -exec chown ${installuser} {} ';' ;\
	done
Copying ./etc to /Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/etc...
Copying ./lisp to /Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/lisp...
rm -f "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/lisp/subdirs.el"
umask 022; ./build-aux/update-subdirs "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/lisp"
subdir="/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/share/emacs/28.0.50/site-lisp" ; \
	  if [ -f "${subdir}/subdirs.el" ]; then true; else umask 022; /usr/local/bin/gmkdir -p "${subdir}"; (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; echo "    (normal-top-level-add-subdirs-to-load-path))") > "${subdir}/subdirs.el"; fi
subdir="/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/share/emacs/site-lisp" ; \
	  if [ -f "${subdir}/subdirs.el" ]; then true; else umask 022; /usr/local/bin/gmkdir -p "${subdir}"; (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; echo "    (normal-top-level-add-subdirs-to-load-path))") > "${subdir}/subdirs.el"; fi || true
[ -z "/usr/bin/gzip" ] || { \
	  echo "Compressing *.el etc. ..." && \
	  cd "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/lisp" && \
	  for f in `find . -name "*.elc" -print | sed 's/.elc$/.el/'`; do \
	    /usr/bin/gzip -9n "$f"; \
	  done; \
	  /usr/bin/gzip -9n "../etc/publicsuffix.txt"; \
	}
Compressing *.el etc. ...
chmod -R a+r "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/share/emacs/28.0.50" "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/etc" "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/lisp"
unset CDPATH; \
	umask 022; /usr/local/bin/gmkdir -p "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/etc" ; \
	exp_etcdocdir=`cd "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/etc"; /bin/pwd`; \
	if [ "`cd ./etc; /bin/pwd`" != "$exp_etcdocdir" ]; \
	then \
	   docfile="DOC"; \
	   printf 'Copying %s to %s ...\n' "etc/$docfile" \
	     "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/etc"; \
	   /usr/local/bin/ginstall -c -m 644 etc/${docfile} "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/etc/${docfile}"; \
	   for installuser in ${LOGNAME} ${USERNAME} ${USER} `(id -u) 2> /dev/null`; do [ -n "${installuser}" ] && break ; done; installgroup=`(id -g) 2>/dev/null` && [ -n "$installgroup" ] && installuser=$installuser:$installgroup; \
	     chown ${installuser} "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/etc/${docfile}" || true ; \
	else true; fi
Copying etc/DOC to /Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/etc ...
umask 022; /usr/local/bin/gmkdir -p "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/bin"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib-src install

Installing utilities run internally by Emacs.
umask 022 && /usr/local/bin/gmkdir -p "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/libexec"
exp_archlibdir=`cd "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/libexec" && /bin/pwd` && \
	if [ "$exp_archlibdir" != "`/bin/pwd`" ]; then \
	  for file in hexl  movemail ; do \
	    /usr/local/bin/ginstall -c  $file \
	      "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/libexec/$file" || exit; \
	  done ; \
        fi
exp_archlibdir=`cd "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/libexec" && /bin/pwd` && \
	if [ "$exp_archlibdir" != "`cd . && /bin/pwd`" ]; then \
	  for file in rcs2log; do \
	    /usr/local/bin/ginstall -c ./$file \
	      "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/libexec/$file" || exit; \
	  done ; \
	fi

Installing utilities for users to run.
umask 022 && /usr/local/bin/gmkdir -p "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/bin"
for file in etags ctags emacsclient  ebrowse ; do \
	  /usr/local/bin/ginstall -c  ${file} \
	    "/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/MacOS/bin"/` \
	      echo ${file} | sed -e 's/$//' -e 's,x,x,' \
	    ` || exit; \
	done
subdir=/Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/site-lisp && if [ -f "${subdir}/subdirs.el" ]; then true; else umask 022; /usr/local/bin/gmkdir -p "${subdir}"; (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; echo "    (normal-top-level-add-subdirs-to-load-path))") > "${subdir}/subdirs.el"; fi
rm -rf /Users/allendang/Downloads/emacs/nextstep/Emacs.app/Contents/Resources/share
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib-src maybe-blessmail
make[1]: Nothing to be done for `maybe-blessmail'.

@shshkn
Copy link

shshkn commented Jul 23, 2020

@AndreaCorallo

PS @shshkn I wanted to ask why is necessary to create this link and if you think we could avoid that with some workaround on the Emacs side.

It fails to dlopen in pdumper dump_do_dump_relocation RELOC_NATIVE_COMP_UNIT case branch.

For self-contained Emacs.app:

invocation_directory points to /###/Emacs.app/Contents/MacOS/

cu->file contains ("../../Resources/lisp/###" "../lisp/###").

https://github.com/emacs-mirror/emacs/blob/37e0dbc97242a69da9f02039f5635261a307659a/lisp/loadup.el#L467

This is command-line-args during loadup:

("./temacs" "--temacs=pdump" "-l" "loadup" "--bin-dest" "/###/emacs-source-feature_native-comp/nextstep/Emacs.app/Contents/MacOS/bin/" "--lisp-dest" "/###/emacs-source-feature_native-comp/nextstep/Emacs.app/Contents/Resources/lisp/")

bin-dest-dir points to MacOS/bin/ but by default Emacs binary is under MacOS/ so that's why ../../Resources doesn't work.

So the issue is in getting correct relative path.

Passing bindir="$(pwd)/nextstep/Emacs.app/Contents/MacOS" to make does the job for self-contained builds (emacsclient still has issues starting new emacs daemon).

@AndreaCorallo
Copy link

AndreaCorallo commented Jul 24, 2020

Interesting, this is the same question I was asking here https://debbugs.gnu.org/cgi/bugreport.cgi?bug=41877#8

I'd be happy to find a fix for this but I've no knowledge of MacOS and no machine to test it either so I need some help here :)

So IIUC apparently bin-dest-dir is wrong? Then I'm wondering how make install could work because both are derived from ${bindir} in the Makefile.

@mnewt
Copy link

mnewt commented Jul 24, 2020

I've been doing two things to address this:

  1. After make install, copy the contents of the lisp directory into the app bundle because that's where it ends up looking for the eln files.
cp -R lisp "nextstep/Emacs.app/Contents/"
  1. In init.el, put the libgccjit and dependencies on the library path so comp can find them while Emacs is running.
(setenv "LIBRARY_PATH" "/usr/local/opt/gcc/lib/gcc/10")

#1 seems undesirable because make install puts the lisp directory in /usr/local/share/emacs/28.0.50/lisp/. Would changing bin-dest-dir cause Emacs to look there for eln files on startup instead of in the app bundle?

For #2, clearly those libraries need to be located at runtime. Can the linker be configured to hard code those dependency paths so the environment doesn't need configuring?

And would either of those strategies affect emacsclient or emacs -nw?

@CarlQLange
Copy link

@mnewt Your instructions here were really very handy, thank you. However, the compilation only seems to work if I run emacs from a shell and not from the .app. I think it's to do with the LIBRARY_PATH being reset or something, but it's driving me nuts!

@mnewt
Copy link

mnewt commented Jul 27, 2020

@CarlQLange I'm glad! It did take me a while to iron out the kinks even with all the help in this thread.

Double checking: are you sure LIBRARY_PATH is being set in init.el, like in my comment above? It definitely won't be set when Emacs.app is launched initially, regardless of what's in your shell init files.

@CarlQLange
Copy link

@mnewt Yeah, it was. Still not clear on how it didn't work, but I'm sure it's my fault and not the fault of your instructions or native-comp! In the end I just couldn't make deferred compiling work nicely. Even when the compilation worked, packages would fail to load because of undefined variables and I burned a whole day on whackamole before giving up. I'm sure this would work really well if I used my own config, but it seems like doom-emacs doesn't play that nicely. It's still great to actually have nativecomp compiled though!

@jlhg
Copy link

jlhg commented Aug 13, 2020

I met an error cairo-xlib.h: No such file or directory when make. Add -I/opt/X11/include/cairo to CFLAGS can resolve this.

@schellj
Copy link

schellj commented Sep 10, 2020

FYI for anyone following this thread, I was able to successfully build the native-comp branch fairly easily using https://github.com/jimeh/build-emacs-for-macos. Only ran into a couple of minor issues for a few minutes after starting Emacs, I believe due to the async lisp package compilation not being completed yet.

@CarlQLange
Copy link

@schellj That was a great recommendation. I don't know exactly why, but building with that script has solved the problems I've had for years with scrolling. And it was extremely painless!

@daviderestivo
Copy link

I was able to compile Emacs with native-comp support but when launching emacs I get this error:

$ emacs -Q
emacs: can't find function "F656c646f632d646f63756d656e746174696f6e2d64656661756c74_eldoc_documentation_default_0" in compilation unit /usr/local/Cellar/emacs-head@28/HEAD-21021e5_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln

any ideas?

@AndreaCorallo
Copy link

Could you check the size of this eln file?

@schellj
Copy link

schellj commented Sep 14, 2020

I've also run into an issue where Emacs seems to create a problematic (non-zero size) eln file for cl-lib sometimes. After exiting Emacs and attempting to restart, I get the following error:

[~]$ open /Applications/Emacs.app
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Emacs.app.

If I delete ~/.emacs.d/eln-cache/28.0.50-x86_64-apple-darwin19.6.0-24f1b3501916c3935f73bd09c228268f/cl-lib-388247404020ff233a151179ccaf7d0e-fa297bdec2c84d1f0a3a03da76744f30.eln, Emacs starts successfully.

I've pushed the eln file and the original cl-lib.el file here:
https://github.com/schellj/emacs-native-comp-debug/blob/problematic-cl-lib/eln-cache/28.0.50-x86_64-apple-darwin19.6.0-24f1b3501916c3935f73bd09c228268f/cl-lib-388247404020ff233a151179ccaf7d0e-fa297bdec2c84d1f0a3a03da76744f30.eln
https://github.com/schellj/emacs-native-comp-debug/blob/problematic-cl-lib/cl-lib.el

PS - Is there a better place to report issues like this @AndreaCorallo ?

@AndreaCorallo
Copy link

PS - Is there a better place to report issues like this @AndreaCorallo ?

Yes the best is to use the Emacs bug tracker https://debbugs.gnu.org/Emacs.html M-x report-emacs-bug.

We usually add into the subject [feature/native-comp] (some examples https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs;include=subject%3Anative-comp)

@schellj
Copy link

schellj commented Sep 14, 2020

Thanks, I'll work on reporting via report-emacs-bug. Though I do have the eln-cache directory saved from when that issue last occurred, I'm not sure how to reproduce it now.

@daviderestivo
Copy link

daviderestivo commented Sep 15, 2020

Could you check the size of this eln file?

gutter@nemesis ~ $ ls -al /usr/local/Cellar/emacs-head@28/HEAD-21021e5_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln
-r--r--r--  1 gutter  admin  82628 Sep 14 07:10 /usr/local/Cellar/emacs-head@28/HEAD-21021e5_1/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-7e5198856538e2d0888d324e804f0442/eldoc-47e1f01cc0121af2b62caf268f92fd16-368e1766935b99b5a29346a902b44c9b.eln

@AndreaCorallo Please lemme know if you need other infos ...

@Grekkor
Copy link

Grekkor commented Oct 4, 2020

I am getting this pesky error and I have the correct symlink for the lisp folder inside /Applications/Emacs.app/Contents but now it starts looking for .eln files inside a native-lisp folder:

emacs: dlopen(/Applications/Emacs.app/Contents/MacOS/../native-lisp/28.0.50-x86_64-apple-darwin19.6.0-919382e94fb290efe3ee4a93fd4035d3/lisp-mode-0189ba85598c041b7504f0a916c04219-1738806322de892570d69dfc55b437c2.eln, 1): image not found

@mattsawyer77
Copy link

@Grekkor I had the same problem. I had to do this:

sudo ln -sf /Applications/Emacs.app/Contents/native-lisp /usr/local/native-lisp

@bryanmobrien
Copy link

Late to this game, but very thankful for this gist (and all the tips/tricks within).
With the following pieces,

Big Sur 11.2 (Intel) 
HOMEBREW_VERSION: 2.7.5-237-gf7a718c
gcc: stable 10.2.0 (bottled), HEAD
libgccjit: stable 10.2.0 (bottled), HEAD
git branch: feature/native-comp b8d3ae78c5 [origin/feature/native-comp] 
src-dir:  /Users/bobrien/src/gnu-emacs/gccemacs

I was failing time and time again with this error

emacs: dlopen(/Users/bobrien/src/gnu-emacs/gccemacs/nextstep/Emacs.app/Contents/MacOS/  
../native-lisp/28.0.50-x86_64-apple-darwin20.3.0-97a65566abd4d693149e0aa232898a68/mouse-  
15f283fa50e83fc2aec8714353ada84c-de78d65d134dc032624554b36cd56584.eln, 1): image not found

I was finally able to successfully build (and run) with the following build.sh:

export CC=clang
export LDFLAGS=-L/usr/local/Cellar/libgccjit/10.2.0_1/lib/gcc/10
export CXXFLAGS=-I/usr/local/Cellar/libgccjit/10.2.0_1/include
./configure --with-nativecomp
make bindir=$(pwd)/nextstep/Emacs.app/Contents/MacOS bootstrap && make install

The piece that got me past the error was passing bindir to make (thank you @shshkn)
I didn't have to symlink any directories in the src-dir ;-)
I symlinked the built gccemacs as:

ln -sf ~/src/gnu-emacs/gccemacs/nextstep/Emacs.app ~/Applications/GCCEmacs.app

I was able to run Emacs via command line and finder (mouse-click).
Emacsclient was aliased as

em="~/src/gnu-emacs/gccemacs/nextstep/Emacs.app/bin/emacsclient -c -n -a ''

and emacsclient is working as well.

Again, thank all of you for this gist and especially the bindir= tip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment