Project

General

Profile

Actions

Bug #2482

closed

Building ruby fails on Windows XP

Added by TimWalters (Tim Walters) over 14 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
ruby -v:
n/a
[ruby-core:27173]

Description

=begin
--get latest Ruby via svn
--configure.bat
--nmake

nmake tries to execute a line beginning with -I instead of an executable, and throws the error:

'-I.' is not recognized as an internal or external command, operable program or batch file.

The problem line is:

-I./.. ./../tool/compile_prelude.rb ./../prelude.rb miniprelude.c
=end

Actions #1

Updated by usa (Usaku NAKAMURA) over 14 years ago

  • Status changed from Open to Rejected

=begin
see win32/README.win32.

(3) If you want to build from SVN source, following commands are required.
* bison
* sed
* ruby 1.8

Executable ruby.exe is necessary for you.
Moreover, it is necessary to set PATH for it.
=end

Actions

Also available in: Atom PDF

Like0
Like0