Skip to content
Prev 13149 / 15075 Next

fatal error: 'stdio.h' file not found

Thank you Herv?.

So yes, with this ~/.R/Makevars everything works fine again (with a couple
extra flags to keep things quiet):

CFLAGS = -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
-Wno-nullability-completeness -Wno-expansion-to-defined
CXXFLAGS =
-I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
-Wno-nullability-completeness -Wno-expansion-to-defined
CPPFLAGS =
-I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
-Wno-nullability-completeness -Wno-expansion-to-defined

I am curious why I need this Makevars with what I believe to be a vanilla
MacOS / XCode / R installation? But since things are working, my
curiosity will not keep me up at night.

Thanks again for pointing me in the right direction.

-Eric
On Wed, Apr 29, 2020 at 12:42 PM Herv? Pag?s <hpages at fredhutch.org> wrote: