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
alloca.h
alloca()
To compile successfully src/apputils/argparse.cpp on illumos one needs to add the alloca.h include to the file.
src/apputils/argparse.cpp
See https://github.com/OpenIndiana/oi-userland/blob/e4f5cba886591d62fd365f7a941730796d2d5e46/components/library/opencolorio/patches/01-argparse.cpp.patch for reference.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To compile successfully
src/apputils/argparse.cpp
on illumos one needs to add thealloca.h
include to the file.See https://github.com/OpenIndiana/oi-userland/blob/e4f5cba886591d62fd365f7a941730796d2d5e46/components/library/opencolorio/patches/01-argparse.cpp.patch for reference.
The text was updated successfully, but these errors were encountered: