On Apr 17, 2022, at 02:54, Paul Eggert wrote:
> On 4/16/22 20:28, Jeffrey Walton wrote:
>> maybe you should define a couple of macros
>> like GNULIB_LLVM_CLANG_VER and GNULIB_APPLE_CLANG_VER
>
> I hope we don't need to do that. This is software archaeology (Mac OS X
> 10.7.5 is so old that neith
> On Jan 18, 2022, at 15:18, Reuben Thomas wrote:
>
> On Tue, 18 Jan 2022 at 20:56, Jeffrey Walton wrote:
>>
>> If you are OS X 10.8 and above, then you will likely be using Apple
>> Clang (or LLVM Clang), and you likely won't have troubles.
You will likely be using clang on 10.7 and later.
On Jan 17, 2022, at 16:14, Paul Eggert wrote:
> That part of Gnulib was introduced in 2013:
>
> https://lists.gnu.org/r/bug-gnulib/2013-11/msg00045.html
>
> and as I vaguely recall was in response to this macports ticket:
>
> https://trac.macports.org/ticket/41033
> I don't know whether th
On Jan 12, 2022, at 17:18, Bruno Haible wrote:
>
>>> Despite
>>> -DMAC_OS_X_VERSION_MAX_ALLOWED=1090 -DMAC_OS_X_VERSION_MIN_REQUIRED=1040
>>> it produced code that would *not* run on Mac OS X 10.4.
>>
>> Uh yeah you can't do that at all. You can check the values of
>> MAC_OS_X_VERSION_MAX_ALLOWE
On Dec 22, 2021, at 09:23, Bruno Haible wrote:
> Despite
> -DMAC_OS_X_VERSION_MAX_ALLOWED=1090 -DMAC_OS_X_VERSION_MIN_REQUIRED=1040
> it produced code that would *not* run on Mac OS X 10.4.
Uh yeah you can't do that at all. You can check the values of
MAC_OS_X_VERSION_MAX_ALLOWED and MAC_OS_X_V
On Jan 7, 2022, at 16:43, Peter Dyballa wrote:
> The actual cause seems to be an ability of the MacPorts software
I thought we believed this to be a bug in gnulib?
On Dec 6, 2021, at 22:55, Bruno Haible wrote:
>
> Hi Ryan,
>
> Ryan Schmidt wrote:
>> Hi, gnulib fails to build on Mac OS X 10.4 Tiger:
>>
>> get_ppid_of.c:36:22: error: libproc.h: No such file or directory
>>
>> libproc.h was introduced in Mac
Hi, gnulib fails to build on Mac OS X 10.4 Tiger:
get_ppid_of.c:36:22: error: libproc.h: No such file or directory
libproc.h was introduced in Mac OS X 10.5 Leopard.
This problem affects gettext 0.21 which includes this version of gnulib.
This is a problem because so many things depend on gette