You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build rb-gsl as part of the sciruby-full meta gem. Currently, fails with the error
error.c:83:66: error: ‘rb_cFixnum’ undeclared (first use in this function)
pgsl_error[-2] = rb_define_class_under(mgsl_error, "CONTINUE", rb_cFixnum);
In doing some research, it appears this may be due to the fact that Fixnum and Bignum were unified into a single Integer: https://bugs.ruby-lang.org/issues/12005
The text was updated successfully, but these errors were encountered:
I'm trying to build rb-gsl as part of the sciruby-full meta gem. Currently, fails with the error
In doing some research, it appears this may be due to the fact that Fixnum and Bignum were unified into a single Integer: https://bugs.ruby-lang.org/issues/12005
The text was updated successfully, but these errors were encountered: