Created
March 17, 2010 13:38
-
-
Save rb2k/335224 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
$ gem install mongo_ext | |
Building native extensions. This could take a while... | |
ERROR: Error installing mongo_ext: | |
ERROR: Failed to build gem native extension. | |
/Users/mseeger/.rvm/rubies/rbx-1.0.0-rc2/bin/rbx extconf.rb | |
checking for asprintf()... yes | |
checking for ruby/st.h... yes | |
checking for ruby/regex.h... yes | |
checking for ruby/encoding.h... no | |
creating Makefile | |
make | |
gcc -I. -I. -I/Users/mseeger/.rvm/rubies/rbx-1.0.0-rc2/include -I. -DHAVE_ASPRINTF -DHAVE_RUBY_ST_H -DHAVE_RUBY_REGEX_H -ggdb3 -O2 -c buffer.c | |
gcc -I. -I. -I/Users/mseeger/.rvm/rubies/rbx-1.0.0-rc2/include -I. -DHAVE_ASPRINTF -DHAVE_RUBY_ST_H -DHAVE_RUBY_REGEX_H -ggdb3 -O2 -c cbson.c | |
cbson.c: In function ‘write_element’: | |
cbson.c:278: error: invalid type argument of ‘->’ | |
cbson.c:322: error: invalid type argument of ‘->’ | |
cbson.c:400: error: invalid type argument of ‘->’ | |
cbson.c:419: error: invalid type argument of ‘->’ | |
cbson.c:419: error: invalid type argument of ‘->’ | |
cbson.c:420: error: invalid type argument of ‘->’ | |
cbson.c:455: error: invalid type argument of ‘->’ | |
cbson.c: In function ‘write_doc’: | |
cbson.c:498: error: invalid type argument of ‘->’ | |
cbson.c:515: error: invalid type argument of ‘->’ | |
make: *** [cbson.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment