HI,
I tried the binary wich installed rubycocoa but doesn't make it work. Then I ran the source install and got this error with the "ruby install.rb config" command :
install.rb: entering config phase...
libxml2 is not available!
create ext/rubycocoa/extconf.rb
create framework/GeneratedConfig.xcconfig
create framework/src/objc/Version.h
create tests/Makefile
---> framework
create /Users/me/Downloads/RubyCocoa-1.0.1/framework/src/objc/osx_ruby.h ...
config failed
hook /Users/me/Downloads/RubyCocoa-1.0.1/framework/post-config.rb failed:
No such file or directory - /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin10.0/ruby.h
try 'ruby install.rb --help' for usage
Thanks for your help
This error message says install script cannot find libxml2.dylib and ruby.h in your Mac.
please tell me of the result of following commands.
$ ls -la /usr/lib/libxml2.dylib
$ ls -la /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin10.0/ruby.h