gnu - Building Emacs from git master complains errors in configure.ac -
when try build emacs https://github.com/emacs-mirror/emacs
@ 4f54f7b
using ./autogen.sh
errors as
checking whether have necessary tools... (read install.repo more details on building emacs) checking autoconf (need @ least version 2.65)... ok checking automake (need @ least version 1.11)... ok system has required tools. running 'autoreconf -fi -i m4' ... configure.ac:54: error: possibly undefined macro: as_echo if token , others legitimate, please use m4_pattern_allow. see autoconf documentation. configure.ac:95: error: possibly undefined macro: am_init_automake configure.ac:245: error: possibly undefined macro: ac_define configure.ac:752: error: possibly undefined macro: am_prog_cc_c_o configure.ac:763: error: possibly undefined macro: am_conditional configure.ac:1020: error: possibly undefined macro: am_subst_notmake configure.ac:1471: error: possibly undefined macro: m4_default autoreconf: /usr/bin/autoconf failed exit status: 1
i've tried common tricks solve without success. do?
update: make bootstrap
fails as
cd . && aclocal_path='' /bin/bash /home/per/work/emacs/build-aux/missing aclocal-1.14 -i m4 if [ -x ./config.status ]; \ ./config.status --recheck; \ else \ ./configure --cache-file=/dev/null; \ fi cd . && /bin/bash /home/per/work/emacs/build-aux/missing automake-1.14 --gnu -a -c lib/makefile [ -r "src/config.in" ] || ( cd . && /bin/bash /home/per/work/emacs/build-aux/missing autoheader ) running config_shell=/bin/bash /bin/bash ./configure --prefix=/home/per/opt/x86_64-unknown-linux-gnu/emacs-snapshot cflags=-o2 pkg_config_path=/home/per/opt/x86_64-unknown-linux-gnu/fish-snapshot/share/pkgconfig:/home/per/opt/x86_64-unknown-linux-gnu/sparsehash-2.0.2/lib/pkgconfig:/home/per/opt/x86_64-unknown-linux-gnu/igraph-0.6/lib/pkgconfig:/home/per/opt/x86_64-unknown-linux-gnu/libarchive-snapshot/lib/pkgconfig:/home/per/opt/x86_64-unknown-linux-gnu/libgit2-snapshot/lib/pkgconfig:/home/per/opt/x86_64-unknown-linux-gnu/nettle-3.0/lib/pkgconfig: --no-create --no-recursion checking xcrun... no checking gnu make... make ./configure: line 2853: syntax error near unexpected token `1.11' ./configure: line 2853: `am_init_automake(1.11)' makefile:412: receptet för målet ”config.status” misslyckades make: *** [config.status] fel 2
Comments
Post a Comment