dsisnero

Results 63 comments of dsisnero

I ran `ridk enable` `set CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER=gcc` `bundle exec rake compile` partial output -------------------- ``` Compiling nom v7.1.3 Compiling uuid v1.3.0 Compiling regex v1.7.1 Compiling cexpr v0.6.0 Compiling magnus-macros v0.3.0 Compiling...

`f:\programming\source\repos\ruby\magnus_examples\rust_uuid>rake compile` mkdir -p tmp/x64-mingw-ucrt/rust_uuid/3.2.0 cd tmp/x64-mingw-ucrt/rust_uuid/3.2.0 F:/windows/tools/ruby/Ruby3.2/bin/ruby.exe -I. -r.rake-compiler-siteconf.rb ../../../../ext/rust_uuid/extconf.rb cd - cd tmp/x64-mingw-ucrt/rust_uuid/3.2.0 rake aborted! Couldn't find a suitable `make` tool. Use `MAKE` env to set an alternative....

f:\programming\source\repos\ruby\magnus_examples\rust_uuid>ruby -e 'p Encoding.default_external' # f:\programming\source\repos\ruby\magnus_examples\rust_uuid>ruby -e 'p Encoding.default_internal' nil [rake compile](https://gist.github.com/dsisnero/d659a8f4c312733c12bed72be4845ae7) Gemfile ----------------- ``` # frozen_string_literal: true source "https://rubygems.org" # Specify your gem's dependencies in rust_uuid.gemspec gemspec gem "rake",...

F:\windows\scoop\apps\alacritty\current>gem env RubyGems Environment: - RUBYGEMS VERSION: 3.4.6 - RUBY VERSION: 3.2.0 (2022-12-25 patchlevel 0) [x64-mingw-ucrt] - INSTALLATION DIRECTORY: f:/windows/tools/ruby/Ruby3.2/lib/ruby/gems/3.2.0 - USER INSTALLATION DIRECTORY: f:\windows_home\.local\share/gem/ruby/3.2.0 - RUBY EXECUTABLE: f:/windows/tools/ruby/Ruby3.2/bin/ruby.exe -...

Any other info you need on this?

[bundle exec rake compile 2>&1](https://gist.github.com/dsisnero/2074135e50102509a0381afbe49cd66c) [pp RbConfig::CONFIG](https://gist.github.com/dsisnero/7cbecc40e032bedc158a42158dd67e66) This is after I ran 'ridk enable`

How can I solve this - what needs to be done?

anyone? Is this the correct location for this?

because, for windows, and, macos, if it is not set - normal mode, it will not be used. For windows, as an example, I have a work computer that doesn't...

hopefully mlua can be fixed for windows -