Created
May 2, 2009 19:37
-
-
Save dbussink/105682 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
dirkjan@nvc1372 ~/Documents/projects/extlib next $ ../rubinius/bin/rbx -S gem install --no-rdoc --no-ri json | |
Building native extensions. This could take a while... | |
ERROR: Error installing json: | |
ERROR: Failed to build gem native extension. | |
/Users/dirkjan/Documents/projects/rubinius/bin/rbx extconf.rb install --no-rdoc --no-ri json | |
checking for ruby/st.h... yes | |
checking for re.h... no | |
creating Makefile | |
make | |
gcc -I. -I. -I/Users/dirkjan/Documents/projects/rubinius/vm/capi -I. -DHAVE_RUBY_ST_H -ggdb3 -O2 -Wall -c parser.c | |
parser.rl: In function ‘JSON_parse_integer’: | |
parser.rl:264: warning: implicit declaration of function ‘rb_Integer’ | |
parser.rl: In function ‘JSON_parse_float’: | |
parser.rl:295: warning: implicit declaration of function ‘rb_Float’ | |
parser.rl: In function ‘cParser_initialize’: | |
parser.rl:523: warning: implicit declaration of function ‘RHASH’ | |
parser.rl:523: error: invalid type argument of ‘->’ | |
parser.rl:535: error: invalid type argument of ‘->’ | |
parser.rl:542: error: invalid type argument of ‘->’ | |
parser.rl: In function ‘JSON_mark’: | |
parser.rl:611: warning: implicit declaration of function ‘rb_gc_mark_maybe’ | |
make: *** [parser.o] Error 1 | |
Gem files will remain installed in /Users/dirkjan/Documents/projects/rubinius/gems/1.8/gems/json-1.1.4 for inspection. | |
Results logged to /Users/dirkjan/Documents/projects/rubinius/gems/1.8/gems/json-1.1.4/ext/json/ext/parser/gem_make.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment