[#75225] [Ruby trunk Feature#12324] Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7) — k@...
Issue #12324 has been reported by Kazuki Yamaguchi.
6 messages
2016/04/27
[#78693] Re: [Ruby trunk Feature#12324] Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
— Eric Wong <normalperson@...>
2016/12/17
k@rhe.jp wrote:
[#78701] Re: [Ruby trunk Feature#12324] Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
— Kazuki Yamaguchi <k@...>
2016/12/17
On Sat, Dec 17, 2016 at 01:31:12AM +0000, Eric Wong wrote:
[#78702] Re: [Ruby trunk Feature#12324] Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
— Eric Wong <normalperson@...>
2016/12/17
Kazuki Yamaguchi <k@rhe.jp> wrote:
[ruby-core:75211] [Ruby trunk Bug#12014] Visual Studio 2015 build error __imp___pioinfo
From:
naruse@...
Date:
2016-04-27 04:56:24 UTC
List:
ruby-core #75211
Issue #12014 has been updated by Yui NARUSE. Backport changed from 2.3: UNKNOWN to 2.3: WONTFIX ---------------------------------------- Bug #12014: Visual Studio 2015 build error __imp___pioinfo https://bugs.ruby-lang.org/issues/12014#change-58342 * Author: Nathan Bush * Status: Closed * Priority: Normal * Assignee: * ruby -v: git ruby_2_3 & trunk * Backport: 2.3: WONTFIX ---------------------------------------- #11118 still applies for ruby_2_2 on git. This is ruby_2_3 and trunk, revision ed2e608. I've been following the suggestions of https://github.com/nurse/ruby/blob/msvc14/appveyor.yml aside from version updates, and added gnuwin32 binaries to PATH. Running nmake fails with: ~~~ user32.lib advapi32.lib shell32.lib ws2_32.lib iphlpapi.lib imagehlp.lib shlwapi.lib linking miniruby.exe win32.obj : error LNK2001: unresolved external symbol __imp___pioinfo miniruby.exe : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.EXE"' : return code '0x2' Stop. ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>