This post originated from an RSS feed registered with Ruby Buzz
by James Tucker.
Original Post: Using MinGW Ruby
Feed Title: ragged blog » Ruby
Feed URL: http://blog.ra66i.org/catagories/informatics/programming/ruby/feed/
Feed Description: blog of raggisms and random musings, by raggi™
(by category: ruby)
It looks like I’m getting quite involved with building ruby on MinGW now.
One of the things that is starting to come up is some common code that breaks when moving between the two builds, and one particular example came up tonight:
RUBY_PLATFORM =~ /mswin/
What I’m going to have to look into (or hopefully told) is how [...]