Skip to content

Instantly share code, notes, and snippets.

@rb2k
Created March 17, 2010 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rb2k/335224 to your computer and use it in GitHub Desktop.
Save rb2k/335224 to your computer and use it in GitHub Desktop.
$ 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