Re: [arch-general] Failed to compile Emacs

2012-07-24 Thread Diep Pham Van
I must use `autoreconf -i -I m4` in order to build. On Sun, 15 Jul 2012 10:11:42 -0500 Leonid Isaev wrote: > On Sun, 15 Jul 2012 17:40:09 +0700 > Diep Pham Van wrote: > > > After apply this patch, I get: > > > > cd /home/favadi/abs/emacs/src/emacs-24.1 && automake --gnu -a -c > > lib/Makefile

Re: [arch-general] Failed to compile Emacs

2012-07-15 Thread Leonid Isaev
On Sun, 15 Jul 2012 17:40:09 +0700 Diep Pham Van wrote: > After apply this patch, I get: > > cd /home/favadi/abs/emacs/src/emacs-24.1 && automake --gnu -a -c lib/Makefile > configure.in:29: error: version mismatch. This is Automake 1.12.2, > configure.in:29: but the definition used by this AM_I

Re: [arch-general] Failed to compile Emacs

2012-07-15 Thread Diep Pham Van
After apply this patch, I get: cd /home/favadi/abs/emacs/src/emacs-24.1 && automake --gnu -a -c lib/Makefile configure.in:29: error: version mismatch. This is Automake 1.12.2, configure.in:29: but the definition used by this AM_INIT_AUTOMAKE configure.in:29: comes from Automake 1.11.1. You shoul

Re: [arch-general] Failed to compile Emacs

2012-07-14 Thread Leonid Isaev
On Sun, 15 Jul 2012 02:21:47 +0700 Diep Pham Van wrote: > > Hello every one, > I've tried to compile emacs and fail. > > You can view the `makepkg -s` ouput here[1]. > I think the important part here: > > ./stdio.h:1030:1: error: ‘gets’ undeclared here (not in a function) > In file included f

[arch-general] Failed to compile Emacs

2012-07-14 Thread Diep Pham Van
Hello every one, I've tried to compile emacs and fail. You can view the `makepkg -s` ouput here[1]. I think the important part here: ./stdio.h:1030:1: error: ‘gets’ undeclared here (not in a function) In file included from md5.h:24:0, from md5.c:25: ./stdio.h:1030:1: error: ‘ge