On 12/7/2011 9:02 PM, Eli Zaretskii wrote:
From: cg<[email protected]>
Date: Wed, 07 Dec 2011 20:07:02 +0800
Cc: [email protected]
On 12/7/2011 11:27 AM, Christoph Scholtes wrote:
The Emacs Trunk Windows Binaries (bzr revno 106632) have been published in
http://alpha.gnu.org/gnu/emacs/windows/
When I built Emacs trunk myself, I got this error message:
Loading x:/emacs_files/trunk/bzr/lisp/vc/vc-bzr.el (source)...
Wrong type argument: listp, "fb83b382a2337c79b97761079c878b11"
make[1]: *** [X:/emacs_files/trunk/bzr/lisp/mh-e/mh-loaddefs.el] Error -1
make[1]: Leaving directory `X:/emacs_files/trunk/bzr/lisp'
make: *** [bootstrap-gmake] Error 2
Copy ldefs-boot.el into loaddefs.el, then try again.
I just ran "bzr clean-tree -- unknown --force" once, the build succeeded.
I remember when the error happened, the loaddefs.el only had a few lines,
now it has almost the same as ldefs-boot.el.
It seems gmake can do the copying only in a clean build!?
Thanks,
cg