[#68845] [Ruby trunk - Feature #11056] [PATCH] lib/net/*: use io/wait methods instead of IO.select — normalperson@...
Issue #11056 has been updated by Eric Wong.
3 messages
2015/04/11
[#68945] [Ruby trunk - Feature #11083] [Open] Gemify net-telnet — shibata.hiroshi@...
Issue #11083 has been reported by Hiroshi SHIBATA.
4 messages
2015/04/21
[#68951] Re: [Ruby trunk - Feature #11083] [Open] Gemify net-telnet
— Eric Wong <normalperson@...>
2015/04/21
shibata.hiroshi@gmail.com wrote:
[#69012] [Ruby trunk - Feature #11105] [Open] ES6-like hash literals — shugo@...
Issue #11105 has been reported by Shugo Maeda.
5 messages
2015/04/29
[ruby-core:68774] [Ruby trunk - Bug #10632] 2.2rc1 Fails to Compile with Mingw64 NET_LUID
From:
cfis@...
Date:
2015-04-07 06:53:07 UTC
List:
ruby-core #68774
Issue #10632 has been updated by Charlie Savage.
This seems to have been fixed on the released version, so it can be closed.
----------------------------------------
Bug #10632: 2.2rc1 Fails to Compile with Mingw64 NET_LUID
https://bugs.ruby-lang.org/issues/10632#change-52055
* Author: Charlie Savage
* Status: Feedback
* Priority: Normal
* Assignee: cruby-windows
* ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [x64-mingw32]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Ruby 2.1.* compile correctly with mingw64. Ruby 2.2rc1 does not. The error is:
~~~
gcc version 4.9.2 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
compiling win32/win32.c
win32/win32.c:3889:7: error: conflicting types for 'NET_LUID'
} NET_LUID;
^
In file included from c:/mingw64/mingw64/x86_64-w64-mingw32/include/iptypes.h:14:0,
from c:/mingw64/mingw64/x86_64-w64-mingw32/include/iphlpapi.h:15,
from ./include/ruby/win32.h:41,
from ./include/ruby/defines.h:163,
from ./include/ruby/ruby.h:29,
from win32/win32.c:24:
c:/mingw64/mingw64/x86_64-w64-mingw32/include/ifdef.h:93:3: note: previous declaration of 'NET_LUID' was here
} NET_LUID, *PNET_LUID;
~~~
My config line (same I use for ruby 2.1.x):
~~~
$ ./configure --prefix=/ --enable-shared=yes CPPFLAGS=-Ic:/mingw64/mingw64/local/include LDFLAGS=-Lc:/mingw64/mingw64/local/lib --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32
~~~
Let me know if you need additional info.
--
https://bugs.ruby-lang.org/