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
Taken from here:
oneclick/rubyinstaller2-packages@a547657
It otherwise fails with:
16 127.7 /usr/local/rake-compiler/sources/ruby-3.2.9/process.c:8389:13: error: 'c' undeclared (first use in this function)
16 127.7 8389 | c = CLOCK_REALTIME;
16 127.7 | ^
16 127.7 /usr/local/rake-compiler/sources/ruby-3.2.9/process.c:8389:13: note: each undeclared identifier is reported only once for each function it appears in
16 127.7 /usr/local/rake-compiler/sources/ruby-3.2.9/process.c:8397:13: error: label 'gettime' used but not defined
16 127.7 8397 | goto gettime;
16 127.7 | ^~~~
16 127.7 /usr/local/rake-compiler/sources/ruby-3.2.9/process.c: In function 'rb_clock_getres':
16 127.7 /usr/local/rake-compiler/sources/ruby-3.2.9/process.c:8620:13: error: 'c' undeclared (first use in this function)
16 127.7 8620 | c = CLOCK_REALTIME;
16 127.7 | ^
16 127.7 /usr/local/rake-compiler/sources/ruby-3.2.9/process.c:8628:13: error: label 'getres' used but not defined
16 127.7 8628 | goto getres;
16 127.7 | ^~~~
16 127.7 make: *** [Makefile:468: process.o] Error 1
0 commit comments