Ticket #61827: mkmf.2.log

File mkmf.2.log, 1.2 KB (added by radarhere (Andrew Murray), 3 years ago)
Line 
1"/usr/bin/clang -o conftest -I/opt/local/include/ruby-2.7.0/arm64-darwin20 -I/opt/local/include/ruby-2.7.0/ruby/backward -I/opt/local/include/ruby-2.7.0 -I. -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -I/opt/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT   -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fno-common  -I /opt/local/include/libxml2 conftest.c  -L. -L/opt/local/lib -L/opt/local/lib -L. -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -fstack-protector-strong -L/opt/local/lib   -arch arm64   -lruby.2.7    "
2clang: warning: no such sysroot directory: '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk' [-Wmissing-sysroot]
3In file included from conftest.c:1:
4In file included from /opt/local/include/ruby-2.7.0/ruby.h:33:
5In file included from /opt/local/include/ruby-2.7.0/ruby/ruby.h:29:
6/opt/local/include/ruby-2.7.0/ruby/defines.h:126:10: fatal error: 'stdio.h' file not found
7#include <stdio.h>
8         ^~~~~~~~~
91 error generated.
10checked program was:
11/* begin */
121: #include "ruby.h"
132:
143: int main(int argc, char **argv)
154: {
165:   return !!argv[argc];
176: }
18/* end */
19