Project

General

Profile

Actions

Bug #3614

closed

Build failure trunk with MSVC

Added by phasis68 (Heesob Park) over 13 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.9.3dev
Backport:
[ruby-core:31481]

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

Actions #1

Updated by naruse (Yui NARUSE) over 13 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

Also available in: Atom PDF

Like0
Like0