Re: [R-SIG-Mac] catalina humbug

2020-10-14 Thread Simon Urbanek
Roger, check your ~/.R - it looks like you may have custom ~/.R/Makevars which overrides the CRAN R settings. Cheers, Simon > On Oct 15, 2020, at 1:14 AM, Koenker, Roger W wrote: > > Humm… so I have now removed clang7 from /usr/local and I now see: > > /usr/local/clang7/bin/clang > -I"/L

Re: [R-SIG-Mac] catalina humbug

2020-10-14 Thread Koenker, Roger W
Exactly!!! Thanks very much to all for your patience, and especially for Berend’s suggestion. All now seems well without .R/Makevars > On Oct 14, 2020, at 2:18 PM, Berend Hasselman wrote: > > Do you by any chance have ~/.R/Makevars ? > If yes does it define CC and CXX and LDFLAGS with clan

Re: [R-SIG-Mac] catalina humbug

2020-10-14 Thread Berend Hasselman
Do you by any chance have ~/.R/Makevars ? If yes does it define CC and CXX and LDFLAGS with clang7? Try removing them. Berend > On 14 Oct 2020, at 14:14, Koenker, Roger W wrote: > > Humm… so I have now removed clang7 from /usr/local and I now see: > > /usr/local/clang7/bin/clang > -I"/Libr

Re: [R-SIG-Mac] catalina humbug

2020-10-14 Thread Koenker, Roger W
Humm… so I have now removed clang7 from /usr/local and I now see: /usr/local/clang7/bin/clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/usr/local/clang7/include/c++/v1 -fPIC -Wall -g -O2 -c mcmb.c -o mcmb.o /bin/sh: /usr/local/clang7/bin/clang: No such file or dir

Re: [R-SIG-Mac] catalina humbug

2020-10-14 Thread Ken Beath
clang7 seems to be unnecessary for current R. It isn’t in my system and from memory was one of the things I removed to get everything working. This involved removing the clang and fortran that had been previously installed. I may have needed some other things but my systems will build your packa

Re: [R-SIG-Mac] catalina humbug

2020-10-14 Thread Koenker, Roger W
Simon, Thanks, I still have the same error: In file included from mcmb.c:11: /usr/local/clang7/include/c++/v1/stdio.h:108:15: fatal error: 'stdio.h' file not found #include_next I didn’t do anything beyond upgrading R and installing fortran 8.2.0, and the CLT 12.2. but I didn’t remove anythi

Re: [R-SIG-Mac] catalina humbug

2020-10-14 Thread Simon Urbanek
Roger, the error points to an old local clang - did you remove (or move aside) that one? Check your /usr/local - you seem to have some old stuff there that is breaking. That would solve the original issue. You seem to have done a lot after that error, but didn't tell us what happened then… you

Re: [R-SIG-Mac] catalina humbug

2020-10-14 Thread Patrick Schratz
This is a common error after major macOS upgrades. Install the xcode CLT standalone from Apple and try again. You might also need to install/link to the 10.14 SDK to get certain packages installed from source. On 14. Oct 2020 at 11:39:09 CEST, Dr Eberhard Lisse wrote: Wait a while and try aga

Re: [R-SIG-Mac] catalina humbug

2020-10-14 Thread Dr Eberhard Lisse
Wait a while and try again :-)-O el On 14/10/2020 11:28, Koenker, Roger W wrote: [...] > 3. Attempted to reinstall command line tools with Xcode-select > —install. This fails with > a popup that says: > > Can’t install the software because it is not currentl

[R-SIG-Mac] catalina humbug

2020-10-14 Thread Koenker, Roger W
I’ve recently “upgraded” to catalina, and compilation of my quantreg package failed with: In file included from mcmb.c:11: /usr/local/clang7/include/c++/v1/stdio.h:108:15: fatal error: 'stdio.h' file not found #include_next So I’ve tried the following: 1. Upgraded R to 4.0.3