From: larskanis@... Date: 2021-06-16T09:36:59+00:00 Subject: [ruby-core:104305] [Ruby master Feature#17845] Windows Ruby - ucrt build? Issue #17845 has been updated by larskanis (Lars Kanis). Thank you @xtkoba for working on this! I replaced my previous patches by the above patches [in rubyinstaller2-packages](https://github.com/oneclick/rubyinstaller2-packages/pull/15/files). One thing I noticed is that you disabled the call to `_CrtSetReportMode(_CRT_ASSERT, 0)` in MINGW-UCRT. Actually gcc provides the function, if `crtdbg.h` is included. However I don't know if it makes any functional difference to call it or not. > Or should `extconf.rb` be improved to notice deprecation? IMHO it's OK to use defines and to keep `extconf.rb` untouched. ---------------------------------------- Feature #17845: Windows Ruby - ucrt build? https://bugs.ruby-lang.org/issues/17845#change-92527 * Author: MSP-Greg (Greg L) * Status: Open * Priority: Normal * Target version: 3.1 ---------------------------------------- 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? ---Files-------------------------------- ruby-mingw32-ucrt.patch (622 Bytes) ruby-configure-mingw32-ucrt.patch (687 Bytes) ruby-configure-coroutine-mingw32.patch (351 Bytes) ruby-i386-mingw32-ucrt-undef.patch (398 Bytes) ruby-date-mingw32-ucrt-timezone.patch (333 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: