[#84280] [Ruby trunk Bug#14181] hangs or deadlocks from waitpid, threads, and trapping SIGCHLD — nobu@...
Issue #14181 has been updated by nobu (Nobuyoshi Nakada).
3 messages
2017/12/15
[#84398] [Ruby trunk Bug#14220] WEBrick changes - failures on MSWIN, MinGW — Greg.mpls@...
Issue #14220 has been reported by MSP-Greg (Greg L).
3 messages
2017/12/22
[#84472] Re: [ruby-dev:50394] [Ruby trunk Bug#14240] warn four special variables: $; $, $/ $\ — Eric Wong <normalperson@...>
Shouldn't English posts be on ruby-core instead of ruby-dev?
3 messages
2017/12/26
[ruby-core:84247] [Ruby trunk Bug#14180] error: ‘RUBY_BIGDECIMAL_VERSION’ undeclared
From:
duerst@...
Date:
2017-12-14 04:19:18 UTC
List:
ruby-core #84247
Issue #14180 has been reported by duerst (Martin Dürst).
----------------------------------------
Bug #14180: error: ‘RUBY_BIGDECIMAL_VERSION’ undeclared
https://bugs.ruby-lang.org/issues/14180
* Author: duerst (Martin Dürst)
* Status: Open
* Priority: Normal
* Assignee: mrkn (Kenta Murata)
* Target version:
* ruby -v: ruby 2.5.0dev (2017-12-13 trunk 61201) [x86_64-cygwin]
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
When compiling the newest checkout, I get the error messages in the attached file.
The first few lines of the error messages are as follows:
```
compiling bigdecimal.c
bigdecimal.c: In function ‘BigDecimal_version’:
bigdecimal.c:150:3: error: #error RUBY_BIGDECIMAL_VERSION is not defined
# error RUBY_BIGDECIMAL_VERSION is not defined
^
In file included from ../.././include/ruby/ruby.h:36:0,
from bigdecimal.h:14,
from bigdecimal.c:13:
bigdecimal.c:153:22: error: ‘RUBY_BIGDECIMAL_VERSION’ undeclared (first use in this function)
return rb_str_new2(RUBY_BIGDECIMAL_VERSION);
```
---Files--------------------------------
errors20171214.txt (3.76 KB)
--
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>