[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Native Compile: Example Of Possibly Spurious Warning
From: |
Eli Zaretskii |
Subject: |
Re: Native Compile: Example Of Possibly Spurious Warning |
Date: |
Mon, 17 May 2021 17:16:10 +0300 |
> From: "T.V Raman" <raman@google.com>
> Cc: emacs-devel@gnu.org
> Date: Mon, 17 May 2021 06:58:17 -0700
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
>
> All of the spurious warnings I'm seeing dont appear in batch compilation
> with batch-byte-compile.
> Here is the file on Github:
>
> https://github.com/tvraman/emacspeak/blob/master/lisp/emacspeak-preamble.el#L91
I hope Andrea will look into this and tell what causes the error (my
guess is some other file this one loads or requires, but that's just a
guess).
> Separately: when I batch-byte-compile emacspeak, I pass in commandline
> flags that loads emacspeak-loaddefs.el (analogous to Emacs' own
> loaddefs.el)
> is it possible to batch-native-compile (that function does exist) but I
> have no idea where the generated files end up ie if they go somewhere
> different than when generated from a running Emacs.
They should all go to ~/.emacs.d/eln-cache/.
Re: Native Compile: Example Of Possibly Spurious Warning, Andrea Corallo, 2021/05/17