We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
To compile with Solaris, the following patch would be needed:
Index: boost/process/posix/initializers/inherit_env.hpp =================================================================== --- boost/process/posix/initializers/inherit_env.hpp (revision 262831) +++ boost/process/posix/initializers/inherit_env.hpp (working copy) @@ -17,6 +17,10 @@ # define environ (*_NSGetEnviron()) #else # include <unistd.h> +extern "C" +{ + extern char **environ; +} #endif namespace boost { namespace process { namespace posix { namespace initializers {
Regards, Daniel.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
To compile with Solaris, the following patch would be needed:
Regards,
Daniel.
The text was updated successfully, but these errors were encountered: