-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install Ruby Shoes 4 #1583
Comments
Lot's of possibilities but my best guess is pry wants a jruby version that doesn't match what Shoes provides. That is bad news because Shoes isn't going to be fixed - it's a dead project. |
Hu Cecil,
So sad to hear that... what happened?
I would like to be able to save all the work i did on it... is there no possibility to get a past working version even if it is shoes 3 please?
Else would you have some recommandation or guide to migrate to another Ruby interface?
David
Télécharger BlueMail pour Android
Le 30 janv. 2022, 01:11, à 01:11, Cecil Coupe ***@***.***> a écrit:
…Lot's of possibilities but my best guess is pry wants a jruby version
that doesn't match what Shoes provides. That is bad news because Shoes
isn't going to be fixed - it's a dead project.
--
Reply to this email directly or view it on GitHub:
#1583 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Normal things happened. People moved on. There weren't enough developers with the skill, time and interest to form a self sustaining group. The last person moved on. IMO, there aren't that many developers for desktop applications and it's Javascript when they do. Ruby's time on the desktop is over.
Shoes3: Git clone the shoes3 repo. Then build the Shoes you need. It's not that hard for Shoes 3 and Linux. Moderately hard for OSX. Royal pain in the ass for Windows. I still have the packaged installers they just aren't on the website for download or packaging. Shoes4: Clone the repo. Shoes4 is mostly getting the correct jruby installed which is easy with RVM. Figuring out the launch is the next step. I don't remember the details but it's java like. @PragTob might appear and tell you how.
There is nothing like Shoes. I used Tk with Python last year and it wasn't too difficult so look at Ruby/Tk - ignore the complaints about 'old school' widgets - those are not modern comments. |
hey, this looks like no shoes issue gut an issue with installing pry-debugger under JRuby on your side. Now quite sure what exactlyu but It's weird. The dep might need an update or some fix. I would try throwing away the Gemfile.lock and just run a fresh bundle install. We haven't tested this with new JRuby versions in a looonnnggg while as Cecile is saying. |
Ruby Shoes 4 work with
|
Hi,
Thx! |
@Dassadar2 when you open file
So I guess you should just call
Following that, install gems as it says, and you shall be able to run shoes from any directory with |
Hi Aleksandar, Thx. I tried but I got this: $ gem pristine jruby-launcher --version 1.1.19 What is the issue please? |
@Dassadar2 you don't have
|
yes, that's where I am getting this error: |
@Dassadar2 You probably used regular ruby, instead of jruby. |
Hello,
|
Hi, any idea please? ;-) |
Perhaps you can transition into glimmer? Andy is very responsive on glimmer github - even if your use case may not be supported or possible right now, have a talk with him if you have time (or via glimmer github issue trackers). Glimmer is in many ways quite similar to shoes. |
Hello,
After doing all the installs written on the documentation, I have this problem:
Can you please help?
Thanks in advance!
David
The text was updated successfully, but these errors were encountered: