Skip to content

Instantly share code, notes, and snippets.

@daffydowden
Created September 15, 2010 11:14
Show Gist options
  • Save daffydowden/580585 to your computer and use it in GitHub Desktop.
Save daffydowden/580585 to your computer and use it in GitHub Desktop.
$ pwd
/Users/Richard/src/RubyCocoa-1.0.1/RubyCocoa-1.0.0
$ ruby install.rb config --build-universal=yes
install.rb: entering config phase...
create ext/rubycocoa/extconf.rb
create framework/GeneratedConfig.xcconfig
create framework/src/objc/Version.h
create tests/Makefile
---> framework
create /Users/Richard/src/RubyCocoa-1.0.1/RubyCocoa-1.0.0/framework/src/objc/osx_ruby.h ...
config failed
hook /Users/Richard/src/RubyCocoa-1.0.1/RubyCocoa-1.0.0/framework/post-config.rb failed:
No such file or directory - /usr/local/lib/ruby/1.9.1/x86_64-darwin10.4.0/ruby.h
try 'ruby install.rb --help' for usage
@daffydowden
Copy link
Author

solution: use MacPorts to install Ruby and RubyCocoa instead...

http://www.carotena.net/choclit/installing-rubycocoa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment