I'm trying to follow this tutorial to install ruby/tk. http://www.tkdocs.com/tutorial/install.html
Under the section for installing on windows they instruct to download Visual Studio 2010 (link provided on the webpage) to compile the source.
When I run the configure batch file;
win32\configure.bat --prefix=c:\ruby
I get this error:
NMAKE : fatal error U1077: 'cl' : return code '0x2'
How can I fix this?
Under the section for installing on windows they instruct to download Visual Studio 2010 (link provided on the webpage) to compile the source.
When I run the configure batch file;
win32\configure.bat --prefix=c:\ruby
I get this error:
NMAKE : fatal error U1077: 'cl' : return code '0x2'
How can I fix this?