Skip to content

Instantly share code, notes, and snippets.

@maiha
Created February 9, 2009 21:22
Show Gist options
  • Save maiha/61009 to your computer and use it in GitHub Desktop.
Save maiha/61009 to your computer and use it in GitHub Desktop.
############################################################
### Problem
############################################################
Cannot install merb gem
############################################################
### Detail
############################################################
# gem19 install merb
...
Installing gem bcrypt-ruby-2.0.3
...
gcc -I. -I/Users/maiha/ruby/include/ruby19-1.9.1/i386-darwin9.5.0 -I/Users/maiha/ruby/include/ruby19-1.9.1/ruby/backward -I/Users/maiha/ruby/include/ruby19-1.9.1 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -pipe -fno-common -o bcrypt_ext.o -c bcrypt_ext.c
bcrypt_ext.c: In function ‘bc_salt’:
bcrypt_ext.c:13: error: ‘struct RString’ has no member named ‘ptr’
############################################################
### Conclusion
############################################################
Cannot compile bcrypt-ruby
############################################################
### Status
############################################################
Gave up.
I'll ask ruby19 hackers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment