emacs-devel
[Top][All Lists]
Advanced

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

Re: Merging native-comp and pgtk


From: Phillip Lord
Subject: Re: Merging native-comp and pgtk
Date: Tue, 16 Feb 2021 23:22:40 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Andy Moreton <andrewjmoreton@gmail.com> writes:

> On mingw64 32bit configured with "--wide":
>
>  - the build fails: bootstrap-emacs.exe crashes when compiling lisp).
>    gdb does not produce anything informative in the backtrace.
>
>  - the "--wide" configure flag affects ABI, so should be included in the
>    native-comp ABI hash identifier in .eln filenames.

While this doesn't stop anyone else from doing it, I have just removed
support for 32bit builds from the windows packaging process:

https://lists.gnu.org/archive/html/emacs-devel/2021-01/msg00661.html


> As a pre-existing problem (present in master), the .elc files are built
> in the source tree, rather than the build tree. That prevents doing
> out-of-tree builds for different platforms/ABIs from the same source
> tree.

I am still in two minds on this. When I was building Emacs for x86_64
and i686, this prevented me from clean building both architectures at
the same time, so the one build with catch up with the other and then
they would fight.

At the same token, it did mean that I only had to build the elc files
once; so even with forcing me to build one, then the other, it was
probably still quicker.

Phil




reply via email to

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