emacs-devel
[Top][All Lists]
Advanced

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

Re: "make autoloads" fails


From: Juanma Barranquero
Subject: Re: "make autoloads" fails
Date: Sun, 30 Jun 2013 03:35:21 +0200

On Sun, Jun 30, 2013 at 3:02 AM, Paul Eggert <address@hidden> wrote:

> "make autoloads" works for me (Fedora 17, GCC 4.8.1, x86-64)
> for the latest Emacs trunk (bzr 113225).  So I suspect the
> problem is platform-dependent.

It works for me on Windows 7 64-bit:

  $ make autoloads
  cd /c/Devel/emacs/repo/trunk/lisp && chmod +w ps-print.el
emulation/tpu-edt.el  mail/rmail.el  dired.el  ibuffer.el
htmlfontify.el  emacs-lisp/eieio.el
  cd /c/Devel/emacs/repo/trunk/lisp; subdirs=`find . -type d -print`;
for file in $subdirs; do  case $file in */.* | */.*/* | */=* |
*/obsolete | */term ) ;;  *) wins="$wins $file" ;;  esac;  done; \
  echo Directories: $wins; \
  EMACSLOADPATH=/c/Devel/emacs/repo/trunk/lisp LC_ALL=C
/c/Devel/emacs/repo/trunk/src/emacs -batch --no-site-file
--no-site-lisp -l autoload \
      --eval '(setq autoload-builtin-package-versions t)' \
      --eval '(setq generated-autoload-file (unmsys--file-name
"/c/Devel/emacs/repo/trunk/lisp/loaddefs.el"))' \
      -f batch-update-autoloads $wins
  Directories: . ./calc ./calendar ./cedet ./cedet/ede
./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine
./cedet/semantic/decorate ./cedet/semantic/symref
./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc
./eshell ./gnus ./international ./language ./mail ./mh-e ./net ./nxml
./org ./play ./progmodes ./textmodes ./url ./vc
  Saving file c:/Devel/emacs/repo/trunk/lisp/loaddefs.el...
  Wrote c:/Devel/emacs/repo/trunk/lisp/loaddefs.el



reply via email to

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