Re: emacs-unicode-2: bootstrap failed

2007-07-22 Thread Leo
On 2007-07-21 15:53 +0100, Zhang Wei wrote:
 oo-spd/i386/temacs1.a(abbrev.o):abbrev.c:(.text+0x3b6): undefined reference 
 to `
 SYNTAX_ENTRY_FOLLOW_PARENT'
 collect2: ld returned 1 exit status
 make[2]: *** [oo-spd/i386/temacs.exe] Error 1
 make[2]: Leaving directory `D:/emacs-unicode-2/src'
 make[1]: *** [bootstrap-temacs] Error 2
 make[1]: Leaving directory `D:/emacs-unicode-2/src'
 make: *** [bootstrap-gmake] Error 2

Also in GNU/Linux:

,
| abbrev.o: In function `abbrev_check_chars':
| /home/emacs/src/abbrev.c:201: undefined reference to 
`SYNTAX_ENTRY_FOLLOW_PARENT'
| collect2: ld returned 1 exit status
| make[1]: *** [temacs] Error 1
| make[1]: Leaving directory `/home/emacs/src'
| make: *** [src] Error 2
`

-- 
Leo sdl.web AT gmail.com (GPG Key: 9283AA3F)



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


emacs-unicode-2: bootstrap failed

2007-07-21 Thread Zhang Wei

ar -rsc oo-spd/i386/lastfile.a oo-spd/i386/lastfile.o
gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c  -mno-cygwin -m
tune=pentium4 -O2  -Di386 -D_CRTAPI1=_cdecl   -Demacs=1 -DWINDOWSNT -DDOS_NT -DH
AVE_CONFIG_H -I../nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=50
0 -o oo-spd/i386/firstfile.o firstfile.c
windres -O coff --include-dir ../nt -o oo-spd/i386/emacs.res ../nt/emacs.rc
gcc -o oo-spd/i386/temacs.bin   -mno-cygwin  -Wl,-stack,0x0080 -Wl,-heap,0x0
010 -Wl,-image-base,0x0100 -Wl,-subsystem,console -Wl,-entry,__start -Wl
,-Map,oo-spd/i386/temacs.map oo-spd/i386/firstfile.o oo-spd/i386/emacs.res oo-sp
d/i386/temacs0.a oo-spd/i386/temacs1.a oo-spd/i386/temacw32.a oo-spd/i386/lastfi
le.a -lwinmm -ladvapi32 -lgdi32 -lcomdlg32 -luser32 -lmpr -lshell32 -lwinspool -
lole32
oo-spd/i386/temacs1.a(abbrev.o):abbrev.c:(.text+0x3b6): undefined reference to `
SYNTAX_ENTRY_FOLLOW_PARENT'
collect2: ld returned 1 exit status
make[2]: *** [oo-spd/i386/temacs.exe] Error 1
make[2]: Leaving directory `D:/emacs-unicode-2/src'
make[1]: *** [bootstrap-temacs] Error 2
make[1]: Leaving directory `D:/emacs-unicode-2/src'
make: *** [bootstrap-gmake] Error 2


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


emacs-unicode-2 bootstrap failed on windows-xp

2007-01-10 Thread Zhang Wei

[...]
Directory international
Directory language
Directory mail
Directory mh-e
Directory net
Directory play
Directory progmodes
Directory term
Directory textmodes
Directory url
Directory obsolete
Generating cus-load.el...
Saving file d:/emacs-unicode-2/lisp/cus-load.el...
Loading vc-cvs...
Wrote d:/emacs-unicode-2/lisp/cus-load.el
Generating cus-load.el...done
rm ./../bin/emacs.exe
make[1]: Leaving directory `D:/emacs-unicode-2/lisp'
make  -C ../lib-src DOC
make[1]: *** No rule to make target `stamp_BLD', needed by `DOC'.  Stop.
make[1]: Entering directory `D:/emacs-unicode-2/lib-src'
make[1]: Leaving directory `D:/emacs-unicode-2/lib-src'
make: *** [bootstrap-gmake] Error 2


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


emacs-unicode-2: bootstrap failed due to recent mh-e changes

2006-03-31 Thread Zhang Wei

Compiling /home/brep/emacs-source/emacs-unicode-2/lisp/./mh-e/mh-e.el

