ttscoff / OTask

Ruby CLI for OmniFocus
122 stars 17 forks source link

Is this gem still supported? Receiving errors when installing... #14

Open mikeerickson opened 8 years ago

mikeerickson commented 8 years ago
 ~/documents/projects/dev/angular/angular-sandbox   master  gem install otask
Building native extensions.  This could take a while...
ERROR:  Error installing otask:
    ERROR: Failed to build gem native extension.

    current directory: /Users/mikee/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rb-appscript-0.6.1
/Users/mikee/.rbenv/versions/2.3.1/bin/ruby -r ./siteconf20160716-66980-1igmx62.rb extconf.rb
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.
liberninja commented 7 years ago

Same exact error over here. I guess it's dead.

loranallensmith commented 7 years ago

Hey @PaulNewcomb and @mikeerickson! :wave: Not sure if this will help resolve your issue, but #15 switched a dependency in this OTask that was causing build failures for me. The fix hasn't gotten to rubygems.org yet, but you can still build this gem locally and install it manually. I dropped some quick steps into this gist that explain how to build the latest version of this code.