trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 207 forks source link

Errors when running gem install on mac #7

Open ProLoser opened 12 years ago

ProLoser commented 12 years ago
$ sudo gem install xiki
Password:
ERROR:  Error installing xiki:
    ruby_parser requires sexp_processor (~> 3.0, runtime)
trogdoro commented 12 years ago

Maybe try running this?

$ gem install sexp_processor

--Craig

On Tue, Aug 28, 2012 at 1:08 AM, Dean Sofer notifications@github.comwrote:

$ sudo gem install xiki Password: ERROR: Error installing xiki: ruby_parser requires sexp_processor (~> 3.0, runtime)

— Reply to this email directly or view it on GitHubhttps://github.com/trogdoro/xiki/issues/7.

ProLoser commented 12 years ago

That resolved it. Now I just have to figure out how to use it.

xiongchiamiov commented 11 years ago

So since ruby_parser is broken and appears to be rather dead, perhaps you should add sexp_processor as a dependency?

larsimmisch commented 11 years ago

On snow leopard, installing the transitive dependencies explicitly alone wasn't enough. I also had to do a: sudo gem update --system

jnovack commented 11 years ago

Still having errors. 10.8.1 :(

$ sudo gem install sexp_processor
Successfully installed sexp_processor-4.0.1
$ sudo gem update --system
Successfully installed rubygems-update-1.8.24
$ sudo gem install xiki

ERROR:  While generating documentation for activesupport-3.2.8
... MESSAGE:   exit
... RDOC args: --ri --op /Library/Ruby/Gems/1.8/doc/activesupport-3.2.8/ri --encoding UTF-8 lib --title activesupport-3.2.8 Documentation --quiet
$ gem -v
1.8.24
$ ruby -v
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
trogdoro commented 11 years ago

I think that error only had to do with generating the docs for a gem. Shouldn't be an issue.