skystrife / procxx

A simple process management library for C++ on UNIX platforms.
MIT License
143 stars 28 forks source link

Can't compile program using procxx #15

Open pedroosorio opened 7 years ago

pedroosorio commented 7 years ago

Hi guys,

Maybe a newbie problem, but i can't compile this. I get a lot of "use of deleted function" errors and iostream protected errors ...

Any hint or sample CMakeLists file to help me compile sample.c ??

Thanks