-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Trying to install ruby-30 gem for chipmuck, got following error msgs:
In file included from C:/Ruby30-x64/include/ruby-3.0.0/ruby.h:38,
from rb_cpSpace.c:25:
rb_cpSpace.c: In function 'segmentQueryCallback':
C:/Ruby30-x64/include/ruby-3.0.0/ruby/ruby.h:84:3: error: call to 'rb_varargs_bad_length' declared with attribute error: argument length doesn't match
84 | rb_varargs_bad_length(argc, vargc)),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/Ruby30-x64/include/ruby-3.0.0/ruby/ruby.h:84:3: note: in definition of macro 'rb_varargs_argc_check'
84 | rb_varargs_bad_length(argc, vargc)),
| ^~~~~~~~~~~~~~~~~~~~~
rb_cpSpace.c:476:3: note: in expansion of macro 'rb_funcall'
476 | rb_funcall(block, id_call, 1, (VALUE)shape->data, rb_float_new(t), VNEW(n));
| ^~~~~~~~~~
make: *** [Makefile:244: rb_cpSpace.o] Error 1
make failed, exit code 2