emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with adding an auxiliary bytecode table


From: Alex Gramiak
Subject: Re: Help with adding an auxiliary bytecode table
Date: Thu, 18 Apr 2019 14:47:37 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Paul Eggert <address@hidden> writes:

> On 4/18/19 8:53 AM, Alex Gramiak wrote:
>>   Invalid function: ((bytecomp "Wrong type argument: arrayp, nil" :error
>>   "*Compile-Log*"))
>
> This kind of symptom often means you just messed up somewhere in the
> interpreter and have trashed its data structures somehow. You might try
> building with --enable-checking or --enable-checking=all or with the
> usual sanitization flags for your compiler.

Thanks. Turns out it was due to some interaction between my previous
Emacs build's bytecompiler and the new one, since removing
lisp/emacs-lisp/bytecomp.elc and trying to build gave me the wrong type
argument error at build-time.

I managed to fix the problem (ill-defined macro) and get it working.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]