shoes-deprecated
shoes-deprecated copied to clipboard
Fedora 18: Unable to Load
This is the same problem as Issue #206 but under Fedora 18. After following the official Building on Linux guide, I received the error "cannot load such file -- rubygems/specification" upon running ./dist/shoes from within the Shoes directory.
Here are my Ruby and Gem versions:
$ ruby -v && gem -v ruby 1.9.3p374 (2013-01-15 revision 38858) [i386-linux] 1.8.25
I've tried "rake clean" and rebuilding with "rake" (seems to have fixed it for the user in #206) but to no avail.
Works fine for me on 18 and rvm, with those ruby versions. :-\
Just rebuilt on my Linux Mint Debian edition (64 bit) - no problem.
I don't think I ever had this problem :-/
Having the exact same problem with the same versions :/
Jave you tried reinstalling the ruby 1.9.1 full package with your package manager (despite having ruby installed with RVM or whatever)? When talking to a friend he said this was crucial for him :o
Check out this script by @arnebrasseur it helped someone else: https://gist.github.com/arnebrasseur/4194d8c47e9493019e04