all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dang Allen <allengnr@gmail.com>
To: Andrea Corallo <akrl@sdf.org>
Cc: 42486@debbugs.gnu.org
Subject: bug#42486: 28.0.50; Bug of feature/native-comp branch. Error message native-compile-async: Symbol’s value as variable is void: comp-native-path-postfix
Date: Thu, 23 Jul 2020 15:35:57 +0800	[thread overview]
Message-ID: <CAPoqSPzvdu7rSeAUsyLu_NV9FhqANJJg8zm4jmOqDWpp5cuZuA@mail.gmail.com> (raw)
In-Reply-To: <xjfblk6g037.fsf@sdf.org>

[-- Attachment #1: Type: text/plain, Size: 1442 bytes --]

Sure, here it is.

# native-comp optimization
export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:${PATH}"
export LDFLAGS="-L/usr/local/lib/gcc/10"
export LIBRARY_PATH="/usr/local/opt/gcc/lib/gcc/10:${LIBRARY_PATH:-}"

cd emacs || exit

git clean -xfd

./autogen.sh

CC='clang' \
     ./configure \
     --disable-silent-rules \
     --with-ns \
     --disable-ns-self-contained \
     --with-cairo \
     --with-modules \
     --with-nativecomp \
     --with-xml2 \
     --with-gnutls \
     --with-json \
     --with-rsvg

# Ensure the directory to which we will dump Emacs exists and has the
correct
# permissions set.
libexec=/usr/local/libexec/emacs
if [ ! -d $libexec ]; then
  sudo mkdir -p $libexec
  chown $USER $libexec
fi

make distclean
make -j 4
make install
rm -rf "/Applications/Emacs.app"
mv nextstep/Emacs.app "/Applications/"
cp -R lisp "/Applications/Emacs.app/Contents/"

Andrea Corallo <akrl@sdf.org> 于2020年7月23日周四 下午3:30写道:

> I think the interesting line is:
>
> "  Does Emacs have native lisp compiler?                   no"
>
> The output does not include the command issued.  I you are running a
> script could you please run it with -x and report it again?
>
> Alternatively you can also attach the script you are using to compile if
> you wish.
>
> I'm interested in having a look at the configure invocation.
>
> Thanks
>   Andrea
>

[-- Attachment #2: Type: text/html, Size: 1974 bytes --]

  reply	other threads:[~2020-07-23  7:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-23  4:59 bug#42486: 28.0.50; Bug of feature/native-comp branch. Error message native-compile-async: Symbol’s value as variable is void: comp-native-path-postfix AllenDang
2020-07-23  6:53 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-07-23  7:22   ` Dang Allen
2020-07-23  7:30     ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-07-23  7:35       ` Dang Allen [this message]
2020-07-23  7:46         ` Dang Allen
2020-07-23  7:54         ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-07-23  7:59           ` Dang Allen
2020-07-23  9:01             ` Dang Allen
2020-07-23  9:53               ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-07-23 10:01                 ` Dang Allen
2020-07-23 10:21                   ` Dang Allen
2020-07-23 10:41                     ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-07-23 11:44                       ` Dang Allen
2020-07-23 12:04                         ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPoqSPzvdu7rSeAUsyLu_NV9FhqANJJg8zm4jmOqDWpp5cuZuA@mail.gmail.com \
    --to=allengnr@gmail.com \
    --cc=42486@debbugs.gnu.org \
    --cc=akrl@sdf.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.