Re: [R-SIG-Mac] bzip2 configure error

2020-08-31 Thread Prof Brian Ripley
On 29/08/2020 19:38, Duncan Murdoch wrote: I seem to have got past this error by reinstalling Xcode.  I'm not sure what went wrong with the old install; I'm pretty sure I did an R-devel build since installing Catalina. This seems to come from a CLT update: my Catalina box updated to 12.0 beta

Re: [R-SIG-Mac] bzip2 configure error

2020-08-29 Thread Simon Urbanek
Duncan, We have a bunch of bugs in configure (on all platforms) when used with -Werror which is default for some Apple compiler builds recently, the one below is just one for them (failing to include stdlib.h and string.h in the test). It may be worth filing a bug report, this should be a reaso

Re: [R-SIG-Mac] bzip2 configure error

2020-08-29 Thread Duncan Murdoch
I seem to have got past this error by reinstalling Xcode. I'm not sure what went wrong with the old install; I'm pretty sure I did an R-devel build since installing Catalina. Duncan Murdoch On 28/08/2020 10:41 a.m., Duncan Murdoch wrote: I'm trying to build R-devel in Catalina for the first