I've been trying to compile newest 1.9.1-p0 ruby on windows 7 x64 but no
success.
Steps I have followed so far.
1. I have installed Visual Studio 2005
2. I have installed Microsoft Platform SDK
3. I have launched Visual Studio 2005 x64 Win64 command prompt
4. Navigated to the source directory (C:\ruby-1.9.1-p0)
5. In this directory I have executed
a) win32\configure --prefix=/usr/local --target=x64-mswin64
b) nmake
You can find output from both commands attached. Basically it fails when
it tries to build manifest file for miniruby.
No experience with this, but a quick google found this:
cheers
Chris
···
On Mar 4, 9:29 am, Stanislaw Wozniak <s...@wozniak.com> wrote:
I've been trying to compile newest 1.9.1-p0 ruby on windows 7 x64 but no
success.
Steps I have followed so far.
1. I have installed Visual Studio 2005
2. I have installed Microsoft Platform SDK
3. I have launched Visual Studio 2005 x64 Win64 command prompt
4. Navigated to the source directory (C:\ruby-1.9.1-p0)
5. In this directory I have executed
a) win32\configure --prefix=/usr/local --target=x64-mswin64
b) nmake
You can find output from both commands attached. Basically it fails when
it tries to build manifest file for miniruby.