[#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:84457] [Ruby trunk Bug#14180][Assigned] error: ‘RUBY_BIGDECIMAL_VERSION’ undeclared
From:
duerst@...
Date:
2017-12-26 06:56:47 UTC
List:
ruby-core #84457
Issue #14180 has been updated by duerst (Martin Dürst).
Status changed from Open to Assigned
I looked at this directly with Nobu today. I had to remove ext/bigdecimal/extconf.h ext/bigdecimal/exts.mk, and ext/configure-ext.mk, and then run make again. This finally solved this issue.
----------------------------------------
Bug #14180: error: ‘RUBY_BIGDECIMAL_VERSION’ undeclared
https://bugs.ruby-lang.org/issues/14180#change-68959
* Author: duerst (Martin Dürst)
* Status: Assigned
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* 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>