Open mthole-old opened 11 years ago
Not sure the why error. Probably something new has changed in Ruby 2.0. The specific error is not an intuitive one.
install: /usr/local/Cellar/ruby/2.0.0-p0/lib/ruby/gems/2.0.0/gems/plist4r-1.2.2/lib/plist4r/backend/osx_plist/ext: No such file or directory
Yet then:
"Results logged to /usr/local/Cellar/ruby/2.0.0-p0/lib/ruby/gems/2.0.0/gems/plist4r-1.2.2/ext/gem_make.out"
Wasn't that same folder the error reported didn't exist?
Anyway. I can't fix. But there is a possible work around. It's a plugin and hence not mandatory / necessary.
If you can edit this file:
https://github.com/dreamcat4/plist4r/blob/master/ext/extconf.rb
Then just don't compile the C extension.
Replace the line: create_makefile("plist4r/backend/osx_plist/ext/osx_plist","osx_plist")
With: create_makefile("","null")
And re-install as a locally-built gem.
Trying to do a 'gem install plist4r' fails on Mac OS X 10.8.4 for me:
I also ran the verbose/backtrace/debug version, here:
https://gist.github.com/mikethole/5762299