The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
MinGW & random Windows stuff

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Daniel Berger

Posts: 1383
Nickname: djberg96
Registered: Sep, 2004

Daniel Berger is a Ruby Programmer who also dabbles in C and Perl
MinGW & random Windows stuff Posted: Jan 23, 2010 9:45 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Daniel Berger.
Original Post: MinGW & random Windows stuff
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Daniel Berger
Latest Posts From Testing 1,2,3...

Advertisement
Since Luis Lavena's mingw binary installer for Windows is more or less the defacto standard nowadays, I'm finally biting the bullet and installing the MinGW package for my Windows XP VM. I need it to ship Win32 binaries for a few remaining libraries that still use C extensions.

The library in question today is win32-open, a library that appears to be causing some confusion recently. This is the result of improvements in Ruby 1.9.x whereby you simply don't need this library any more. You can use the standard open3. However, many people aren't aware of this fact, try to install it for their 1.9.x instance and it fails. Then come the bug reports.

So, today I'm updating the gemspec and I need to push out a new binary. I'm actually setting the gem specification's required_ruby_version to "< 1.9.0". I suspect I'll have the distinction of owning the first gem that actually has a maximum version number.

In other news, I haven't gotten around to buying Windows 7 yet. I may end up having to upgrade my VMWare Fusion but that's fine. It's a good product and it's worth it. There have already been some reported issues with a few of my libraries for Windows 7 (WMI object members seem to have changed somewhat), so I should get on that.

Read: MinGW & random Windows stuff

Topic: If A Then B Previous Topic   Next Topic Topic: Moving text around in vim

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use