Created
June 22, 2011 18:38
-
-
Save devjj/1040773 to your computer and use it in GitHub Desktop.
This file contains 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
cat ~/.rvm/log/ruby-1.8.5-p231/make.log | |
[2011-06-22 11:36:32] make | |
gcc main.o libruby-static.a -ldl -lobjc -o miniruby -g -O2 -fno-common -pipe -fno-common -DRUBY_EXPORT | |
rbconfig.rb unchanged | |
cc -dynamiclib -undefined suppress -flat_namespace -install_name /Users/josephj/.rvm/rubies/ruby-1.8.5-p231/lib/libruby.dylib -current_version 1.8.5 -compatibility_version 1.8 array.o bignum.o class.o compar.o dir.o dln.o enum.o error.o eval.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o dmyext.o -o libruby.1.8.5.dylib | |
compiling Win32API | |
make[1]: Nothing to be done for `all'. | |
compiling bigdecimal | |
make[1]: Nothing to be done for `all'. | |
compiling curses | |
make[1]: Nothing to be done for `all'. | |
compiling dbm | |
make[1]: Nothing to be done for `all'. | |
compiling digest | |
make[1]: Nothing to be done for `all'. | |
compiling digest/md5 | |
make[1]: Nothing to be done for `all'. | |
compiling digest/rmd160 | |
make[1]: Nothing to be done for `all'. | |
compiling digest/sha1 | |
make[1]: Nothing to be done for `all'. | |
compiling digest/sha2 | |
make[1]: Nothing to be done for `all'. | |
compiling dl | |
make[1]: Nothing to be done for `all'. | |
compiling enumerator | |
make[1]: Nothing to be done for `all'. | |
compiling etc | |
make[1]: Nothing to be done for `all'. | |
compiling fcntl | |
make[1]: Nothing to be done for `all'. | |
compiling gdbm | |
make[1]: Nothing to be done for `all'. | |
compiling iconv | |
make[1]: Nothing to be done for `all'. | |
compiling io/wait | |
make[1]: Nothing to be done for `all'. | |
compiling nkf | |
make[1]: Nothing to be done for `all'. | |
compiling openssl | |
gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fno-common -g -O2 -fno-common -pipe -fno-common -c openssl_missing.c | |
In file included from openssl_missing.c:22: | |
openssl_missing.h:119: error: conflicting types for ‘BN_rand_range’ | |
/usr/include/openssl/bn.h:411: error: previous declaration of ‘BN_rand_range’ was here | |
openssl_missing.h:120: error: conflicting types for ‘BN_pseudo_rand_range’ | |
/usr/include/openssl/bn.h:412: error: previous declaration of ‘BN_pseudo_rand_range’ was here | |
make[1]: *** [openssl_missing.o] Error 1 | |
make: *** [all] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment