Claudio Bley
Claudio Bley
When you upgrade your Ruby interpreter, you have to rebuild / re-install all native extensions. Something like `gem remove clocale && gem install clocale`.
This is a duplicate of #469 which has a PR in #577. \edit: except for the last pattern: `*.test.ts` -- this is a new feature, we basically would have to...
Thank you @olirwin! The tests failed, can you fix them?
Nice idea (and that's exactly what I do with https://github.com/avdv/scalals), but... I had a look at the projects you mentioned. Both of these had no activity for some time, and...
Hi. Did you have a look at the `/home/deiku/.local/share/gem/ruby/3.2.0/extensions/x86_64-cygwin/3.2.0/clocale-0.0.4/mkmf.log` file to see what's going wrong? As it said, you need to install development tools first, ie. you need a C...
Thank you for raising this issue. I can confirm this is a problem in our code, we always cut off the 3 rightmost characters (internally the size is formatted with...
> To see why this extension failed to compile, please check the mkmf.log which can be found here: > > /Library/Ruby/Gems/2.6.0/extensions/universal-darwin-21/2.6.0/clocale-0.0.4/mkmf.log Have a look in this file. That should help...
I don't know why you would end up with ruby2.5 in the shebang. Are you using a Ruby version manager? Does it help fixing the shebang line manually?
> And when i go to the mkmf.log the error is : collect2: error: ld returned 1 exit status > > Any idea what collect2 is and how to solve...
#### *NOTE* rules_jvm_external 6.x requires Bazel 7. Depends on #2180