Created
January 30, 2009 21:42
-
-
Save dmilith/55276 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
| dmilith:(~)$ gem19 install merb do_postgres | |
| Building native extensions. This could take a while... | |
| Building native extensions. This could take a while... | |
| ERROR: Error installing merb: | |
| ERROR: Failed to build gem native extension. | |
| /Users/dmilith/Bin/Ruby1.9.1/bin/ruby19 extconf.rb install merb do_postgres | |
| creating Makefile | |
| make | |
| gcc -I. -I/Users/dmilith/Bin/Ruby1.9.1/include/ruby19-1.9.1/i386-darwin9.6.0 -I/Users/dmilith/Bin/Ruby1.9.1/include/ruby19-1.9.1/ruby/backward -I/Users/dmilith/Bin/Ruby1.9.1/include/ruby19-1.9.1 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o bcrypt.o -c bcrypt.c | |
| gcc -I. -I/Users/dmilith/Bin/Ruby1.9.1/include/ruby19-1.9.1/i386-darwin9.6.0 -I/Users/dmilith/Bin/Ruby1.9.1/include/ruby19-1.9.1/ruby/backward -I/Users/dmilith/Bin/Ruby1.9.1/include/ruby19-1.9.1 -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -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’ | |
| bcrypt_ext.c:13: error: ‘struct RString’ has no member named ‘ptr’ | |
| bcrypt_ext.c:13: error: ‘struct RString’ has no member named ‘ptr’ | |
| bcrypt_ext.c:13: error: ‘struct RString’ has no member named ‘ptr’ | |
| bcrypt_ext.c: In function ‘bc_crypt’: | |
| bcrypt_ext.c:19: error: ‘struct RString’ has no member named ‘ptr’ | |
| bcrypt_ext.c:19: error: ‘struct RString’ has no member named ‘ptr’ | |
| bcrypt_ext.c:19: error: ‘struct RString’ has no member named ‘ptr’ | |
| bcrypt_ext.c:19: error: ‘struct RString’ has no member named ‘ptr’ | |
| bcrypt_ext.c:19: error: ‘struct RString’ has no member named ‘ptr’ | |
| bcrypt_ext.c:19: error: ‘struct RString’ has no member named ‘ptr’ | |
| bcrypt_ext.c:19: error: ‘struct RString’ has no member named ‘ptr’ | |
| bcrypt_ext.c:19: error: ‘struct RString’ has no member named ‘ptr’ | |
| make: *** [bcrypt_ext.o] Error 1 | |
| Gem files will remain installed in /Users/dmilith/Bin/Ruby1.9.1/lib/ruby19/gems/1.9.1/gems/bcrypt-ruby-2.0.3 for inspection. | |
| Results logged to /Users/dmilith/Bin/Ruby1.9.1/lib/ruby19/gems/1.9.1/gems/bcrypt-ruby-2.0.3/ext/gem_make.out | |
| Building native extensions. This could take a while... | |
| Successfully installed do_postgres-0.9.11 | |
| 1 gem installed | |
| Updating class cache with 1275 classes... | |
| zsh: exit 1 gem19 install merb do_postgres |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment