From: duerst@... Date: 2017-12-26T06:56:47+00:00 Subject: [ruby-core:84457] [Ruby trunk Bug#14180][Assigned] error: ‘RUBY_BIGDECIMAL_VERSION’ undeclared 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: