saleyn / erlexec

Execute and control OS processes from Erlang/OTP
https://hexdocs.pm/erlexec/readme.html
Other
541 stars 141 forks source link

Fails to Compile on FreeBSD #100

Closed cieplak closed 7 years ago

cieplak commented 7 years ago

c_src/exec.cpp:474:14: error: #error setresuid(3) not supported!
             #error setresuid(3) not supported!
              ^

c_src/exec_impl.cpp:352:58: error: ptsname_r was not declared in this scope
             r = ptsname_r(fdm, pts_name, sizeof(pts_name));
                                                          ^