I found a mailing list post saying that IronRuby doesn’t build with xbuild (mono’s implementation of msbuild). So, I decided to give it a shot with latest xbuild. I tried the git repo git://github.com/ironruby/ironruby.git with mono 2.4.2.1, and after a few minor filename casing changes, it builds successfully !
jredville confirmed that the built binaries pass their language test suite
The patch is being reviewed by cj and jredville at #ironruby/freenode.
To try it yourself, apply the patch, and build as:
$ cd ironruby/Merlin/Main/Languages/Ruby
$ xbuild Ruby.sln /p:TreatWarningsAsErrors=false
The binaries are in “ironruby/Merlin/Main/Bin/Debug”.
$ mono ir.exe












July 28th, 2009 at 3:11 am
Yay! More publicity here:
http://wp.colliertech.org/cj/?p=537
Thanks a bunch, Ankit. I’ve been looking for inspiration to get that deb package built…
July 28th, 2009 at 3:45 am
Thanks and great to see the tarballs
October 2nd, 2009 at 12:50 am
[...] satellite assemblies, project references etc. Some opensource projects that work fine with xbuild : IronRuby, IronPython, OpenTK, etc. Note: Multi-targeting is not implemented yet, but it should be available [...]