From: xtkoba+ruby@... Date: 2021-06-07T14:19:57+00:00 Subject: [ruby-core:104190] [Ruby master Feature#17845] Windows Ruby - ucrt build? Issue #17845 has been updated by xtkoba (Tee KOBAYASHI). File ruby-mingw32-ucrt.patch added The attached patch is essentially a cleanup of that by @Biswa96 from GitHub. With this `./configure rb_cv_msvcrt=ucrt140` should work for Mingw-w64 with the default crt being UCRT [1]. [1] https://sourceforge.net/p/mingw-w64/mailman/message/36621319/ It would be desirable that the configure script is improved so that the checking for mingw32 runtime DLL can find the conftest executable linked against UCRT. ---------------------------------------- Feature #17845: Windows Ruby - ucrt build? https://bugs.ruby-lang.org/issues/17845#change-92370 * 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) -- https://bugs.ruby-lang.org/ Unsubscribe: