Re: [R-SIG-Mac] 'math.h' file not found

2018-12-18 Thread Roger Koenker
James, Many thanks, all is well now. Look forward to seeing you in April. Roger > On Dec 18, 2018, at 5:40 PM, Balamuta, James Joseph > wrote: > > Roger, > > Due to macOS Mojave shift where system headers are located, you'll need to > run: > > sudo installer -pkg \ > /Library/Developer/C

Re: [R-SIG-Mac] 'math.h' file not found

2018-12-18 Thread Balamuta, James Joseph
Roger, Due to macOS Mojave shift where system headers are located, you'll need to run: sudo installer -pkg \ /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg \ -target / This installs the headers back to the default location of previous macOS builds, e.g. /usr

[R-SIG-Mac] 'math.h' file not found

2018-12-18 Thread Roger Koenker
I have an annoying installation issue with a new mac mini: for example I see: > In file included from /usr/local/clang6/include/c++/v1/cmath:305: > /usr/local/clang6/include/c++/v1/math.h:301:15: fatal error: 'math.h' file > not found > #include_next > ^~~~ > 1 error generated