You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As fork and wait do not exist on Windows writing compressed files
through pipe/fork/exec/wait has to be disabled for Windows cross
compilation to go through. Alternatively one could go back to popen
for writing compressed files on Windows which however is not safe and
therefore we simply decided to disable that feature for windows.
Compressed file reading still (and as far we are aware safely) uses popen and thus also compiles for Windows.