In toplevel form:
mh-e/mh-e.el:997:1:Error: Symbol's function definition is void: 
mh-strip-package-version
make[2]: *** [compile] Error 1
make[2]: Leaving directory `/home/brep/emacs-source/emacs-unicode-2/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/brep/emacs-source/emacs-unicode-2'
make: *** [bootstrap] Error 2


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: emacs-unicode-2: bootstrap failed due to recent mh-e changes

2006-03-31 Thread Bill Wohler
Zhang Wei [EMAIL PROTECTED] writes:

 Compiling /home/brep/emacs-source/emacs-unicode-2/lisp/./mh-e/mh-e.el

 In toplevel form:
 mh-e/mh-e.el:997:1:Error: Symbol's function definition is void: 
 mh-strip-package-version
 make[2]: *** [compile] Error 1
 make[2]: Leaving directory `/home/brep/emacs-source/emacs-unicode-2/lisp'
 make[1]: *** [bootstrap-build] Error 2
 make[1]: Leaving directory `/home/brep/emacs-source/emacs-unicode-2'
 make: *** [bootstrap] Error 2

Fixed. Apologies.

If an update doesn't resolve the problem, please remove
lisp/mh-e/*.elc and try again.

-- 
Bill Wohler [EMAIL PROTECTED]  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: emacs-unicode-2: bootstrap failed due to recent mh-e changes

2006-03-31 Thread Randal L. Schwartz
 Zhang == Zhang Wei [EMAIL PROTECTED] writes:

Zhang Compiling /home/brep/emacs-source/emacs-unicode-2/lisp/./mh-e/mh-e.el

Zhang In toplevel form:
Zhang mh-e/mh-e.el:997:1:Error: Symbol's function definition is void: 
mh-strip-package-version
Zhang make[2]: *** [compile] Error 1
Zhang make[2]: Leaving directory `/home/brep/emacs-source/emacs-unicode-2/lisp'
Zhang make[1]: *** [bootstrap-build] Error 2
Zhang make[1]: Leaving directory `/home/brep/emacs-source/emacs-unicode-2'
Zhang make: *** [bootstrap] Error 2

Oh good, it's not just me. :)  I was about to report the same thing.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
merlyn@stonehenge.com URL:http://www.stonehenge.com/merlyn/
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!



___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: emacs-unicode-2: bootstrap failed due to recent mh-e changes

2006-03-31 Thread Bill Wohler
Luc Teirlinck [EMAIL PROTECTED] wrote:

 Bill Wohler wrote:
 
If an update doesn't resolve the problem, please remove
lisp/mh-e/*.elc and try again.
 
 All of that is apparently not sufficient to solve the problem.  Still
 same error message:
 
 Compiling /home/teirllm/emacscvsdir/emacs/lisp/./mh-e/mh-e.el
 
 In toplevel form: mh-e/mh-e.el:997:1:Error: Symbol's function
 definition is void: mh-strip-package-version
 make[2]: *** [compile] Error 1
 make[2]: Leaving directory `/home/teirllm/emacscvsdir/emacs/lisp'
 make[1]: *** [bootstrap-build] Error 2
 make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs'
 make: *** [bootstrap] Error 2

I do not understand this. If you remove mh-e/*.elc, it compiles. If you
just touch mh-e/mh-e.el and compile it fails.

I found that making mh-strip-package-version a macro fixes the error
(which I just checked in). If someone would like to explain why this is
so, I would listen eagerly. Is this fixing the problem, or merely
masking the symptoms?

Color me baffled by the compiler (again).

-- 
Bill Wohler [EMAIL PROTECTED]  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: emacs-unicode-2: bootstrap failed due to recent mh-e changes

2006-03-31 Thread Luc Teirlinck
Bill Wohler wrote:

   I do not understand this. If you remove mh-e/*.elc, it compiles. If you
   just touch mh-e/mh-e.el and compile it fails.

I did `make maintainer-clean' and I even checked that that really
removed all mh-e/*.elc files.  Bootstrapping nevertheless failed
(before your very latest change).

   I found that making mh-strip-package-version a macro fixes the error
   (which I just checked in)

Now bootstrapping indeed works again.

Sincerely,

Luc.




___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug