emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 28.1 doesn't compile on Mac OS 10.7.5


From: Mattias Engdegård
Subject: Re: Emacs 28.1 doesn't compile on Mac OS 10.7.5
Date: Fri, 15 Apr 2022 18:22:37 +0200

15 apr. 2022 kl. 17.23 skrev Werner LEMBERG <wl@gnu.org>:

>> It seems likely that this version has __clang_major__ = 4 despite
>> begin based on 3.2; if so, then the attached change may be the right
>> solution.  Would you give it a try?
> 
> This helps, thanks.

Thanks for testing. Paul, would you consider something like that patch 
(repeated here) for gnulib?
This is likely a regression in Emacs 28.1 for Werner's build environment.

Attachment: old-apple-clang.diff
Description: Binary data

> sysdep.c:4133:3: error: use of undeclared identifier 'rusage_info_current'
>  rusage_info_current ri;


This appears to be a consequence of 6d51805154 (bug#48548) which uses an 
interface that was introduced in macOS 10.9. It should be possible to unify the 
old and new code to get something that works on your system as well. I'll write 
a patch.

This, too, seems to be a regression in Emacs 28.1.


reply via email to

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