Gisle Vanem
Gisle Vanem
Then it should read `ARCH ?=` etc. IMHO.
Looks like someone else has added MTCP to curl (on Windows at least): https://github.com/ngi-mptcp/curl/wiki/Multipath-TCP-on-Windows-10 With the help of wintap and [LKL](https://github.com/ngi-mptcp/lkl-next/); a *Linux Kernel Library*. Fascinating stuff.
> This is not a simple item to solve since compiler specific directives would need to be added and ... I have no problem mixing .dll/.lib files between MSVC and...
There is an old `sdrsoapy` branch in this project. Have you tried that?
I'll ask here instead of opening another issue. I've built Dump1090-FA for Windows (with some patches and tweaks). It work great for `--interactive` mode! But I fail to see there...
> ... I think we should consider making it a more generic option that can work for more platforms. Like which? Perhaps let `-vv` replace `--wdebug` or something? > It...
> Can you explain what --wdebug is for and how you use it? It simply calls [`dbug_init()`](https://github.com/gvanem/Watt-32/blob/master/src/pcdbug.c#L2878) for debugging prior to creating a `socket()` etc. So with a `curl.exe --wdebug...
So why isn't `-D_WIN32_WINNT >= 0x600` defined for Clang?
> `tasklist -fi ...` A typo? I think you mean `taskkill`? ``` c:\Windows\System32\tasklist.exe /? Description: This tool displays a list of currently running processes on either a local or remote...
After updating Rust with: ```rust rustup update rustup toolchain install nightly-x86_64-pc-windows-msvc rustup override set nightly-x86_64-pc-windows-msvc ``` a `git pull` of Hyper's `master` and rebuilding everything, this issue persists.