OpenColorIO icon indicating copy to clipboard operation
OpenColorIO copied to clipboard

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

Open mtelka opened this issue 1 year ago • 0 comments

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.

mtelka avatar Nov 15 '24 17:11 mtelka