On Fri, 14 Mar 2025 22:25:54 -0500
Dirk Eddelbuettel <e...@debian.org> wrote:

> An older package I looked at apparently currently fails to build under
> r-devel (and with that my thanks to R-universe for giving us a
> 'broad' range of builds for free -- off our development sources) over
> 'bool' related changes and enum definitions.
> 
> I can get it to behave and build by declaring
> 
>   PKG_CFLAGS = -std=gnu23

Could you please share the compilation failure messages? The -std=gnu23
flag causes R_ext/Boolean.h to _not_ #include <stdbool.h> before
defining enum Rboolean, so the problem is likely related to that.

-- 
Best regards,
Ivan

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to