From: Alan Mackenzie <acm@muc.de>
To: Brahimi Saifullah <brahimi.saifullah@gmail.com>
Cc: Andrea Corallo <akrl@sdf.org>,
Stefan Monnier <monnier@iro.umontreal.ca>,
emacs-devel@gnu.org
Subject: Re: Branch scratch/correct-warning-pos now bootstraps with or without native compilation.
Date: Fri, 31 Dec 2021 23:28:27 +0000 [thread overview]
Message-ID: <Yc+SG/W5WNAY/6Or@ACM> (raw)
In-Reply-To: <84bl0x2424.fsf@gmail.com>
Hello Brahimi.
On Thu, Dec 30, 2021 at 18:09:07 -0300, Brahimi Saifullah wrote:
> I can't seem to build this on Windows.
> CCLD temacs.exe
> C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: comp.o: in function `emit_SYMBOL_WITH_POS_SYM':
> C:\emacs\2912\src/comp.c:1487: undefined reference to `gcc_jit_context_new_location'
> C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: comp.o: in function `emit_EQ':
> C:\emacs\2912\src/comp.c:1499: undefined reference to `gcc_jit_context_new_location'
> C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\emacs\2912\src/comp.c:1499: undefined reference to `gcc_jit_context_new_location'
> collect2.exe: error: ld returned 1 exit status
> make[1]: *** [Makefile:691: temacs.exe] Error 1
> make[1]: Leaving directory '/c/emacs/2912/src'
> make: *** [Makefile:452: src] Error 2
Yes, these calls to gcc_jit_context_new_location were just there to
produce diagnostic information. I'd forgotten I'd put them in, and I
wasn't aware they hadn't been made available in Windows. (I don't have
a Windows box I can test on.)
Anyway, I've taken them out. So, if you haven't implemented Eli's
solution, please feel free to download this year's version, and try
again.
Thank you indeed for trying this out and spotting a mistake. :-)
Happy New Year!
--
Alan Mackenzie (Nuremberg, Germany).
next prev parent reply other threads:[~2021-12-31 23:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-30 10:38 Branch scratch/correct-warning-pos now bootstraps with or without native compilation Alan Mackenzie
2021-12-30 21:09 ` Brahimi Saifullah
2021-12-31 7:39 ` Eli Zaretskii
2021-12-31 23:28 ` Alan Mackenzie [this message]
2022-01-01 23:28 ` Brahimi Saifullah
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=Yc+SG/W5WNAY/6Or@ACM \
--to=acm@muc.de \
--cc=akrl@sdf.org \
--cc=brahimi.saifullah@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
/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.