-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boost 1.86 aix build error #413
Comments
When will aix be supported? |
If I get help implementing & testing it, sure. I don't have access to an AIX machine. |
The implementations needed are: std::vector<pid_type> all_pids(boost::system::error_code & ec);
pid_type parent_pid(pid_type pid, boost::system::error_code & ec);
std::vector<pid_type> child_pids(pid_type pid, boost::system::error_code & ec); probaly using https://www.ibm.com/docs/en/aix/7.2?topic=g-getprocs-subroutine and filesystem::path exe(boost::process::v2::pid_type pid, boost::system::error_code & ec) which could probably just always return a "operation not supported" error. |
You can provide a code package that supports AIX functions, and I'll conduct the testing and verification. |
aix version 7100-05
The text was updated successfully, but these errors were encountered: