- ruby -v changed from ruby 2.0.0p384 (2014-01-12 revision 44576) [i386-mingw32] to -
Issue #9406 has been updated by Nobuyoshi Nakada.
Tracker changed from Backport to Bug
Project changed from Backport200 to ruby-trunk
Category set to ext
Status changed from Open to Closed
Assignee changed from Tomoyuki Chikanaga to Kenta Murata
Added macros for backword compatibilities at r44593 and r44594.
Next release of bigdecimal gem will fix this.
Bug #9406: bigdecimal 1.2.4 install fail because missing ruby/util.h macro
https://bugs.ruby-lang.org/issues/9406#change-44316
- Author: Jon Forums
- Status: Closed
- Priority: Normal
- Assignee: Kenta Murata
- Category: ext
- Target version:
- ruby -v: ruby 2.0.0p384 (2014-01-12 revision 44576) [i386-mingw32]
- Backport:
2.0.0 ruby/util.h is missing this trunk macro
http://paste.ubuntu.com/6748376/
which causes this failure
http://paste.ubuntu.com/6747904/
Manually patching util.h with the trunk macro fixes gem install fail
http://paste.ubuntu.com/6748414/
--
http://bugs.ruby-lang.org/