[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#45303: #45303 [feature/native-comp] building error on Windows
From: |
Eli Zaretskii |
Subject: |
bug#45303: #45303 [feature/native-comp] building error on Windows |
Date: |
Fri, 18 Dec 2020 23:22:57 +0200 |
> Date: Fri, 18 Dec 2020 16:02:20 +0000
> Cc: 45303@debbugs.gnu.org
> From: Andrea Corallo via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> > # patch to look for libgccjit-0.dll instead of libgcc.dll?
> > lisp/term/w32-win.el & src/emacs.c
> > sed -i -e 's/libgccjit.dll/libgccjit-0.dll/' lisp/term/w32-win.el
> > sed -i -e 's/libgccjit.dll/libgccjit-0.dll/' src/emacs.c
>
> I've really no windows knowledge to judge that, perhaps Eli will
> comment. If these are correct fixes you should submit a patch for
> those.
They are correct fixes, since DLLs on Windows usually have the API
number in their names. In this case, I guess the API number is zero,
so libgccjit-0.dll is correct (and libgccjit.dll probably doesn't
exist in Windows installations of GCC/libgccjit).
bug#45303: #45303 [feature/native-comp] building error on Windows, Pal Gloss, 2020/12/18
- bug#45303: #45303 [feature/native-comp] building error on Windows, Andrea Corallo, 2020/12/18
- bug#45303: #45303 [feature/native-comp] building error on Windows,
Eli Zaretskii <=
- bug#45303: #45303 [feature/native-comp] building error on Windows, Pal Gloss, 2020/12/18
- bug#45303: #45303 [feature/native-comp] building error on Windows, Andrea Corallo, 2020/12/19
- bug#45303: #45303 [feature/native-comp] building error on Windows, Andy Moreton, 2020/12/19
- bug#45303: #45303 [feature/native-comp] building error on Windows, Eli Zaretskii, 2020/12/19
- bug#45303: #45303 [feature/native-comp] building error on Windows, Andy Moreton, 2020/12/19
- bug#45303: #45303 [feature/native-comp] building error on Windows, Eli Zaretskii, 2020/12/19
- bug#45303: #45303 [feature/native-comp] building error on Windows, Andy Moreton, 2020/12/19
bug#45303: #45303 [feature/native-comp] building error on Windows, Pal Gloss, 2020/12/19
bug#45303: #45303 [feature/native-comp] building error on Windows, Andrea Corallo, 2020/12/19
bug#45303: #45303 [feature/native-comp] building error on Windows, Andy Moreton, 2020/12/20