Skip to content
Prev 13148 / 15075 Next

fatal error: 'stdio.h' file not found

Hi Eric,

FWIW, here is what I see on my system (Mojave):

   machv2:~ biocbuild$ which clang
   /usr/bin/clang

   machv2:~ biocbuild$ clang -v
   Apple LLVM version 10.0.1 (clang-1001.0.46.4)
   Target: x86_64-apple-darwin18.7.0
   Thread model: posix
   InstalledDir: /Library/Developer/CommandLineTools/usr/bin

   machv2:~ biocbuild$ ls -l 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h
   -r--r--r--  1 root  wheel  16319 Feb 22  2019 
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h

I'm not a Mac expert but I believe these locations for Apple clang and 
associated standard C header files have not changed for years.

Hope this helps,
H.
On 4/29/20 07:05, Eric K wrote: