On Sat, Apr 29, 2017 at 6:20 PM Peter Vasil <mailing_lists@petervasil.net> wrote:
Hello,

I get an error when compiling Emacs on Fedora 25 with files.el

Loading /home/peter/src/ema/lisp/files.el (source)...
Symbol’s function definition is void: define-minor-mode
Makefile:735: recipe for target 'bootstrap-emacs' failed
make[2]: *** [bootstrap-emacs] Error 255
make[2]: Leaving directory '/home/peter/src/emacs/src'
Makefile:416: recipe for target 'src' failed
make[1]: *** [src] Error 2

Regards,
Peter

I am getting the same error after make bookstrap on RHEL 6.6 too.

Loading /home/kmodi/downloads/git/emacs/lisp/files.el (source)...
Symbol’s function definition is void: define-minor-mode
make[2]: *** [Makefile:736: bootstrap-emacs] Error 255
make[2]: Leaving directory '/home/kmodi/downloads/git/emacs/src'
make[1]: *** [Makefile:416: src] Error 2
make[1]: Leaving directory '/home/kmodi/downloads/git/emacs'
make: *** [Makefile:1099: bootstrap] Error 2 
--

Kaushal Modi