UCRT#382
Conversation
|
Huh. The build is failing in vim. I will investigate later. |
UCRT doesn't work on windows XP anyway, unless you static link it. Only MSVC is capable of this.
|
Vim 9.0 ships prebuilt Windows XPM libraries in its source tarball under src/xpm/, including: For some reason, vim has a binary lib committed somewhere. I don't know why... |
|
I'm so confused how this is giving errors in CI, when it builds fine on my machine. |
|
Somehow only half the patch was applying or something. @skeeto any ideas? |
|
Hmm, in CI the patch isn't piped into |
|
Ah, so you regenerated the patch to fix it. Patching is done outside a container, using the system's |
|
Yeah I was very confused. It was giving errors that 32 bit support wasn't compiled in gcc, when by all accounts it should be, and when I applied the patch with busybox-w32 on my machine it built totally fine. |
For those who would prefer a w64devkit with ucrt instead of msvcrt, I'm throwing up this branch.