~2 weeks ago, I updated my local image of the bzr trunk & built OK.
Last week, I updated my local image of the bzr trunk & now "make clean" hangs at "Generating autoloads:" no errors, no warnings, no complaints of any kind. Just a stop of all apparent processing (breakable via CTRL-C.) Re-updating does nothing to clear the problem.
Anybody have any thoughts?
Backgound: I'm on an XP machine building cedet for emacs' Windows "NT" variant in cygwin, as I've done for years.
The last portion of the build spewage follows:
|rm -f *.html *.info*
|make[1]: Leaving directory `/cygdrive/c/DOCUME~1/nschley/MYDOCU~1/C++/cedet/doc/texi/semantic'
|Emacs version: 24.2.1 nil on windows-nt
|Generating autoloads.
|make[1]: Entering directory `/cygdrive/c/DOCUME~1/nschley/MYDOCU~1/C++/cedet/lisp/cedet'
|/cygdrive/c/PROGRA~1/gnu/emacs-24.2/bin/emacs -batch \
| --no-site-file \
| --eval '(setq debug-on-error t)' \
| -l "../../cedet-remove-builtin.el" \
| -L . --eval '(progn (require (quote cedet-compat)) (require (quote mode-local)))' \
| -L ../eieio/ \
| -L ./ \
| -L ./ \
| --eval '(progn (setq generated-autoload-file "c:/DOCUME~1/nschley/MYDOCU~1/C++/cedet/lisp/cedet/loaddefs.el"))' \
| -f batch-update-autoloads c:/DOCUME~1/nschley/MYDOCU~1/C++/cedet/lisp/cedet
--
Thanks,
Nate