bug-global
[Top][All Lists]
Advanced

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

Re: Package global fails to compile on MacOS 11.1


From: Shigio YAMAGUCHI
Subject: Re: Package global fails to compile on MacOS 11.1
Date: Sat, 16 Jan 2021 20:35:34 +0900

Hello,
Thank you for the report.

Could you please send this report to the autoconf bug mailing
list? Since this bug seems to be a autoconf's bug.
I cannot do anything, because I don't have a reproduction
environment for this problem.

Thank you in advance.

Regards,
Shigio

2021年1月15日(金) 13:22 Michael Labbé <mlabbe@gmail.com>:
>
> Package global failed to compile on my arm 11.1 system. This is due to an 
> error because realpath cannot be found. The fix is to modify configure to 
> include stdlib.h.
>
> Line 14291 of configure on global-6.6.5:
>
> main(){ (void)realpath("/./tmp", (void *)0); return 0; }
>
> Insert one line before that:
>
> #include<stdlib.h>
> main(){ (void)realpath("/./tmp", (void *)0); return 0; }
>
> configure now succeeds.



-- 
Shigio YAMAGUCHI <shigio@gnu.org>
PGP fingerprint:
26F6 31B4 3D62 4A92 7E6F  1C33 969C 3BE3 89DD A6EB



reply via email to

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