In case you missed the earlier thread, I am exploring using SWIG as part of the wxRuby build process. So far, wxruby-swig is purely experimental, and supports almost no wx classes or methods. I just pushed wxruby-swig 0.0.2 up to my public darcs repo: http://qualitycode.com/repos/wxruby-swig/ As always, you can use wget if you don''t have darcs. If you really need a tarball instead, email me off-list and I can send you one. This version has no new features. However, I have dramatically improved the rakefile. Most importantly, I have attempted to incorporate all the platform-specific stuff that used to be in extconf.rb. So there is a chance (although slim) that it might just build on Mac OSX, VC++, and MinGW without any changes needed. If any of you are up for an adventure, I would really appreciate if you could try building this on those other platforms. If it fails, please send me the error output, but don''t feel obligated to spend any of your own time figuring out how to fix it. I am also interested in hearing whether it works for people who do not have SWIG installed on their system. It shouldn''t be required (but don''t run ''rake clean'' or you''ll delete the SWIGged .h and .cpp files). Thanks, Kevin