Actions
Bug #14180
closederror: ‘RUBY_BIGDECIMAL_VERSION’ undeclared
Bug #14180:
error: ‘RUBY_BIGDECIMAL_VERSION’ undeclared
Description
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
Actions