Re: Problems building HEAD of mesos 1.10.x branch

2020-12-07 Thread Benjamin Mahler
Hi Chris, I have some patches that fix command execution on windows, as there are functional issues (not only compilation issues). However we don't have the resources to actively develop and support Windows at the current time. If you're interested I can try to dig up my branch and send you the

RE: Problems building HEAD of mesos 1.10.x branch

2020-12-07 Thread Chris Holman
I managed to fix this with a pre-compiler conditional in mesos:\3rdparty\stout\include\stout\os\exec.hpp My C++ is extremely rusty, so not sure if this is the right fix to use, but it seems to work for me. $ git diff 3rdparty/stout/include/stout/os/exec.hpp --- BEGIN GIT DIFF --- diff --git