arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
449 stars 90 forks source link

Some windows errors #88

Open Skullface9512 opened 1 year ago

Skullface9512 commented 1 year ago

First - thank you for this effort. I'm studying on a program that using subprocess,but occurs some problems: 1、“initializer list” cannot convert to “subprocess::environment” 2、Microsoft C++ abnormal: subprocess::OSError and i work on windows10, visual studio 2017, is there any solutions for these problems,thanks a lot.

xoviat commented 11 months ago

I can confirm the issue with the environment. It caused the ci test to fail.