AcademySoftwareFoundation / OpenColorIO

A color management framework for visual effects and animation.
https://opencolorio.org
BSD 3-Clause "New" or "Revised" License
1.79k stars 455 forks source link

illumos needs `alloca.h` to get `alloca()` #2091

Open mtelka opened 6 days ago

mtelka commented 6 days ago

To compile successfully src/apputils/argparse.cpp on illumos one needs to add the alloca.h include to the file.

See https://github.com/OpenIndiana/oi-userland/blob/e4f5cba886591d62fd365f7a941730796d2d5e46/components/library/opencolorio/patches/01-argparse.cpp.patch for reference.