Created
August 3, 2019 08:20
-
-
Save hsbt/482726643f45e92b48304ad85956ffbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/v/f/j/z/T/r/truffleruby-19.1.1 > cat -p src/main/c/openssl/mkmf.log | |
=== OpenSSL for Ruby configurator === | |
"/usr/local/opt/llvm@4/bin/clang -o conftest -I/private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-build.20190803171558.7572/truffleruby-19.1.1/lib/ce | |
xt/include -I/private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-build.20190803171558.7572/truffleruby-19.1.1/lib/cext/include/ruby/backward -I/privat | |
e/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-build.20190803171558.7572/truffleruby-19.1.1/lib/cext/include -I. -I/usr/local/opt/openssl/include -g -W | |
implicit-function-declaration -Wundef -Wno-unknown-warning-option -Wno-int-conversion -Wno-int-to-pointer-cast -Wno-incompatible-pointer-types -Wno-format-inval | |
id-specifier -ferror-limit=500 /private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-build.20190803171558.7572/truffleruby-19.1.1/lib/cext/ruby.o /priva | |
te/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-build.20190803171558.7572/truffleruby-19.1.1/lib/cext/sulongmock.o conftest.c -L. -L/private/var/folder | |
s/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-build.20190803171558.7572/truffleruby-19.1.1/lib -L/usr/local/opt/openssl/lib " | |
In file included from conftest.c:1: | |
In file included from /private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-build.20190803171558.7572/truffleruby-19.1.1/lib/cext/include/ruby.h:33: | |
In file included from /private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-build.20190803171558.7572/truffleruby-19.1.1/lib/cext/include/ruby/ruby.h:27 | |
: | |
/private/var/folders/jl/zgy9fk353nd6zn0xznlsdzvc6gxzs5/T/ruby-build.20190803171558.7572/truffleruby-19.1.1/lib/cext/include/truffleruby/truffleruby-pre.h:29:10: | |
fatal error: 'ctype.h' file not found | |
#include <ctype.h> // isdigit | |
^~~~~~~~~ | |
1 error generated. | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
2: | |
3: int main(int argc, char **argv) | |
4: { | |
5: return 0; | |
6: } | |
/* end */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment