Mailing list archives : pcb-rnd

ID:5884
From:rn...@igor2.repo.hu
Date:Mon, 5 Dec 2022 16:47:07 +0100 (CET)
Subject:Re: [pcb-rnd] Patches for improved C99 compatibility
in-reply-to:5883 from Florian Weimer <fw...@redhat.com>
Hello Florian,
 
On Mon, 5 Dec 2022, Florian Weimer wrote:
 
>Fedora is trying to build the distribution with a compiler that rejects
>more historic C constructs that are no longer present in C99:
>
>  <https://fedoraproject.org/wiki/Changes/PortingToModernC>
>  <https://fedoraproject.org/wiki/Toolchain/PortingToModernC>
>
>For pcb-rnd, this alters the outcome of its autoconf-style checks.
>There is also an implicit int.
>
>The attached patches fix these issues.  There are still implicit
>function declarations in probing for ioctl and gethostname, but the
>logic eventually picks up the <sys/ioctl.h> and <unistd.h> headers,
>these headers are just not probed first.
>
>Thanks,
>Florian
>
 
 
thank you; meanwhile I've commited some fixes (but we communicated in 
private emailing before this mail reached the list).
 
Best regards,
 
Igor2
 
 

Reply subtree:
5884 Re: [pcb-rnd] Patches for improved C99 compatibility from rn...@igor2.repo.hu