Dushistov / sdcv

https://dushistov.github.io/sdcv/
GNU General Public License v2.0
294 stars 42 forks source link

popen error under cygwin #43

Closed ghost closed 6 years ago

ghost commented 6 years ago

After cmake under cygwin 2.881 64bit, when using make, get: error: libwrapper.cpp:282:52: 'popen' was not declared in this scope if (pager && (output = popen(pager, "w")) == nullptr){

Any idea how to resolve that?