[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bootstrap problem with union Lisp_Object
From: |
Ken Raeburn |
Subject: |
bootstrap problem with union Lisp_Object |
Date: |
Mon, 5 Dec 2005 12:32:51 -0500 |
I'm still trying to track this down, but just for the record: If I
build recent sources with CC='gcc -DENABLE_CHECKING -
DUSE_LISP_UNION_TYPE', bootstrapping fails:
Compiling /var/raeburn/emacs-hacking/fsf/source/lisp/emacs-lisp/byte-
opt.el
Error: Invalid function: 4
Error: Invalid function: 4
Error: Invalid function: 4
Error: Invalid function: 4
Error: Invalid function: 4
Error: Invalid function: 4
In toplevel form:
../../source/lisp/emacs-lisp/byte-opt.el:186:1:Error: Invalid
function: 4
../../source/lisp/emacs-lisp/byte-opt.el:186:1:Error: Invalid
function: 4
../../source/lisp/emacs-lisp/byte-opt.el:186:1:Error: Invalid
function: 4
../../source/lisp/emacs-lisp/byte-opt.el:186:1:Error: Invalid
function: 4
../../source/lisp/emacs-lisp/byte-opt.el:186:1:Error: Invalid
function: 4
../../source/lisp/emacs-lisp/byte-opt.el:186:1:Error: Invalid
function: 4
../../source/lisp/emacs-lisp/byte-opt.el:186:1:Error: Invalid
function: 4
make[2]: *** [compile] Error 1
With the usual (integral) Lisp_Object type, bootstrapping works fine.
Ken
- bootstrap problem with union Lisp_Object,
Ken Raeburn <=
- Re: bootstrap problem with union Lisp_Object, Ken Raeburn, 2005/12/06
- Re: bootstrap problem with union Lisp_Object, Andreas Schwab, 2005/12/06
- Re: bootstrap problem with union Lisp_Object, Stefan Monnier, 2005/12/06
- Re: bootstrap problem with union Lisp_Object, Andreas Schwab, 2005/12/06
- Re: bootstrap problem with union Lisp_Object, Stefan Monnier, 2005/12/06
- Re: bootstrap problem with union Lisp_Object, Andreas Schwab, 2005/12/06
- Re: bootstrap problem with union Lisp_Object, Ken Raeburn, 2005/12/07
- Re: bootstrap problem with union Lisp_Object, Richard M. Stallman, 2005/12/07
- Re: bootstrap problem with union Lisp_Object, Ken Raeburn, 2005/12/08
- Re: bootstrap problem with union Lisp_Object, Richard M. Stallman, 2005/12/08