I'm getting these errors when building on macOS: ../../lib/ldb/tests/test_ldb_comparison_fold.c:58:2: error: initializer element is not a compile-time constant 58 | STR_VAL("", 0), | ^~~~~~~~~~~~~~ ../../lib/ldb/tests/test_ldb_comparison_fold.c:80:2: error: initializer element is not a compile-time constant 80 | STR_VAL(" a", 1), | ^~~~~~~~~~~~~~~~ ../../lib/ldb/tests/test_ldb_comparison_fold.c:96:2: error: initializer element is not a compile-time constant 96 | STR_VAL(" a", 1), | ^~~~~~~~~~~~~~~~
Created attachment 18506 [details] possible patch Are you able to apply this patch? does it help?
Yup, that works, thanks.