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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: