Johannes Schindelin
Johannes Schindelin
@tgemvz what are the chances that you could build a custom libcurl in [Git for Windows' SDK](https://gitforwindows.org/#download-sdk)? If you could set that up, it should be possible to bisect this...
> what are the chances that you could build a custom libcurl in [Git for Windows' SDK](https://gitforwindows.org/#download-sdk)? If you could set that up, it should be possible to bisect this...
> ``` > nonblock.c: In function 'curlx_nonblock': > nonblock.c:82:4: error: #error "no non-blocking method was found/used/set" > 82 | # error "no non-blocking method was found/used/set" > | ^~~~~ >...
> I assume using gcc 14? Yes, Git for Windows' SDK (which really is a slightly modified version of MSYS2) comes with GCC v14.*.
> running ` make -j$(nproc)` does finish, BUT the created file `libcurl-4.dll` in `curl/lib/.libs` still shows > Version 8.8.0.0 > and > Product Version 8.8.0-DEV Hmm. You may need to...
> I went back as far as trying to build a libcur-4.dll Version 8.5.0 always leading to the same error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0 That...
@bagder I agree, there is not much we can do without the reporter's assistance to perform the (tedious) search for the actual culprit.
@Biswa96 that page does not describe the new [`MSYS_NO_PATHCONV` variable](https://github.com/msys2/msys2-runtime/commit/e1db14849f307053cf0728f385fd8e2c884b4d03), maybe it should? It does not allow for as fine-grained configuration as `MSYS2_ENV_CONV_EXCL`/`MSYS2_ARG_CONV_EXCL`, but on the upside it is much,...
> I'm not sure if that link would help, I already tried what mentioned there but it still translate the path with `PosixPath` Maybe you can provide some sort of...
> curl -LOJ https://gist.githubusercontent.com/mmozeiko/7f3162ec2988e81e56d5c4e22cde9977/raw/9f8555326867d4ecba70ee07f105f159f5d8afd5/portable-msvc.py @RealYukiSan are you really calling this a _small_ reproducer? Please revisit https://stackoverflow.com/help/mcve, in particular this part: > Your code examples should be… > > * Minimal:...