From: "mame (Yusuke Endoh)" <mame@...>
Date: 2012-11-04T17:03:52+09:00
Subject: [ruby-core:48842] [ruby-trunk - Bug #6954][Closed] Build failure on trunk 36856 with VC 2010


Issue #6954 has been updated by mame (Yusuke Endoh).

Status changed from Feedback to Closed

Thank you!

-- 
Yusuke Endoh <mame@tsg.ne.jp>
----------------------------------------
Bug #6954: Build failure on trunk 36856 with VC 2010
https://bugs.ruby-lang.org/issues/6954#change-32333

Author: phasis68 (Heesob Park)
Status: Closed
Priority: Normal
Assignee: 
Category: 
Target version: 2.0.0
ruby -v: ruby 2.0.0dev (2012-08-30 trunk 36856) [i386-mswin32_100]


I get the following failure on Windows XP with VC 2010 while building Nighty Snapshot(trunk@34850).

C:\work\snapshot>win32\configure.bat
Creating Makefile.new
type `nmake' to make ruby.
C:\work\snapshot>nmake

Microsoft(R) Program Maintenance Utility ������ 10.00.30319.01
Copyright (c) Microsoft Corporation. ������ ������ ������.

        CC = cl -nologo
        LD = cl -nologo
        LDSHARED = cl -nologo -LD
        CFLAGS = -MD -Zi -W2 -wd4996 -we4028 -we4142 -O2sy-  -Zm600
        XCFLAGS = -DRUBY_EXPORT -I. -I.ext/include/i386-mswin32_100 -I./include
-I. -I./missing
        CPPFLAGS =
        DLDFLAGS = -incremental:no -debug -opt:ref -opt:icf -dll
        SOLIBS =
Creating config.h
.ext\include\i386-mswin32_100\ruby\config.h updated.
Creating verconf.h
verconf.h updated.
Creating config.status
generating id.h
executable host ruby is required. use --with-baseruby option.
NMAKE : fatal error U1077: 'echo' : '0x1' ������ ���������������.
Stop.

Maybe this means executing "win32\configure.bat" is not sufficient any more and requires preinstalled ruby.



-- 
http://bugs.ruby-lang.org/