|
From: Ali <al...@cr...> - 2020-07-01 08:22:43
|
Hey, I am taking care of updating the Homebrew formula for macOS (see https://github.com/Homebrew/homebrew-core/pull/56841) Right now when compiling 1.1.2 you get this error. urar.c:827:24: error: use of undeclared identifier 'PATH_MAX' if (name_length <= PATH_MAX) { ^1 error generated. modules/urar.c needs a #include <limits.h> added. Can you add it or do you accept patches and can do another patch level release? Best regards Alex |