Replies: 1 comment 1 reply
-
|
This sounds very welcome to me. Unfortunately, I have no expertise in this are, just try and error experience. For the build it might be sufficient to switch the toolchain: (?) But the main question is probably what OSGeo4W does. Qoting from your reference above: "Binaries linked with MSVCRT should not be mixed with UCRT ones because the internal structures (...)" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
at the moment, building winGRASS is using the MSVCRT within the msys2 build environment:
from msys2
more and more (open source) software are using the new universal CRT (UCRT - see Introducing the Universal CRT
from msys2
one of the large open source projects, switching to UCRT, is R
this CRT switch in R is enabled via msys2 UCRT (see Adding UCRT to the build matrix).
a mid- to long-term suggestion is to switch winGRASS also to use UCRT. adaption in OSGeo4W may be needed.
any thoughts: @landam @jef-n @ninsbl @HuidaeCho
Beta Was this translation helpful? Give feedback.
All reactions