From: Greg.mpls@... Date: 2021-05-02T21:26:04+00:00 Subject: [ruby-core:103692] [Ruby master Misc#17845] Windows Ruby - ucrt build? Issue #17845 has been updated by MSP-Greg (Greg L). @larskanis Sorry, I meant to ping you immediately, but got distracted. Also, I saw your changes to ridk, but didn't see your patch file. Anyway, I agree that there needs to be some way to distinguish between mingw and ucrt builds. And RubyGems/Bundler will need changes. I haven't looked at runtime dependencies for a while. Question - wouldn't some (or most) extension gems compiled with ucrt be compatible with mswin builds, since there isn't a MSVC runtime mismatch? I'll see what can be done to get ucrt usable with GH Actions... ---------------------------------------- Misc #17845: Windows Ruby - ucrt build? https://bugs.ruby-lang.org/issues/17845#change-91784 * Author: MSP-Greg (Greg L) * Status: Open * Priority: Normal ---------------------------------------- Currently, Windows Ruby is normally compiled two ways. The first, mswin, is compiled using Microsoft's current Visual C compiler, and links to the universal runtime (ucrt). The second, mingw, is compiled using MinGW gcc. This links to msvcrt, an older version of Microsoft's Visual C runtime. Previously, all the MSYS2 MinGW packages linked to msvcrt. The MSYS2 project is now releasing build tools and packages linking to ucrt. MSYS2 has provided ruby packages, and GitHub user @Biswa96 contributed https://github.com/msys2/MINGW-packages/pull/8518, allowing Ruby to compile with ucrt. I tried the patch with ruby-loco, and it builds. There are some test issues, haven't had a chance to look at them yet. Normally, using exe/dll/so files together that use different versions of the runtime is not a good idea. Building extension gems with ucrt may provide gems that can be used with mswin, but can't be compiled due to issues with Visual C (vs gcc). Also, packages from the vcpkg project may be compatible with Ruby ucrt. The reason for this post is that Windows Ruby built with ucrt is essentially another platform, but the build 'looks like' a mingw build. This is really a third platform choice. What should it be called? Things like `CONFIG['RUBY_SO_NAME']`, `RUBY_PLATFORM`, etc? -- https://bugs.ruby-lang.org/ Unsubscribe: