Created
June 19, 2023 13:12
-
-
Save Eason0210/6710700a77d632e7fffba44c584a7692 to your computer and use it in GitHub Desktop.
Build Emacs 29.0.92--with-native-complilation=aot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MINGW64 ~/src | |
$ tar xJf emacs-29.0.92.tar.xz | |
MINGW64 ~/src | |
$ cd emacs-29.0.92/ | |
MINGW64 ~/src/emacs-29.0.92 | |
$ ls | |
aclocal.m4 ChangeLog config.bat doc INSTALL.REPO lwlib modules README | |
admin ChangeLog.1 configure etc leim m4 msdos site-lisp | |
autogen.sh ChangeLog.2 configure.ac GNUmakefile lib make-dist nextstep src | |
BUGS ChangeLog.3 CONTRIBUTE info lib-src Makefile.in nt test | |
build-aux ChangeLog.4 COPYING INSTALL lisp MANIFEST oldXMenu | |
MINGW64 ~/src/emacs-29.0.92 | |
$ ./autogen.sh | |
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. | |
Running 'autoreconf -fi -I m4' ... | |
You can now run './configure'. | |
MINGW64 ~/src/emacs-29.0.92 | |
$ ./configure --prefix=/c/opt/emacs --with-native-compilation=aot --without-dbus | |
configure: loading site script /etc/config.site | |
checking for xcrun... no | |
checking for GNU Make... make | |
checking build system type... x86_64-w64-mingw32 | |
checking host system type... x86_64-w64-mingw32 | |
checking the compiler's target... x86_64-w64-mingw32 | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.exe | |
checking for suffix of executables... .exe | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether the compiler supports GNU C... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to enable C11 features... none needed | |
checking whether the compiler is clang... no | |
checking for compiler option needed when checking for declarations... none | |
checking whether gcc and cc understand -c and -o together... yes | |
checking for stdio.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for strings.h... yes | |
checking for sys/stat.h... yes | |
checking for sys/types.h... yes | |
checking for unistd.h... yes | |
checking for wchar.h... yes | |
checking for minix/config.h... no | |
checking for linux/fs.h... no | |
checking for malloc.h... yes | |
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... no | |
checking for pwd.h... yes | |
checking for utmp.h... no | |
checking for util.h... no | |
checking for sanitizer/lsan_interface.h... no | |
checking for sys/socket.h... yes | |
checking for sys/param.h... yes | |
checking for pthread.h... (cached) no | |
checking for malloc/malloc.h... no | |
checking for sys/un.h... no | |
checking for vfork.h... no | |
checking for dirent.h... yes | |
checking for execinfo.h... no | |
checking for stdio_ext.h... no | |
checking for sys/vfs.h... no | |
checking for sys/fs_types.h... no | |
checking for getopt.h... (cached) no | |
checking for sys/cdefs.h... yes | |
checking for sys/time.h... yes | |
checking for ieee754.h... no | |
checking for limits.h... yes | |
checking for sys/select.h... no | |
checking for stdalign.h... yes | |
checking for stdbool.h... yes | |
checking for stdckdint.h... no | |
checking for sys/random.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether _XOPEN_SOURCE should be defined... no | |
checking how to run the C preprocessor... gcc -I ./nt/inc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for Minix Amsterdam compiler... no | |
checking for ar... ar | |
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... 64 | |
checking for time_t past the year 2038... yes | |
checking whether gcc -I ./nt/inc accepts -g3 -O2... yes | |
checking whether the compiler is clang... no | |
checking whether C compiler handles -Werror -Wunknown-warning-option... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking command to symlink files in the same directory... /bin/ln | |
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... no | |
checking for -znocombreloc... not needed | |
checking whether addresses are sanitized... no | |
checking for math library... none required | |
checking for pkg-config... /mingw64/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... yes | |
checking for _oss_ioctl in -lossaudio... no | |
checking for alsa >= 1.0.0... no | |
checking for ADDR_NO_RANDOMIZE... no | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for net/if.h... no | |
checking for ifaddrs.h... no | |
checking for net/if_dl.h... no | |
checking for struct ifreq.ifr_flags... no | |
checking for struct ifreq.ifr_hwaddr... no | |
checking for struct ifreq.ifr_netmask... no | |
checking for struct ifreq.ifr_broadaddr... no | |
checking for struct ifreq.ifr_addr... no | |
checking for struct ifreq.ifr_addr.sa_len... no | |
checking whether gcc understands -MMD -MF... yes | |
checking for X... no | |
checking whether Windows API headers are recent enough... yes | |
checking for windres... windres | |
checking whether malloc is Doug Lea style... no | |
checking for sbrk... (cached) yes | |
checking for getpagesize... yes | |
checking for __lsan_ignore_object... no | |
checking for fork... no | |
checking for vfork... no | |
checking for fchmod... no | |
checking for canonicalize_file_name... (cached) yes | |
checking for faccessat... (cached) yes | |
checking for realpath... (cached) yes | |
checking for lstat... (cached) yes | |
checking for readlinkat... (cached) yes | |
checking for explicit_bzero... (cached) yes | |
checking for memset_s... no | |
checking for fchmodat... (cached) yes | |
checking for lchmod... (cached) yes | |
checking for fcntl... (cached) yes | |
checking for fdopendir... (cached) not-needed | |
checking for fstatat... (cached) yes | |
checking for fsync... (cached) yes | |
checking for futimens... (cached) not-needed | |
checking for getrandom... no | |
checking for gettimeofday... yes | |
checking for mkostemp... no | |
checking for pipe2... (cached) yes | |
checking for pselect... (cached) yes | |
checking for pthread_sigmask... (cached) yes | |
checking for readlink... (cached) yes | |
checking for isblank... yes | |
checking for iswctype... yes | |
checking for strtoimax... yes | |
checking for symlink... (cached) yes | |
checking for localtime_r... no | |
checking for timegm... no | |
checking for utimensat... (cached) yes | |
checking for getdtablesize... no | |
checking for futimes... no | |
checking for futimesat... no | |
checking for lutimes... no | |
checking for working mmap... no | |
checking for main in -lXbsd... no | |
checking for thread support... yes | |
checking for librsvg-2.0 >= 2.14.0... yes | |
checking for libwebpdemux >= 0.6.0... yes | |
checking for WebPGetInfo... yes | |
checking for sqlite3_open_v2 in -lsqlite3... yes | |
checking for sqlite3_load_extension in -lsqlite3... yes | |
checking for getaddrinfo_a in -lanl... no | |
checking for malloc_trim... 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 for tree-sitter >= 0.20.2... yes | |
checking for windows.h... yes | |
checking for harfbuzz >= 1.2.3... yes | |
checking for X11/xpm.h... yes | |
checking for jpeglib 6b or later... -ljpeg | |
checking for lcms2... yes | |
checking for library containing inflateEnd... -lz | |
checking for dladdr... no | |
checking for dlfunc... no | |
checking for gcc_jit_context_acquire in -lgccjit... yes | |
checking for libgccjit.h... yes | |
checking for png.h... yes | |
checking whether png_longjmp is declared... yes | |
checking for tiffio.h... yes | |
checking for gif_lib.h... yes | |
checking for gpm.h... no | |
checking for libxml-2.0 > 2.6.17... yes | |
checking for maillock in -lmail... no | |
checking for maillock in -llockfile... no | |
checking for liblockfile.so... no | |
checking for maillock.h... no | |
checking for linux/seccomp.h... no | |
checking for linux/filter.h... no | |
checking for libseccomp >= 2.5.2... no | |
checking size of long... 4 | |
checking for accept4... no | |
checking for fchdir... no | |
checking for gethostname... (cached) yes | |
checking for getrusage... no | |
checking for get_current_dir_name... no | |
checking for lrand48... no | |
checking for random... (cached) yes | |
checking for rint... yes | |
checking for trunc... yes | |
checking for select... (cached) yes | |
checking for getpagesize... (cached) yes | |
checking for setlocale... yes | |
checking for newlocale... no | |
checking for getrlimit... (cached) yes | |
checking for setrlimit... (cached) yes | |
checking for shutdown... (cached) yes | |
checking for pthread_sigmask... (cached) yes | |
checking for strsignal... (cached) no | |
checking for setitimer... (cached) yes | |
checking for sendto... (cached) yes | |
checking for recvfrom... (cached) yes | |
checking for getsockname... (cached) yes | |
checking for getifaddrs... no | |
checking for freeifaddrs... no | |
checking for gai_strerror... (cached) yes | |
checking for sync... no | |
checking for getpwent... no | |
checking for endpwent... no | |
checking for getgrent... no | |
checking for endgrent... no | |
checking for cfmakeraw... no | |
checking for cfsetspeed... no | |
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... no | |
checking whether pthread_setname_np takes three arguments... no | |
checking for aligned_alloc... no | |
checking for posix_memalign... no | |
checking whether aligned_alloc is declared... no | |
checking for posix_madvise... no | |
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... no | |
checking for getpt... no | |
checking for posix_openpt... no | |
checking for library containing tputs... none required | |
checking for timerfd interface... no | |
checking whether signals can be handled on alternate stack... no | |
checking for valgrind/valgrind.h... no | |
checking for struct unipair.unicode... no | |
checking for pid_t... yes | |
checking for snprintf... yes | |
checking for spawn.h... no | |
checking for posix_spawn... no | |
checking for posix_spawn_file_actions_addchdir... no | |
checking for posix_spawn_file_actions_addchdir_np... no | |
checking for posix_spawnattr_setflags... no | |
checking whether POSIX_SPAWN_SETSID is declared... no | |
checking whether GLib is linked in... no | |
checking for nl_langinfo and CODESET... (cached) yes | |
checking for nl_langinfo and _NL_PAPER_WIDTH... (cached) yes | |
checking for mbstate_t... yes | |
checking for _setjmp... no | |
checking for sigsetjmp... no | |
checking POSIX termios... no | |
checking for usable FIONREAD... yes | |
checking for usable SIGIO... no | |
checking for usable SIGPOLL... no | |
checking for struct alignment... yes | |
checking for typeof syntax and keyword spelling... typeof | |
checking for statement expressions... yes | |
checking whether malloc (0) returns nonnull... yes | |
checking for working alloca.h... no | |
checking for alloca... yes | |
checking for a race-free mkdir -p... /usr/bin/mkdir -p | |
checking whether the preprocessor supports include_next... yes | |
checking whether source code line length is unlimited... yes | |
checking whether lstat correctly handles trailing slash... (cached) yes | |
checking whether // is distinct from /... yes | |
checking whether realpath works... (cached) yes | |
checking for C/C++ restrict keyword... __restrict__ | |
checking whether byte ordering is bigendian... no | |
checking if environ is properly declared... yes | |
checking for complete errno.h... no | |
checking for EMULTIHOP value... no | |
checking for ENOLINK value... yes | |
checking for EOVERFLOW value... yes | |
checking whether ctype.h defines __header_inline... no | |
checking for mode_t... yes | |
checking whether strmode is declared... no | |
checking for gawk... gawk | |
checking for getopt.h... (cached) no | |
checking for timespec_get... no | |
checking for struct timeval... yes | |
checking for wide-enough struct timeval.tv_sec member... (cached) yes | |
checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no | |
checking whether the compiler produces multi-arch binaries... no | |
checking whether stdint.h conforms to C99... yes | |
checking whether stdint.h works without ISO C predefines... yes | |
checking whether stdint.h has UINTMAX_WIDTH etc.... no | |
checking for 64-bit off_t... yes | |
checking for 64-bit st_size... no | |
checking whether memmem is declared... no | |
checking whether memrchr is declared... no | |
checking whether <limits.h> defines MIN and MAX... no | |
checking whether <sys/param.h> defines MIN and MAX... no | |
checking whether time_t is signed... yes | |
checking whether alarm is declared... (cached) yes | |
checking for working mktime... (cached) yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... no | |
checking whether tzname is declared... yes | |
checking for tzname... yes | |
checking for struct tm.tm_gmtoff... no | |
checking whether <sys/select.h> is self-contained... no | |
checking for inline... inline | |
checking for sigset_t... no | |
checking for volatile sig_atomic_t... yes | |
checking for sighandler_t... no | |
checking for wchar_t... yes | |
checking for good max_align_t... yes | |
checking whether NULL can be used in arbitrary expressions... yes | |
checking whether fcloseall is declared... yes | |
checking which flavor of printf attribute matches inttypes macros... gnu | |
checking whether ecvt is declared... yes | |
checking whether fcvt is declared... yes | |
checking whether gcvt is declared... yes | |
checking whether strnlen is declared... yes | |
checking whether strtoimax is declared... yes | |
checking whether stat file-mode macros are broken... no | |
checking for nlink_t... no | |
checking for struct timespec in <time.h>... yes | |
checking for TIME_UTC in <time.h>... no | |
checking whether execvpe is declared... no | |
checking whether clearerr_unlocked is declared... no | |
checking whether feof_unlocked is declared... no | |
checking whether ferror_unlocked is declared... no | |
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... no | |
checking whether getchar_unlocked is declared... no | |
checking whether putc_unlocked is declared... no | |
checking whether putchar_unlocked is declared... no | |
checking type of array argument to getgroups... int | |
checking whether getdtablesize is declared... no | |
checking whether malloc is ptrdiff_t safe... yes | |
checking whether malloc, realloc, calloc set errno on failure... no | |
checking for O_CLOEXEC... no | |
checking for promoted mode_t type... int | |
checking whether the utimes function works... no | |
checking for C compiler option to allow warnings... -Wno-error | |
checking for sys/acl.h... yes | |
checking for library containing acl_get_file... (cached) none required | |
checking for acl_get_file... (cached) yes | |
checking for acl_get_fd... no | |
checking for acl_set_file... (cached) yes | |
checking for acl_set_fd... no | |
checking for acl_free... (cached) yes | |
checking for acl_from_mode... no | |
checking for acl_from_text... (cached) yes | |
checking for acl_delete_def_file... no | |
checking for acl_extended_file... no | |
checking for acl_delete_fd_np... no | |
checking for acl_delete_file_np... no | |
checking for acl_copy_ext_native... no | |
checking for acl_create_entry_np... no | |
checking for acl_to_short_text... no | |
checking for acl_free_text... no | |
checking for working acl_get_file... (cached) yes | |
checking for acl/libacl.h... no | |
checking for acl_entries... no | |
checking for ACL_FIRST_ENTRY... no | |
checking for ACL_TYPE_EXTENDED... no | |
checking for static_assert... yes, an <assert.h> macro | |
checking for __builtin_expect... yes | |
checking for byteswap.h... no | |
checking for library containing clock_gettime... (cached) none required | |
checking for clock_getres... yes | |
checking for clock_gettime... (cached) no | |
checking for clock_settime... (cached) no | |
checking for copy_file_range... (cached) yes | |
checking for d_type member in directory struct... no | |
checking whether // is distinct from /... (cached) yes | |
checking whether dup2 works... (cached) yes | |
checking whether fchmodat works... (cached) not-needed-so-yes | |
checking whether fcntl handles F_DUPFD correctly... (cached) yes | |
checking whether fcntl understands F_DUPFD_CLOEXEC... (cached) yes | |
checking whether fdopendir is declared... no | |
checking whether fdopendir works... (cached) no-but-not-needed-so-yes | |
checking for getxattr with XATTR_NAME_POSIX_ACL macros... no | |
checking for flexible array member... yes | |
checking for __fpending... no | |
checking whether free is known to preserve errno... (cached) yes | |
checking whether fstatat (..., 0) works... (cached) yes | |
checking for sys/mount.h... no | |
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)... no | |
checking for four-argument statfs (SVR3)... no | |
checking for two-argument statfs with statfs.f_fsize member (4.4BSD and NetBSD)... no | |
checking whether futimens works... (cached) not-needed-so-yes | |
checking for getloadavg... (cached) yes | |
checking for sys/loadavg.h... no | |
checking whether getloadavg is declared... no | |
checking for bcrypt.h... yes | |
checking whether the bcrypt library is guaranteed to be present... (cached) no | |
checking for gettimeofday with POSIX signature... yes | |
checking whether the compiler supports the __inline keyword... yes | |
checking for gmp.h... yes | |
checking for library containing __gmpz_roinit_n... -lgmp | |
checking for memmem... no | |
checking for mempcpy... yes | |
checking for memrchr... no | |
checking for library containing nanosleep... none required | |
checking for working nanosleep... (cached) yes | |
checking for sys/pstat.h... no | |
checking for sys/sysmp.h... no | |
checking for sys/param.h... (cached) yes | |
checking for sys/sysctl.h... no | |
checking for sched_getaffinity... no | |
checking for sched_getaffinity_np... no | |
checking for pstat_getdynamic... no | |
checking for sysmp... no | |
checking for sysctl... no | |
checking whether signature of pselect conforms to POSIX... (cached) yes | |
checking whether pselect detects invalid fds... (cached) yes | |
checking whether pthread_sigmask is a macro... (cached) no | |
checking whether pthread_sigmask works without -lpthread... yes | |
checking whether pthread_sigmask returns error numbers... (cached) yes | |
checking whether pthread_sigmask unblocks signals correctly... (cached) not relevant | |
checking whether readlink signature is correct... yes | |
checking whether readlink handles trailing slash correctly... (cached) yes | |
checking whether readlink truncates results correctly... (cached) yes | |
checking whether readlinkat signature is correct... yes | |
checking for working re_compile_pattern... no | |
checking for libintl.h... yes | |
checking whether isblank is declared... yes | |
checking for sig2str... no | |
checking for sigdescr_np... 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... no | |
checking for struct stat.st_atimensec... no | |
checking for struct stat.st_atim.st__tim.tv_nsec... no | |
checking for struct stat.st_birthtimespec.tv_nsec... no | |
checking for struct stat.st_birthtimensec... no | |
checking for struct stat.st_birthtim.tv_nsec... no | |
checking for alignas and alignof... yes, <stdalign.h> macros | |
checking for bool, true, false... no | |
checking for stpcpy... no | |
checking for working strnlen... yes | |
checking whether strtoimax works... yes | |
checking whether symlink handles trailing slash correctly... (cached) yes | |
checking whether localtime_r is declared... no | |
checking whether localtime_r exists as an inline function... no | |
checking whether localtime works even near extrema... yes | |
checking for timezone_t... no | |
checking whether timer_settime is declared... no | |
checking whether utimensat works... (cached) yes | |
checking for variable-length arrays... yes | |
checking for __mktime_internal... no | |
checking for timer_getoverrun... no | |
checking for gcc option to disable position independent executables... not needed | |
Configured for 'x86_64-w64-mingw32'. | |
Where should the build process find the source code? . | |
What compiler should emacs be built with? gcc -g3 -O2 -gdwarf-2 | |
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? yes | |
What window system should Emacs use? w32 | |
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? yes | |
Does Emacs use -ljpeg? yes | |
Does Emacs use -ltiff? yes | |
Does Emacs use a gif library? yes | |
Does Emacs use a png library? yes | |
Does Emacs use -lrsvg-2? yes | |
Does Emacs use -lwebp? yes | |
Does Emacs use -lsqlite3? yes | |
Does Emacs use cairo? no | |
Does Emacs use -llcms2? yes | |
Does Emacs use imagemagick? no | |
Does Emacs use native APIs for images? yes (w32) | |
Does Emacs support sound? yes | |
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 (w32) | |
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? yes | |
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 -ltree-sitter? 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? 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? yes | |
Does Emacs use version 2 of the X Input Extension? no | |
Does Emacs generate a smaller-size Japanese dictionary? no | |
configure: creating ./config.status | |
config.status: creating src/verbose.mk | |
config.status: creating nt/emacs.rc | |
config.status: creating nt/emacsclient.rc | |
config.status: creating src/emacs-module.h | |
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 test/manual/noverlay/Makefile | |
config.status: creating test/infra/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 | |
config.status: executing src/.gdbinit commands | |
config.status: executing doc/emacs/emacsver.texi commands | |
config.status: executing etc-refcards-emacsver.tex commands | |
configure: WARNING: This configuration installs a 'movemail' program | |
that retrieves POP3 email via only insecure channels. | |
To omit insecure POP3, you can use './configure --without-pop'. | |
MINGW64 ~/src/emacs-29.0.92 | |
$ make -j8 | |
make actual-all || make advice-on-failure make-target=all exit-status=$? | |
make[1]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92” | |
make -C lib all | |
make -C doc/lispref info | |
make -C doc/lispintro info | |
make -C doc/emacs info | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/doc/lispintro” | |
make[2]: 对“info”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/doc/lispintro” | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lib” | |
GEN alloca.h | |
GEN byteswap.h | |
GEN errno.h | |
GEN execinfo.h | |
GEN getopt.h | |
GEN getopt-cdefs.h | |
GEN malloc/dynarray.gl.h | |
GEN malloc/dynarray-skeleton.gl.h | |
GEN ieee754.h | |
GEN limits.h | |
GEN stdckdint.h | |
GEN stdint.h | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/doc/lispref” | |
make[2]: 对“info”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/doc/lispref” | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/doc/emacs” | |
make[2]: 对“info”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/doc/emacs” | |
GEN string.h | |
GEN sys/random.h | |
GEN time.h | |
CC fingerprint.o | |
CC acl_entries.o | |
CC memmem.o | |
CC mktime.o | |
CC binary-io.o | |
CC c-ctype.o | |
CC c-strcasecmp.o | |
CC c-strncasecmp.o | |
CC close-stream.o | |
CC count-leading-zeros.o | |
CC count-one-bits.o | |
CC count-trailing-zeros.o | |
CC md5-stream.o | |
CC md5.o | |
CC sha1.o | |
CC sha256.o | |
CC sha512.o | |
CC dtoastr.o | |
CC dtotimespec.o | |
CC execinfo.o | |
CC filemode.o | |
CC filevercmp.o | |
CC fpending.o | |
CC getopt.o | |
CC getopt1.o | |
CC getrandom.o | |
CC gettime.o | |
CC gettimeofday.o | |
CC malloc/dynarray_at_failure.o | |
CC malloc/dynarray_emplace_enlarge.o | |
CC malloc/dynarray_finalize.o | |
CC malloc/dynarray_resize.o | |
CC malloc/dynarray_resize_clear.o | |
CC memrchr.o | |
CC mkostemp.o | |
CC nstrftime.o | |
CC qcopy-acl.o | |
CC regex.o | |
CC sig2str.o | |
CC sigdescr_np.o | |
CC stat-time.o | |
CC stpcpy.o | |
CC tempname.o | |
CC time_r.o | |
CC time_rz.o | |
CC timegm.o | |
CC timespec.o | |
CC timespec-add.o | |
CC timespec-sub.o | |
CC u64.o | |
AR libgnu.a | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lib” | |
make -C nt all | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/nt” | |
RC emacs.res | |
CCLD addpm.exe | |
CCLD cmdproxy.exe | |
CCLD ddeclient.exe | |
CCLD runemacs.exe | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/nt” | |
make -C lib-src all | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lib-src” | |
CC ntlib.o | |
RC emacsclient.res | |
CC pop.o | |
CCLD etags.exe | |
CCLD ctags.exe | |
CCLD emacsclient.exe | |
CCLD emacsclientw.exe | |
CCLD ebrowse.exe | |
CCLD hexl.exe | |
CCLD movemail.exe | |
CCLD make-docfile.exe | |
CCLD make-fingerprint.exe | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lib-src” | |
make -C src BIN_DESTDIR=''/c/opt/emacs/bin/'' \ | |
ELN_DESTDIR='/c/opt/emacs/lib/emacs/29.0.92/' all | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/src” | |
GEN lisp.mk | |
GEN globals.h | |
GEN buildobj.h | |
make -C ../nt ../src/emacs.res | |
make -C ../admin/charsets all | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/nt” | |
RC ../src/emacs.res | |
make -C ../admin/unidata charscript.el | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make -C ../admin/unidata emoji-zwj.el | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/nt” | |
make[3]: 对“charscript.el”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make[3]: 对“emoji-zwj.el”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make -C ../admin/charsets cp51932.el | |
make -C ../admin/charsets eucjp-ms.el | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[3]: 对“cp51932.el”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[3]: 对“eucjp-ms.el”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[3]: 对“all”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
CC firstfile.o | |
CC dispnew.o | |
CC frame.o | |
CC scroll.o | |
CC xdisp.o | |
CC menu.o | |
CC window.o | |
CC charset.o | |
CC coding.o | |
CC category.o | |
CC ccl.o | |
CC character.o | |
CC chartab.o | |
CC bidi.o | |
CC term.o | |
CC terminal.o | |
CC xfaces.o | |
CC emacs.o | |
CC keyboard.o | |
CC macros.o | |
CC keymap.o | |
CC sysdep.o | |
CC bignum.o | |
CC buffer.o | |
CC filelock.o | |
CC insdel.o | |
CC marker.o | |
CC minibuf.o | |
CC fileio.o | |
CC dired.o | |
CC cmds.o | |
CC casetab.o | |
CC casefiddle.o | |
CC indent.o | |
CC search.o | |
CC regex-emacs.o | |
CC undo.o | |
CC alloc.o | |
CC pdumper.o | |
CC data.o | |
CC doc.o | |
CC editfns.o | |
CC callint.o | |
CC eval.o | |
CC floatfns.o | |
CC fns.o | |
CC sort.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 w32notify.o | |
CC profiler.o | |
CC decompress.o | |
CC thread.o | |
CC systhread.o | |
CC sqlite.o | |
CC treesit.o | |
CC itree.o | |
CC hbfont.o | |
CC w32fns.o | |
CC w32menu.o | |
CC w32reg.o | |
CC w32font.o | |
CC w32term.o | |
CC w32xfns.o | |
CC w32select.o | |
CC w32uniscribe.o | |
CC w32cygwinx.o | |
CC w32.o | |
CC w32console.o | |
CC w32heap.o | |
CC w32inevt.o | |
CC w32proc.o | |
CC w32image.o | |
CC fontset.o | |
CC fringe.o | |
CC image.o | |
CC json.o | |
CC tparam.o | |
CC lastfile.o | |
CCLD temacs.exe | |
GEN ../etc/DOC | |
/usr/bin/mkdir -p ../etc | |
make -C ../lisp update-subdirs | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
cp -f temacs.exe bootstrap-emacs.exe | |
rm -f bootstrap-emacs.pdmp | |
./temacs --batch -l loadup --temacs=pbootstrap \ | |
--bin-dest /c/opt/emacs/bin/ --eln-dest /c/opt/emacs/lib/emacs/29.0.92/ | |
Loading loadup.el (source)... | |
Dump mode: pbootstrap | |
Using load-path (c:/Users/Aqua/src/emacs-29.0.92/lisp c:/Users/Aqua/src/emacs-29.0.92/lisp/emacs-lisp c:/Users/Aqua/src/emacs-29.0.92/lisp/progmodes c:/Users/Aqua/src/emacs-29.0.92/lisp/language c:/Users/Aqua/src/emacs-29.0.92/lisp/international c:/Users/Aqua/src/emacs-29.0.92/lisp/textmodes c:/Users/Aqua/src/emacs-29.0.92/lisp/vc) | |
Loading emacs-lisp/debug-early... | |
Loading emacs-lisp/byte-run... | |
Loading emacs-lisp/backquote... | |
Loading subr... | |
Loading keymap... | |
Loading version... | |
Loading widget... | |
Loading custom... | |
Loading emacs-lisp/map-ynp... | |
Loading international/mule... | |
Loading international/mule-conf... | |
Loading env... | |
Loading format... | |
Loading bindings... | |
Loading window... | |
Loading files... | |
Loading emacs-lisp/macroexp... | |
Loading cus-face... | |
Loading faces... | |
Loading loaddefs... | |
Loading c:/Users/Aqua/src/emacs-29.0.92/lisp/theme-loaddefs.el (source)... | |
Loading button... | |
Loading emacs-lisp/cl-preloaded... | |
Loading emacs-lisp/oclosure... | |
Loading obarray... | |
Loading abbrev... | |
Loading help... | |
Loading jka-cmpr-hook... | |
Loading epa-hook... | |
Loading international/mule-cmds... | |
Loading case-table... | |
Loading c:/Users/Aqua/src/emacs-29.0.92/lisp/international/charprop.el (source)... | |
Loading international/characters... | |
Loading international/charscript... | |
Loading international/emoji-zwj... | |
Loading composite... | |
Loading language/chinese... | |
Loading language/cyrillic... | |
Loading language/indian... | |
Loading language/sinhala... | |
Loading language/english... | |
Loading language/ethiopic... | |
Loading language/european... | |
Loading language/czech... | |
Loading language/slovak... | |
Loading language/romanian... | |
Loading language/greek... | |
Loading language/hebrew... | |
Loading international/cp51932... | |
Loading international/eucjp-ms... | |
Loading language/japanese... | |
Loading language/korean... | |
Loading language/lao... | |
Loading language/tai-viet... | |
Loading language/thai... | |
Loading language/tibetan... | |
Loading language/vietnamese... | |
Loading language/misc-lang... | |
Loading language/utf-8-lang... | |
Loading language/georgian... | |
Loading language/khmer... | |
Loading language/burmese... | |
Loading language/cham... | |
Loading language/philippine... | |
Loading language/indonesian... | |
Loading indent... | |
Loading emacs-lisp/cl-generic... | |
Loading simple... | |
Loading emacs-lisp/seq... | |
Loading emacs-lisp/nadvice... | |
Loading minibuffer... | |
Loading frame... | |
Loading startup... | |
Loading term/tty-colors... | |
Loading font-core... | |
Loading emacs-lisp/syntax... | |
Loading font-lock... | |
Loading jit-lock... | |
Loading mouse... | |
Loading scroll-bar... | |
Loading select... | |
Loading emacs-lisp/timer... | |
Loading emacs-lisp/easymenu... | |
Loading isearch... | |
Loading rfn-eshadow... | |
Loading menu-bar... | |
Loading tab-bar... | |
Loading emacs-lisp/lisp... | |
Loading textmodes/page... | |
Loading register... | |
Loading textmodes/paragraphs... | |
Loading progmodes/prog-mode... | |
Loading emacs-lisp/lisp-mode... | |
Loading textmodes/text-mode... | |
Loading textmodes/fill... | |
Loading newcomment... | |
Loading replace... | |
Loading emacs-lisp/tabulated-list... | |
Loading buff-menu... | |
Loading fringe... | |
Loading emacs-lisp/regexp-opt... | |
Loading image... | |
Loading international/fontset... | |
Loading dnd... | |
Loading tool-bar... | |
Loading term/common-win... | |
Loading w32-vars... | |
Loading term/w32-win... | |
Loading disp-table... | |
Loading w32-fns... | |
Loading ls-lisp... | |
Loading dos-w32... | |
Loading mwheel... | |
Loading progmodes/elisp-mode... | |
Loading emacs-lisp/float-sup... | |
Loading vc/vc-hooks... | |
Loading vc/ediff-hook... | |
Loading uniquify... | |
Loading electric... | |
Loading paren... | |
Loading emacs-lisp/shorthands... | |
Loading emacs-lisp/eldoc... | |
Loading emacs-lisp/cconv... | |
Loading cus-start... | |
Loading tooltip... | |
Loading international/iso-transl... | |
Loading c:/Users/Aqua/src/emacs-29.0.92/lisp/leim/leim-list.el (source)... | |
Loading emacs-lisp/rmc... | |
Finding pointers to doc strings... | |
Finding pointers to doc strings...done | |
Dumping under the name bootstrap-emacs.pdmp | |
Dumping fingerprint: c277072c63cbfbeb2787e15a0ae382c662864e62dcbbcce212493cf488b1db39 | |
Dump complete | |
Byte counts: header=100 hot=8696100 discardable=204528 cold=4142752 | |
Reloc counts: hot=479517 discardable=5550 | |
ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs.exe" | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[3]: 对“compile-first”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make -C ../lisp compile-first EMACS="../src/bootstrap-emacs.exe" | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[3]: 对“compile-first”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs.exe" | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make[3]: 对“all”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
rm -f emacs.exe && cp -f temacs.exe emacs.exe | |
LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ | |
--bin-dest /c/opt/emacs/bin/ --eln-dest /c/opt/emacs/lib/emacs/29.0.92/ | |
Loading loadup.el (source)... | |
Dump mode: pdump | |
Using load-path (c:/Users/Aqua/src/emacs-29.0.92/lisp) | |
Loading emacs-lisp/debug-early... | |
Loading emacs-lisp/byte-run... | |
Loading emacs-lisp/backquote... | |
Loading subr... | |
Loading keymap... | |
Loading version... | |
Loading widget... | |
Loading custom... | |
Loading emacs-lisp/map-ynp... | |
Loading international/mule... | |
Loading international/mule-conf... | |
Loading env... | |
Loading format... | |
Loading bindings... | |
Loading window... | |
Loading files... | |
Loading emacs-lisp/macroexp... | |
Loading cus-face... | |
Loading faces... | |
Loading loaddefs... | |
Loading theme-loaddefs.el (source)... | |
Loading button... | |
Loading emacs-lisp/cl-preloaded... | |
Loading emacs-lisp/oclosure... | |
Loading obarray... | |
Loading abbrev... | |
Loading help... | |
Loading jka-cmpr-hook... | |
Loading epa-hook... | |
Loading international/mule-cmds... | |
Loading case-table... | |
Loading international/charprop.el (source)... | |
Loading international/characters... | |
Loading international/charscript... | |
Loading international/emoji-zwj... | |
Loading composite... | |
Loading language/chinese... | |
Loading language/cyrillic... | |
Loading language/indian... | |
Loading language/sinhala... | |
Loading language/english... | |
Loading language/ethiopic... | |
Loading language/european... | |
Loading language/czech... | |
Loading language/slovak... | |
Loading language/romanian... | |
Loading language/greek... | |
Loading language/hebrew... | |
Loading international/cp51932... | |
Loading international/eucjp-ms... | |
Loading language/japanese... | |
Loading language/korean... | |
Loading language/lao... | |
Loading language/tai-viet... | |
Loading language/thai... | |
Loading language/tibetan... | |
Loading language/vietnamese... | |
Loading language/misc-lang... | |
Loading language/utf-8-lang... | |
Loading language/georgian... | |
Loading language/khmer... | |
Loading language/burmese... | |
Loading language/cham... | |
Loading language/philippine... | |
Loading language/indonesian... | |
Loading indent... | |
Loading emacs-lisp/cl-generic... | |
Loading simple... | |
Loading emacs-lisp/seq... | |
Loading emacs-lisp/nadvice... | |
Loading minibuffer... | |
Loading frame... | |
Loading startup... | |
Loading term/tty-colors... | |
Loading font-core... | |
Loading emacs-lisp/syntax... | |
Loading font-lock... | |
Loading jit-lock... | |
Loading mouse... | |
Loading scroll-bar... | |
Loading select... | |
Loading emacs-lisp/timer... | |
Loading emacs-lisp/easymenu... | |
Loading isearch... | |
Loading rfn-eshadow... | |
Loading menu-bar... | |
Loading tab-bar... | |
Loading emacs-lisp/lisp... | |
Loading textmodes/page... | |
Loading register... | |
Loading textmodes/paragraphs... | |
Loading progmodes/prog-mode... | |
Loading emacs-lisp/lisp-mode... | |
Loading textmodes/text-mode... | |
Loading textmodes/fill... | |
Loading newcomment... | |
Loading replace... | |
Loading emacs-lisp/tabulated-list... | |
Loading buff-menu... | |
Loading fringe... | |
Loading emacs-lisp/regexp-opt... | |
Loading image... | |
Loading international/fontset... | |
Loading dnd... | |
Loading tool-bar... | |
Loading term/common-win... | |
Loading w32-vars... | |
Loading term/w32-win... | |
Loading disp-table... | |
Loading w32-fns... | |
Loading ls-lisp... | |
Loading dos-w32... | |
Loading mwheel... | |
Loading progmodes/elisp-mode... | |
Loading emacs-lisp/float-sup... | |
Loading vc/vc-hooks... | |
Loading vc/ediff-hook... | |
Loading uniquify... | |
Loading electric... | |
Loading paren... | |
Loading emacs-lisp/shorthands... | |
Loading emacs-lisp/eldoc... | |
Loading emacs-lisp/cconv... | |
Loading cus-start... | |
Loading tooltip... | |
Loading international/iso-transl... | |
Loading leim/leim-list.el (source)... | |
Loading emacs-lisp/rmc... | |
Waiting for git... | |
Waiting for git... | |
Finding pointers to doc strings... | |
Finding pointers to doc strings...done | |
Pure-hashed: 18586 strings, 5753 vectors, 52365 conses, 5210 bytecodes, 342 others | |
Dumping under the name emacs.pdmp | |
Dumping fingerprint: c277072c63cbfbeb2787e15a0ae382c662864e62dcbbcce212493cf488b1db39 | |
Dump complete | |
Byte counts: header=100 hot=8094372 discardable=204528 cold=3868752 | |
Reloc counts: hot=455839 discardable=5550 | |
Adding name emacs-29.0.92.1.exe | |
Adding name emacs-29.0.92.1.pdmp | |
cp -f emacs.pdmp bootstrap-emacs.pdmp | |
make -C ../nt ../src/emacs.res | |
make -C ../admin/charsets all | |
make -C ../admin/unidata charscript.el | |
make[4]: “../src/emacs.res”已是最新。 | |
make -C ../admin/unidata emoji-zwj.el | |
make -C ../admin/charsets cp51932.el | |
make -C ../admin/charsets eucjp-ms.el | |
make[4]: 对“cp51932.el”无需做任何事。 | |
make[4]: 对“eucjp-ms.el”无需做任何事。 | |
make[3]: 对“../lisp/loadup.el”无需做任何事。 | |
make[4]: 对“all”无需做任何事。 | |
make[3]: 对“../lisp/ldefs-boot.el”无需做任何事。 | |
make[4]: 对“emoji-zwj.el”无需做任何事。 | |
make[4]: 对“charscript.el”无需做任何事。 | |
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs.exe" | |
make[3]: “../lisp/loaddefs.el”已是最新。 | |
make[4]: 对“all”无需做任何事。 | |
ELN ../lisp/emacs-lisp/bytecomp.eln | |
ELN ../lisp/emacs-lisp/byte-opt.eln | |
ELN ../lisp/emacs-lisp/cconv.eln | |
ELN ../lisp/international/charscript.eln | |
ELN ../lisp/emacs-lisp/comp.eln | |
ELN ../lisp/international/emoji-zwj.eln | |
ELN ../lisp/emacs-lisp/comp-cstr.eln | |
ELN ../lisp/abbrev.eln | |
ELN ../lisp/bindings.eln | |
ELN ../lisp/buff-menu.eln | |
ELN ../lisp/button.eln | |
ELN ../lisp/case-table.eln | |
ELN ../lisp/composite.eln | |
ELN ../lisp/cus-face.eln | |
ELN ../lisp/cus-start.eln | |
ELN ../lisp/custom.eln | |
ELN ../lisp/disp-table.eln | |
ELN ../lisp/dnd.eln | |
ELN ../lisp/dos-fns.eln | |
ELN ../lisp/dos-vars.eln | |
ELN ../lisp/dos-w32.eln | |
ELN ../lisp/dynamic-setting.eln | |
ELN ../lisp/electric.eln | |
ELN ../lisp/emacs-lisp/backquote.eln | |
make[3]: “../lisp/emacs-lisp/cconv.eln”已是最新。 | |
ELN ../lisp/emacs-lisp/byte-run.eln | |
ELN ../lisp/emacs-lisp/cl-generic.eln | |
ELN ../lisp/emacs-lisp/cl-preloaded.eln | |
ELN ../lisp/emacs-lisp/debug-early.eln | |
ELN ../lisp/emacs-lisp/easymenu.eln | |
ELN ../lisp/emacs-lisp/float-sup.eln | |
ELN ../lisp/emacs-lisp/eldoc.eln | |
ELN ../lisp/emacs-lisp/lisp-mode.eln | |
ELN ../lisp/emacs-lisp/lisp.eln | |
ELN ../lisp/emacs-lisp/macroexp.eln | |
ELN ../lisp/emacs-lisp/map-ynp.eln | |
ELN ../lisp/emacs-lisp/nadvice.eln | |
ELN ../lisp/emacs-lisp/oclosure.eln | |
ELN ../lisp/emacs-lisp/regexp-opt.eln | |
ELN ../lisp/emacs-lisp/rmc.eln | |
ELN ../lisp/emacs-lisp/seq.eln | |
ELN ../lisp/emacs-lisp/shorthands.eln | |
ELN ../lisp/emacs-lisp/syntax.eln | |
ELN ../lisp/emacs-lisp/tabulated-list.eln | |
ELN ../lisp/emacs-lisp/timer.eln | |
ELN ../lisp/env.eln | |
ELN ../lisp/epa-hook.eln | |
ELN ../lisp/faces.eln | |
ELN ../lisp/font-core.eln | |
ELN ../lisp/files.eln | |
ELN ../lisp/font-lock.eln | |
ELN ../lisp/format.eln | |
ELN ../lisp/frame.eln | |
ELN ../lisp/fringe.eln | |
ELN ../lisp/help.eln | |
ELN ../lisp/image.eln | |
make[3]: “../lisp/international/charprop.el”已是最新。 | |
ELN ../lisp/indent.eln | |
ELN ../lisp/international/characters.eln | |
ELN ../lisp/international/cp51932.eln | |
ELN ../lisp/international/eucjp-ms.eln | |
ELN ../lisp/international/fontset.eln | |
ELN ../lisp/international/iso-transl.eln | |
ELN ../lisp/international/mule-cmds.eln | |
ELN ../lisp/international/mule-conf.eln | |
ELN ../lisp/international/mule-util.eln | |
ELN ../lisp/international/mule.eln | |
ELN ../lisp/international/ucs-normalize.eln | |
ELN ../lisp/isearch.eln | |
ELN ../lisp/jit-lock.eln | |
ELN ../lisp/jka-cmpr-hook.eln | |
ELN ../lisp/keymap.eln | |
ELN ../lisp/language/burmese.eln | |
ELN ../lisp/language/cham.eln | |
ELN ../lisp/language/chinese.eln | |
ELN ../lisp/language/cyrillic.eln | |
ELN ../lisp/language/czech.eln | |
ELN ../lisp/language/english.eln | |
ELN ../lisp/language/ethiopic.eln | |
ELN ../lisp/language/european.eln | |
ELN ../lisp/language/greek.eln | |
ELN ../lisp/language/georgian.eln | |
ELN ../lisp/language/hebrew.eln | |
ELN ../lisp/language/indian.eln | |
ELN ../lisp/language/indonesian.eln | |
ELN ../lisp/language/japanese.eln | |
ELN ../lisp/language/khmer.eln | |
ELN ../lisp/language/korean.eln | |
ELN ../lisp/language/lao.eln | |
ELN ../lisp/language/philippine.eln | |
ELN ../lisp/language/misc-lang.eln | |
ELN ../lisp/language/romanian.eln | |
ELN ../lisp/language/sinhala.eln | |
ELN ../lisp/language/slovak.eln | |
ELN ../lisp/language/tai-viet.eln | |
ELN ../lisp/language/thai.eln | |
ELN ../lisp/language/tibetan.eln | |
ELN ../lisp/language/utf-8-lang.eln | |
ELN ../lisp/language/vietnamese.eln | |
ELN ../lisp/loaddefs.eln | |
ELN ../lisp/ls-lisp.eln | |
ELN ../lisp/menu-bar.eln | |
ELN ../lisp/minibuffer.eln | |
ELN ../lisp/mwheel.eln | |
ELN ../lisp/newcomment.eln | |
ELN ../lisp/mouse.eln | |
ELN ../lisp/obarray.eln | |
ELN ../lisp/paren.eln | |
ELN ../lisp/pgtk-dnd.eln | |
ELN ../lisp/progmodes/elisp-mode.eln | |
ELN ../lisp/progmodes/prog-mode.eln | |
ELN ../lisp/register.eln | |
ELN ../lisp/replace.eln | |
ELN ../lisp/rfn-eshadow.eln | |
ELN ../lisp/scroll-bar.eln | |
ELN ../lisp/select.eln | |
ELN ../lisp/simple.eln | |
ELN ../lisp/startup.eln | |
ELN ../lisp/subr.eln | |
ELN ../lisp/tab-bar.eln | |
ELN ../lisp/term/common-win.eln | |
ELN ../lisp/term/haiku-win.eln | |
ELN ../lisp/term/internal.eln | |
ELN ../lisp/term/ns-win.eln | |
ELN ../lisp/term/pc-win.eln | |
ELN ../lisp/term/pgtk-win.eln | |
ELN ../lisp/term/tty-colors.eln | |
ELN ../lisp/term/w32-win.eln | |
ELN ../lisp/term/x-win.eln | |
ELN ../lisp/textmodes/fill.eln | |
ELN ../lisp/textmodes/page.eln | |
ELN ../lisp/textmodes/paragraphs.eln | |
ELN ../lisp/textmodes/text-mode.eln | |
ELN ../lisp/tool-bar.eln | |
ELN ../lisp/tooltip.eln | |
ELN ../lisp/uniquify.eln | |
ELN ../lisp/vc/vc-hooks.eln | |
ELN ../lisp/vc/ediff-hook.eln | |
ELN ../lisp/version.eln | |
ELN ../lisp/w32-fns.eln | |
ELN ../lisp/w32-vars.eln | |
ELN ../lisp/widget.eln | |
ELN ../lisp/window.eln | |
ELN ../lisp/x-dnd.eln | |
Loading loadup.el (source)... | |
Dump mode: pdump | |
Using load-path (c:/Users/Aqua/src/emacs-29.0.92/lisp) | |
Loading emacs-lisp/debug-early (native compiled elisp)... | |
Loading emacs-lisp/byte-run (native compiled elisp)... | |
Loading emacs-lisp/backquote (native compiled elisp)... | |
Loading subr (native compiled elisp)... | |
Loading keymap (native compiled elisp)... | |
Loading version (native compiled elisp)... | |
Loading widget (native compiled elisp)... | |
Loading custom (native compiled elisp)... | |
Loading emacs-lisp/map-ynp (native compiled elisp)... | |
Loading international/mule (native compiled elisp)... | |
Loading international/mule-conf (native compiled elisp)... | |
Loading env (native compiled elisp)... | |
Loading format (native compiled elisp)... | |
Loading bindings (native compiled elisp)... | |
Loading window (native compiled elisp)... | |
Loading files (native compiled elisp)... | |
Loading emacs-lisp/macroexp (native compiled elisp)... | |
Loading cus-face (native compiled elisp)... | |
Loading faces (native compiled elisp)... | |
Loading loaddefs... | |
Loading theme-loaddefs.el (source)... | |
Loading button (native compiled elisp)... | |
Loading emacs-lisp/cl-preloaded (native compiled elisp)... | |
Loading emacs-lisp/oclosure (native compiled elisp)... | |
Loading obarray (native compiled elisp)... | |
Loading abbrev (native compiled elisp)... | |
Loading help (native compiled elisp)... | |
Loading jka-cmpr-hook (native compiled elisp)... | |
Loading epa-hook (native compiled elisp)... | |
Loading international/mule-cmds (native compiled elisp)... | |
Loading case-table (native compiled elisp)... | |
Loading international/charprop.el (source)... | |
Loading international/characters (native compiled elisp)... | |
Loading international/charscript (native compiled elisp)... | |
Loading international/emoji-zwj (native compiled elisp)... | |
Loading composite (native compiled elisp)... | |
Loading language/chinese (native compiled elisp)... | |
Loading language/cyrillic (native compiled elisp)... | |
Loading language/indian (native compiled elisp)... | |
Loading language/sinhala (native compiled elisp)... | |
Loading language/english (native compiled elisp)... | |
Loading language/ethiopic (native compiled elisp)... | |
Loading language/european (native compiled elisp)... | |
Loading language/czech (native compiled elisp)... | |
Loading language/slovak (native compiled elisp)... | |
Loading language/romanian (native compiled elisp)... | |
Loading language/greek (native compiled elisp)... | |
Loading language/hebrew (native compiled elisp)... | |
Loading international/cp51932 (native compiled elisp)... | |
Loading international/eucjp-ms (native compiled elisp)... | |
Loading language/japanese (native compiled elisp)... | |
Loading language/korean (native compiled elisp)... | |
Loading language/lao (native compiled elisp)... | |
Loading language/tai-viet (native compiled elisp)... | |
Loading language/thai (native compiled elisp)... | |
Loading language/tibetan (native compiled elisp)... | |
Loading language/vietnamese (native compiled elisp)... | |
Loading language/misc-lang (native compiled elisp)... | |
Loading language/utf-8-lang (native compiled elisp)... | |
Loading language/georgian (native compiled elisp)... | |
Loading language/khmer (native compiled elisp)... | |
Loading language/burmese (native compiled elisp)... | |
Loading language/cham (native compiled elisp)... | |
Loading language/philippine (native compiled elisp)... | |
Loading language/indonesian (native compiled elisp)... | |
Loading indent (native compiled elisp)... | |
Loading emacs-lisp/cl-generic (native compiled elisp)... | |
Loading simple (native compiled elisp)... | |
Loading emacs-lisp/seq (native compiled elisp)... | |
Loading emacs-lisp/nadvice (native compiled elisp)... | |
Loading minibuffer (native compiled elisp)... | |
Loading frame (native compiled elisp)... | |
Loading startup (native compiled elisp)... | |
Loading term/tty-colors (native compiled elisp)... | |
Loading font-core (native compiled elisp)... | |
Loading emacs-lisp/syntax (native compiled elisp)... | |
Loading font-lock (native compiled elisp)... | |
Loading jit-lock (native compiled elisp)... | |
Loading mouse (native compiled elisp)... | |
Loading scroll-bar (native compiled elisp)... | |
Loading select (native compiled elisp)... | |
Loading emacs-lisp/timer (native compiled elisp)... | |
Loading emacs-lisp/easymenu (native compiled elisp)... | |
Loading isearch (native compiled elisp)... | |
Loading rfn-eshadow (native compiled elisp)... | |
Loading menu-bar (native compiled elisp)... | |
Loading tab-bar (native compiled elisp)... | |
Loading emacs-lisp/lisp (native compiled elisp)... | |
Loading textmodes/page (native compiled elisp)... | |
Loading register (native compiled elisp)... | |
Loading textmodes/paragraphs (native compiled elisp)... | |
Loading progmodes/prog-mode (native compiled elisp)... | |
Loading emacs-lisp/lisp-mode (native compiled elisp)... | |
Loading textmodes/text-mode (native compiled elisp)... | |
Loading textmodes/fill (native compiled elisp)... | |
Loading newcomment (native compiled elisp)... | |
Loading replace (native compiled elisp)... | |
Loading emacs-lisp/tabulated-list (native compiled elisp)... | |
Loading buff-menu (native compiled elisp)... | |
Loading fringe (native compiled elisp)... | |
Loading emacs-lisp/regexp-opt (native compiled elisp)... | |
Loading image (native compiled elisp)... | |
Loading international/fontset (native compiled elisp)... | |
Loading dnd (native compiled elisp)... | |
Loading tool-bar (native compiled elisp)... | |
Loading term/common-win (native compiled elisp)... | |
Loading w32-vars (native compiled elisp)... | |
Loading term/w32-win (native compiled elisp)... | |
Loading disp-table (native compiled elisp)... | |
Loading w32-fns (native compiled elisp)... | |
Loading ls-lisp (native compiled elisp)... | |
Loading dos-w32 (native compiled elisp)... | |
Loading mwheel (native compiled elisp)... | |
Loading progmodes/elisp-mode (native compiled elisp)... | |
Loading emacs-lisp/float-sup (native compiled elisp)... | |
Loading vc/vc-hooks (native compiled elisp)... | |
Loading vc/ediff-hook (native compiled elisp)... | |
Loading uniquify (native compiled elisp)... | |
Loading electric (native compiled elisp)... | |
Loading paren (native compiled elisp)... | |
Loading emacs-lisp/shorthands (native compiled elisp)... | |
Loading emacs-lisp/eldoc (native compiled elisp)... | |
Loading emacs-lisp/cconv (native compiled elisp)... | |
Loading cus-start (native compiled elisp)... | |
Loading tooltip (native compiled elisp)... | |
Loading international/iso-transl (native compiled elisp)... | |
Loading leim/leim-list.el (source)... | |
Loading emacs-lisp/rmc (native compiled elisp)... | |
Waiting for git... | |
Waiting for git... | |
Finding pointers to doc strings... | |
Finding pointers to doc strings...done | |
Pure-hashed: 15847 strings, 1831 vectors, 49072 conses, 1141 bytecodes, 361 others | |
Dumping under the name emacs.pdmp | |
Dumping fingerprint: c277072c63cbfbeb2787e15a0ae382c662864e62dcbbcce212493cf488b1db39 | |
Dump complete | |
Byte counts: header=100 hot=9865252 discardable=204528 cold=5877872 | |
Reloc counts: hot=566950 discardable=5550 | |
Adding name emacs-29.0.92.2.exe | |
Adding name emacs-29.0.92.2.pdmp | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/src” | |
make -C lisp all | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make -C ../leim all EMACS="../src/emacs.exe" | |
make -C ../admin/grammars all EMACS="../../src/emacs.exe" | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/grammars” | |
make[3]: 对“all”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/grammars” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/leim” | |
make[3]: 对“all”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/leim” | |
GEN autoloads | |
make[3]: 对“compile-targets”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/leim” | |
make[3]: 对“generate-ja-dic”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/leim” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/doc/misc” | |
make[3]: “org.texi”已是最新。 | |
make[3]: “modus-themes.texi”已是最新。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/doc/misc” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
INFO Scraping files for loaddefs... | |
make[3]: 对“compile-targets”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
INFO Scraping files for loaddefs...done | |
INFO Scraping files for loaddefs... | |
INFO Scraping files for loaddefs...done | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[3]: 对“compile-targets”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[3]: 对“compile-targets”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[3]: 对“compile-targets”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[3]: 对“compile-targets”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make -C doc/misc info | |
make -C src BIN_DESTDIR=''/c/opt/emacs/bin/'' ELN_DESTDIR='/c/opt/emacs/lib/emacs/29.0.92/' | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/src” | |
make -C ../nt ../src/emacs.res | |
make -C ../admin/charsets all | |
make -C ../admin/unidata charscript.el | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/nt” | |
make[3]: “../src/emacs.res”已是最新。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/nt” | |
make -C ../admin/unidata emoji-zwj.el | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make -C ../admin/charsets cp51932.el | |
make -C ../admin/charsets eucjp-ms.el | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[3]: 对“cp51932.el”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[3]: 对“eucjp-ms.el”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[3]: 对“all”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[3]: 对“charscript.el”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make[3]: 对“emoji-zwj.el”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs.exe" | |
make[3]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/doc/misc” | |
make[2]: 对“info”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/doc/misc” | |
make[3]: 对“all”无需做任何事。 | |
make[3]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/src” | |
make[1]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92” | |
make sanity-check make-target=all | |
make[1]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92” | |
make[1]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92” | |
MINGW64 ~/src/emacs-29.0.92 | |
$ make install | |
make -C lib all | |
make[1]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lib” | |
make[1]: 对“all”无需做任何事。 | |
make[1]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lib” | |
make -C nt all | |
make[1]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/nt” | |
make[1]: 对“all”无需做任何事。 | |
make[1]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/nt” | |
make -C lib-src all | |
make[1]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lib-src” | |
make[1]: 对“all”无需做任何事。 | |
make[1]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lib-src” | |
make -C src BIN_DESTDIR=''/c/opt/emacs/bin/'' \ | |
ELN_DESTDIR='/c/opt/emacs/lib/emacs/29.0.92/' all | |
make[1]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/src” | |
make -C ../nt ../src/emacs.res | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/nt” | |
make[2]: “../src/emacs.res”已是最新。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/nt” | |
make -C ../admin/charsets all | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[2]: 对“all”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make -C ../admin/unidata charscript.el | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make[2]: 对“charscript.el”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make -C ../admin/unidata emoji-zwj.el | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make[2]: 对“emoji-zwj.el”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs.exe" | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make[2]: 对“all”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/unidata” | |
make -C ../admin/charsets cp51932.el | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[2]: 对“cp51932.el”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make -C ../admin/charsets eucjp-ms.el | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[2]: 对“eucjp-ms.el”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/charsets” | |
make[1]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/src” | |
make -C lisp all | |
make[1]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make -C ../leim all EMACS="../src/emacs.exe" | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/leim” | |
make[2]: 对“all”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/leim” | |
make -C ../admin/grammars all EMACS="../../src/emacs.exe" | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/admin/grammars” | |
make[2]: 对“all”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/admin/grammars” | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[2]: 对“compile-targets”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
GEN autoloads | |
INFO Scraping files for loaddefs... | |
INFO Scraping files for loaddefs...done | |
INFO Scraping files for loaddefs... | |
INFO Scraping files for loaddefs...done | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[2]: 对“compile-targets”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[2]: 对“compile-targets”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[2]: 对“compile-targets”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[2]: 对“compile-targets”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/leim” | |
make[2]: 对“generate-ja-dic”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/leim” | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[2]: 对“compile-targets”无需做任何事。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make[2]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/doc/misc” | |
make[2]: “org.texi”已是最新。 | |
make[2]: “modus-themes.texi”已是最新。 | |
make[2]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/doc/misc” | |
make[1]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/lisp” | |
make -C doc/lispref info | |
make[1]: 进入目录“/c/Users/Aqua/src/emacs-29.0.92/doc/lispref” | |
make[1]: 对“info”无需做任何事。 | |
make[1]: 离开目录“/c/Users/Aqua/src/emacs-29.0.92/doc/lispref” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment