bug-global
[Top][All Lists]
Advanced

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

Re: error: POSIX.1-2008 realpath(3) is required on macos


From: Sam James
Subject: Re: error: POSIX.1-2008 realpath(3) is required on macos
Date: Mon, 3 Oct 2022 04:36:56 +0100


> On 3 Oct 2022, at 02:36, Shigio YAMAGUCHI <shigio@gnu.org> wrote:
> 
> OK.
> I will fix it like follows:
> 
> [configure.ac]
> 
> #include <stdlib.h>
> main(){ (void)realpath("/./tmp", (void *)0); return 0; }
> |
> v
> #include <stdlib.h>
> int main(){ (void)realpath("/./tmp", (void *)0); return 0; }
> 
> This fix will be included by the next release.
> Thank you!

Fantastic, that's what I did for Gentoo.

Much appreciated!

Thank you for maintaining GNU Global!

Best,
sam

Attachment: signature.asc
Description: Message signed with OpenPGP


reply via email to

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