Closed mikheyev closed 5 years ago
It seems very odd for stdio.h
to be missing, which is where FILE
should be declared.
I'm afraid I'm not an expert on Mac OS, but how did you install clang
? Xcode, homebrew, conda? Are all the machines you tried running Catalina?
It is indeed very strange. I got the regular clang that you are supposed to use with R from https://cran.r-project.org/bin/macosx/tools/
Both my machines have had the exact same problem after installing Catalina, super annoying.
There seem to be a lot of reports of Xcode using a different location after installing Catalina e.g.
As a test, can you try installing with the following command:
BiocManager::install('Rhdf5lib', configure.args = "CPPFLAGS='-I/usr/local/include'")
or possibly
BiocManager::install('Rhdf5lib', configure.args = "CPPFLAGS='-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/local/include'")
Thanks for the links @grimbough! I got it to work with
BiocManager::install('Rhdf5lib', configure.args = "CPPFLAGS='-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include'"
Same as your suggestion, but without the local
I am having some issues getting the package installed on MacOS Catalina. I tried this on a couple of different computers, but with the same result.