golirev

Results 4 comments of golirev

That way invokes debugging using UNIX domain sockets. Since there is no documentation or know-how for using UNIX domain sockets on Windows, I thought it would be hard to expect...

I think I've had some progress, so I'd like to share. Ruby on Windows is mostly RubyInstaller2 which is the Gnu toolchain, whereas Rust is mostly the MSVC toolchain version,...

Could you please try this? ```diff diff --git a/build.rs b/build.rs index d4494cb..3308e12 100644 --- a/build.rs +++ b/build.rs @@ -207,7 +207,7 @@ fn ruby_lib_link_name() -> String { fn dynamic_linker_args() { let...

I was able to get "x64-ucrt-ruby320.lib" by excluding ".weak." from exports.def. However, when executing "cargo build --release" at $RUTIE_ROOT\example\rutie_ruby_example, the x64-ucrt-ruby320.lib will not be generated as $RUTIE_ROOT\example\rutie_ruby_example\target\release\deps\x64-ucrt-ruby320.lib but is generated...