Actions
Bug #3614
closedBuild failure trunk with MSVC
Description
=begin
Due to r28714, The nightly snapshop can't be built with MSVC compiler.
C:\work\snapshot>nmake
Microsoft(R) Program Maintenance Utility Version 9.00.30729.01
Copyright (c) Microsoft Corporation. All rights reserved.
cl -nologo -MD -Zi -W2 -wd4996 -O2sy- -Zm600 -DRUBY_EXPORT -I. -I.ext/include/i386-mswin32_90 -I./include -I. -I./missing -Fomain.obj -c -Tcmain.c
main.c
c:\work\snapshot\include\ruby/missing.h(180) : fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
=end
Updated by naruse (Yui NARUSE) over 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r28754.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Actions
Like0
Like0