[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

spicycode-rcov binaries for windows machine

Tamil Ramasmy

5/22/2009 2:24:00 PM

hi, I am (sadly) PC user and i would like to get spicycode-rcov working
for cucumber and selenium. I could not compile and install
spicycode-rcov since i dont have nmake.exe and cl.exe which is only part
of visula studio.

I tried installing Visual Studio 2008 and that spitted out the below
error.

"MSC version unmatch"

It looks like some version mismatch between compiler that was required
and the one that I tried with.

Could someone help me with this please???
--
Posted via http://www.ruby-....

3 Answers

Roderick van Domburg

5/22/2009 3:59:00 PM

0

Tamil Ramasmy wrote:
> I tried installing Visual Studio 2008 and that spitted out the below
> error.
>
> "MSC version unmatch"
>
> It looks like some version mismatch between compiler that was required
> and the one that I tried with.

Most Ruby binaries on Windows are still compiled with Visual Studio 6.0.

--
Roderick van Domburg
http://www.ne...
--
Posted via http://www.ruby-....

Tamil Ramasmy

5/27/2009 2:49:00 PM

0

Thanks Roderick!!
Finally i switched to cygwin platform on DOS. though, I am facing some
issues, i can have them working in few days!! thanks for your answer.

Roderick van Domburg wrote:
> Tamil Ramasmy wrote:
>> I tried installing Visual Studio 2008 and that spitted out the below
>> error.
>>
>> "MSC version unmatch"
>>
>> It looks like some version mismatch between compiler that was required
>> and the one that I tried with.
>
> Most Ruby binaries on Windows are still compiled with Visual Studio 6.0.
>
> --
> Roderick van Domburg
> http://www.ne...

--
Posted via http://www.ruby-....

Luis Lavena

5/27/2009 6:33:00 PM

0

On May 27, 11:48 am, Tamil Ramasmy <tramasamy...@gmail.com> wrote:
> Thanks Roderick!!
> Finally i switched to cygwin platform on DOS. though, I am facing some
> issues, i can have them working in few days!! thanks for your answer.
>

Why you don't switch to MinGW based Ruby?

That is going to be the replacement for VC6 version:

http://blog.mmediasys.com/2009/05/05/rubyinstaller-state-of-...
http://blog.mmediasys.com/2009/05/17/rubyinstaller-updated-packages-and-o...

Download 7zip packages, including the developer kit and follow the
instructions.

Then update rb-readline:

http://blog.mmediasys.com/2009/05/19/pure-ruby-readline-rel...

You can get rcov compiled just by gem install :-)

HTH,
--
Luis Lavena