Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Exchange / Problem installing Gosu in Ruby 2.3
- - By Andrek Date 2016-04-26 22:23
Hi! i can't install Gosu in Ruby 2.3

Microsoft Windows [VersiĆ³n 6.3.9600]
(c) 2013 Microsoft Corporation. Todos los derechos reservados.

C:\Users\Gordon>gem install gosu
Temporarily enhancing PATH to include DevKit...
Building native extensions.  This could take a while...
ERROR:  Error installing gosu:
        ERROR: Failed to build gem native extension.

    current directory: C:/Ruby23/lib/ruby/gems/2.3.0/gems/gosu-0.10.7/ext/gosu
C:/Ruby23/bin/ruby.exe -r ./siteconf20160426-2900-1dlz4st.rb extconf.rb
This gem is not meant to be installed on Windows. Instead, please use:
gem install gosu --platform=i386-mingw32

extconf failed, exit code 1

Gem files will remain installed in C:/Ruby23/lib/ruby/gems/2.3.0/gems/gosu-0.10.
7 for inspection.
Results logged to C:/Ruby23/lib/ruby/gems/2.3.0/extensions/x86-mingw32/2.3.0/gos
u-0.10.7/gem_make.out

C:\Users\Gordon>


Maybe i need Ruby 2.2?

I'm on Windows 8.1
Parent - - By lol_o2 Date 2016-04-27 08:08
You missed this line:

This gem is not meant to be installed on Windows. Instead, please use:
gem install gosu --platform=i386-mingw32


Use the provided command and it should work.
Parent - - By Andrek Date 2016-04-27 14:06 Edited 2016-04-27 14:24
It isn't work :S



I had installed Ruby Installer and DevKit, Gosu run on Ruby 2.3 or i need Ruby 2.2?

I'll try with Ruby 2.2!!

Edit: No work :S
Parent - - By jlnr (dev) Date 2016-04-27 23:05
Oops, my fault, thanks for reporting this. Please try again.
Parent - By Andrek Date 2016-04-28 03:28
I used: 'gem install gosu' and now work!! thanks you!!!
Up Topic Gosu / Gosu Exchange / Problem installing Gosu in Ruby 2.3

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill