Christopher Degawa

Results 215 comments of Christopher Degawa

@rhutsAMD would it be possible to add the source code for the executable to the repo or is the executable under an incompatible license or some other restriction?

I see, understandable then. Would it be possible to request a recompile with the latest, or at least a later version, of Visual Studio to see if it changes the...

Could you provide a fully reproducible and minimal example, including code, commandline, etc? Your title and description do not seem to really make sense together? 1. There's no `WinGW64` afaik,...

It seems you are still able to update after pressing Y and enter? Perhaps you just need to update pacman?

Here's my current ongoing attempt at this https://gist.github.com/1480c1/9340585a2f8096f3b9ea992d147f3cc2. It sorta works, sorta doesn't One issue was solved in https://github.com/git-for-windows/git/pull/3875, but there are a few others mentioned in https://github.com/git-for-windows/git/issues/3881 But most...

I think that there might be the issue of that the git provided by msys2 is based on the cygwin subsystem, and curl limits schannel support to `WIN32` from what...

can you show the `fuse3.pc` file that it's pulling from? I wonder if it's seeing the `\` used to escape the space, but then escaping the `\` thinking it's not...

> ${pcfiledir} https://bugs.freedesktop.org/show_bug.cgi?id=62018 First time I ever heard of that https://github.com/pkgconf/pkgconf/blob/b0802cb3d19b5b963ad20eed464a2da6e7d7b0b5/libpkgconf/pkg.c#L236 Found the function that might potentially have the issue

you might need `mingw-w64-x86_64-pkgconf` as well, seems like configure didn't detect pkg-config

Just to make sure, you did run these through the blue MINGW64 environment and not the purple/pink MSYS environment, right? Can you upload the ffbuild/config.log somewhere like gist.github.com and paste...