emacs-devel
[Top][All Lists]
Advanced

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

Re: master has switched from Automake to GNU Make


From: martin rudalics
Subject: Re: master has switched from Automake to GNU Make
Date: Sat, 18 Mar 2017 09:11:15 +0100

> I installed this change into Emacs master. It discontinues the use of
> Automake and moves some makefiles around, so you'll have to run
> './autogen.sh' and then './configure'. Although there's a bit of pain
> now (and there will probably be some shakeout bugs), I hope that the
> new approach causes fewer gnulib.mk etc. glitches in the future.

Building currently stalls thusly:


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 fix this you can use '../configure --without-pop'.

c:\emacs-git\trunk>c:/Programme/MinGW/msys/1.0/bin/bash.exe --login -i -c  "cd 
/c/emacs-git/trunk/dbg/ ; make -j2"
make -C nt all
make -C lib all
make[1]: Entering directory `/c/emacs-git/trunk/dbg/lib'
Makefile:60: /../nt/gnulib-cfg.mk: No such file or directory
make[1]: *** No rule to make target `/../nt/gnulib-cfg.mk'.  Stop.
make[1]: Leaving directory `/c/emacs-git/trunk/dbg/lib'
make: *** [lib] Error 2
make: *** Waiting for unfinished jobs....
make[1]: Entering directory `/c/emacs-git/trunk/dbg/nt'
  RC       emacs.res
  CCLD     runemacs.exe
make[1]: Leaving directory `/c/emacs-git/trunk/dbg/nt'


I do have a file

c:/emacs-git/trunk/nt/gnulib-cfg.mk

but it seems that 'make' tries to find

c:/emacs-git/trunk/dbg/nt/gnulib-cfg.mk

Thanks for any suggestions, martin



reply via email to

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