-
Notifications
You must be signed in to change notification settings - Fork 29
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
bundle, libxml-ruby v2.8.0, windows error. #100
Comments
@robinsonrisquez I believe releasy (which is a gem to help build stand-alone applications from Gosu games) has been abandoned. You can simple remove releasy from the generated Gemfile. As for running a game from clicking a .rb file, there isn't a way to do that. You could probably modify app.rb to setup all the bundler stuff, but it doesn't right now. Let me know if you have further questions. |
Thanks for answering. Yes, I tried to remove releasy of Gemfile but when I do 'rake', this tells me that the releasy dependency is missing. The Rakefile performs various operations with releasy. Maybe libxml-ruby soon launch a compiled gem for windows as he had done with previous versions. There is an issue in the repository of releasy where ask for this error and the author says that the problem is in libxml-ruby 2.8.0 and escapes from his hands. |
You are correct. You'll need to comment out the releasy stuff in the Rakefile (first occurrence of Releasy on down) and comment out Thanks again. |
With this solution now bundler and rake work perfectly!, the game runs smoothly. I was doing some tests and noticed that releasy is installed perfectly if before you install the latest compiled version for windows of libxml ( Now would be to seek a way to create an executable. I tested directly ocra with |
You should still be able to package everything up with ocra. If you post specific problems, I'll try to help. |
Closing because of no new data. |
Hello friend, I installed successfully gamebox from source, create a template but when I try to run "bundle", a bug appears with libxml-ruby 2.8.0, which apparently is a dependency of releasy . I have been researching and install the version 2.8.0 on windows is the hell, however, can easily install version 2.7.0. My question is: Is there a way to "bundle" use libxml-ruby 2.7.0 instead of version 2.8.0?
Maybe setting it to install some older version of releasy by default. Another question: Is it possible to run a game directly by clicking on any file.rb? Without using bundle, rake, etc.
By the way, you know spanish? It's a mess for me to write in english.
The text was updated successfully, but these errors were encountered: