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: ‘gets’ undeclared here (not in a function) make[2]: *** [sha1.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [md5.o] Error 1 mv -f .deps/careadlinkat.Tpo .deps/careadlinkat.Po In file included from sha256.h:21:0, from sha256.c:25: ./stdio.h:1030:1: error: ‘gets’ undeclared here (not in a function) make: *** [lib] Error 2 I do not to know what to do here. Any one can help me with this? [1] https://gist.github.com/3112844