noreply at rubyforge.org
2007-Dec-21 02:09 UTC
[wxruby-development] [ wxruby-Bugs-16475 ] Problem with wxruby gem in windows
Bugs item #16475, was opened at 20-12-2007 21:09 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16475&group_id=35 Category: Installer problems Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Problem with wxruby gem in windows Initial Comment: my setup: windows xp sp2 ruby 1.8.6 gem 0.9.5 wxruby 1.9.2 i installed wxruby using rubygems gem install wxruby then i tried C:\ruby>ruby -rubygems -e ''require "wx"'' c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_re quire'': no such file to load -- wx (LoadError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `re quire'' from -e:1 ruby long story short, in order to make wxruby work in my system i had to - change wxruby directory instalation from "wxruby-1.9.2-x86-mswin32" to "wxruby-1.9.2-mswin32" - open file "wxruby-1.9.2-x86-mswin32.gemspec" and change the line s.platform = %q{i386-mswin32} to s.platform = %q{mswin32} i dont know if this is a issue of my machine or a general problem with wxruby windows gem. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=16475&group_id=35
Reasonably Related Threads
- [ wxruby-Bugs-16484 ] Application crash (Segmentation fault) on widows resize
- [ wxruby-Bugs-16109 ] cannot use wxruby-gem
- [ wxruby-Support Requests-15490 ] gem install for i386-mswin32
- [ wxruby-Bugs-13303 ] gem does not install/check msvcp71.dll, msvcr71.dll
- [ wxruby-Bugs-15849 ] BufferedDC not exposed in Windows?