Marcel Raad

Results 12 comments of Marcel Raad

It doesn't do anything on non-Windows platforms, so turning it on unconditionally shouldn't hurt.

What I don't understand is why libcurl has to do that itself. If this is actually for using libcurl from another application, the application could just pass the proxy found...

This is the classic MinGW build, which uses MinGW's own SDK and defaults to `_WIN32_WINNT = 0x500`. The output clearly says "-- Looking for freeaddrinfo - not found", so we...

https://github.com/curl/curl/commit/8ba22ffb2030ed91312fc8634e29516cdf0a9761 removed forcing `_WIN32_WINNT` to `0x501`, which previously made `getaddrinfo` and `freeaddrinfo` available for classic MinGW. But why does https://github.com/curl/curl/blob/d48dd1573c93594284b9d2695df90646d19adf88/CMakeLists.txt#L1069 set `HAVE_GETADDRINFO`? The autotools builds correctly determines it to be...

Thanks, makes sense! I missed that the example uses `platform.system()`. Right, the only thing I'm interested in is what platform the sources are unpacked on. For the use case of...

OK, sounds good. Then maybe the following sentences from [the documentation](https://docs.conan.io/en/1.46/reference/conanfile/methods.html#source) should be adapted to that or mention that they only apply when distributing binaries for a single platform: >...

I encountered the same issue and created PR https://github.com/uBLAS/ublas/pull/55.

This will be a problem with third-party libraries using features from later standards, like C++ comments, in their public headers. Maybe add it to some CI builds instead?

@koutsop The @teamviewer/tensor team has write access now :-)