[Rails] Re: Oniguruma and Ultraviolet on Windows 7

2010-03-14 Thread Sunny Hirai
Hi amacgregor, Any help would be greatly appreciated. Could you explain to me, perhaps with some detail, how you got the gem install oniguruma --platform--mingw32 to work? I installed the devkit for Ruby 19 on Windows. I've used it to successfully to get the RMagick gem working on 1.9 so it

[Rails] Re: Oniguruma and Ultraviolet on Windows 7

2010-02-27 Thread Frederick Cheung
On Feb 27, 3:02 am, amacgregor d...@allanmacgregor.com wrote: Hi I have been tying to install the followings gems in order to add code syntax highlighting to my application: Do you have the correct compiler toolchain installed (from the log looks like minggw32) ? It also looks like someone

[Rails] Re: Oniguruma and Ultraviolet on Windows 7

2010-02-27 Thread amacgregor
Hi Frederick, I actually was able to install both ultraviolet and oniguruma with the following commands : gem install oniguruma --platform=mingw32 gem install ultraviolet --platform=mingw32 So know when I run gem list --local I see *** LOCAL GEMS *** actionmailer (2.3.5) actionpack (2.3.5)