From: Ryan Davis Date: 2009-11-28T07:09:04+09:00 Subject: Re: Racc fails on install On Nov 27, 2009, at 04:01 , Gordon Marsh wrote: > Hi Ryan, > > Thanks for your quick response. I'm actually trying to get Cucumber up > and running which requires a newer version of racc (or one of its > dependencies does I forget), so that's why I need to install the racc > gem again. > > If I edit the extconf.rb file as you suggest, then execute the following > line I get the following message with no error. > > P:\>ruby > "C:\ruby\lib\ruby\gems\1.8\gems\racc-1.4.6\ext\racc\cparse\extconf.rb" > install C:racc-1.4.6.gem > creating Makefile > > Is that all the info I can give you at the moment? I take it I need to > await your next patch to install? Do the windows equivalent: % cp -r C:\ruby\lib\ruby\gems\1.8\gems\racc-1.4.6 $HOME % cd $HOME/racc-1.4.6 % rake gem % gem install pkg/racc-1.4.6.gem