Re: emacs-unicode-2: bootstrap error on windows-xp

2006-11-18 Thread Eli Zaretskii
From: Zhang Wei [EMAIL PROTECTED] Date: Sat, 18 Nov 2006 09:24:47 +0800 Configed like this: --8---cut here---start-8--- configure.bat --with-gcc --no-cygwin --no-opt make bootstrap --8---cut here---end---8---

Re: emacs-unicode-2: bootstrap error on windows-xp

2006-11-18 Thread Zhang Wei
Eli Zaretskii [EMAIL PROTECTED] writes: then do the following: cd src gdb ../bin/emacs.exe r -batch --no-init-file --no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-done foobar.el Make sure that you invoke GDB from the `src' directory, as shown above, and that

Re: emacs-unicode-2: bootstrap error on windows-xp

2006-11-18 Thread Eli Zaretskii
Cc: emacs-pretest-bug@gnu.org From: Zhang Wei [EMAIL PROTECTED] Date: Sat, 18 Nov 2006 22:24:51 +0800 It's quite strange, the program exited normally when I did this: --8---cut here---start-8--- D:\download\emacs--unicode--0\srcgdb ..\bin\emacs.exe

Re: emacs-unicode-2: bootstrap error on windows-xp

2006-11-18 Thread Zhang Wei
Eli Zaretskii [EMAIL PROTECTED] writes: Did it crash with ediff-ptch.el? I only see it crash with ediff-merg.el and ediff-mult.el. Please try those as well under GDB. No problem with them when byte-compiling them under gdb, and the corresponding .elc file are correctly created. But when

Re: emacs-unicode-2: bootstrap error on windows-xp

2006-11-18 Thread Eli Zaretskii
Cc: emacs-pretest-bug@gnu.org From: Zhang Wei [EMAIL PROTECTED] Date: Sat, 18 Nov 2006 23:42:57 +0800 Eli Zaretskii [EMAIL PROTECTED] writes: Did it crash with ediff-ptch.el? I only see it crash with ediff-merg.el and ediff-mult.el. Please try those as well under GDB. No problem

emacs-unicode-2: bootstrap error on windows-xp

2006-11-17 Thread Zhang Wei
Configed like this: --8---cut here---start-8--- configure.bat --with-gcc --no-cygwin --no-opt make bootstrap --8---cut here---end---8--- During bootstrap emacs encounter fatal error when byte-compile some .el files, the