Trying to rebuild NTEmacs today using MinGW I found that I needed to replace:
$(EMACS) $(EMACSOPT) -l autoload --eval '(setq generated-autoload-file
"$(lisp)/loaddefs.el")' -f batch-update-autoloads $$wins
with
$(EMACS) $(EMACSOPT) -l autoload --eval '(setq generated-autoload-file
"./loaddefs.el")' -f batch-update-autoloads $$wins
The absolute windows pathname in $(lisp) seemed to be confusing emacs.
This change would be posted as a patch, but I didn't actually test a
change to makefile.in; I edited the generated makefile to make things
work.
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel