Created
February 9, 2009 21:22
-
-
Save maiha/61009 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
############################################################ | |
### 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