I'm getting the following failure trying to build. Apparently you now need to set special privileges (in your plist?) to set/unset DYLD_LIBRARY_PATH. Suggestions on where and how to do this?
[_RUN_____] ScFiltersTest::testTdf137576_Measureline /Users/tim.daley/AixNPanes/libreoffice-7.4.0.0.beta1/test/source/bootstrapfixture.cxx:249:ScFiltersTest::testTdf137576_Measureline equality assertion failed - Expected: 0 - Actual : 256 - failed to execute: unset -v DYLD_LIBRARY_PATH && sh /Users/tim.daley/AixNPanes/libreoffice-7.4.0.0.beta1/bin/odfvalidator.sh -M /Users/tim.daley/AixNPanes/libreoffice-7.4.0.0.beta1/schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng -D /Users/tim.daley/AixNPanes/libreoffice-7.4.0.0.beta1/schema/libreoffice/OpenDocument-v1.3+libreoffice-dsig-schema.rng -O /Users/tim.daley/AixNPanes/libreoffice-7.4.0.0.beta1/schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng -m /Users/tim.daley/AixNPanes/libreoffice-7.4.0.0.beta1/schema/mathml2/mathml2.xsd /var/folders/mf/sjlqtc0n0bvc67kcsytfbkzm0000gn/T/lu55118dl9595.tmp > /var/folders/mf/sjlqtc0n0bvc67kcsytfbkzm0000gn/T/lu55118dl959a.tmp 2>&1 /Users/tim.daley/AixNPanes/libreoffice-7.4.0.0.beta1/schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng: Fatal: /Users/tim.daley/AixNPanes/libreoffice-7.4.0.0.beta1/schema/libreoffice/OpenDocument-v1.3+libreoffice-manifest-schema.rng: file does not exist Exception in thread "main" java.lang.NullPointerException: Cannot invoke "javax.xml.validation.Schema.newValidator()" because "aSchema" is null at org.odftoolkit.odfvalidator.ODFValidator.getValidatorForSchema(ODFValidator.java:288) at org.odftoolkit.odfvalidator.ODFValidator.getManifestValidator(ODFValidator.java:186) at org.odftoolkit.odfvalidator.ODFRootPackageValidator.validateManifest(ODFRootPackageValidator.java:357) at org.odftoolkit.odfvalidator.ODFRootPackageValidator.validatePre(ODFRootPackageValidator.java:280) at org.odftoolkit.odfvalidator.ODFPackageValidator._validate(ODFPackageValidator.java:111) at org.odftoolkit.odfvalidator.ODFPackageValidator.validate(ODFPackageValidator.java:81) at org.odftoolkit.odfvalidator.ODFValidator.validateFile(ODFValidator.java:163) at org.odftoolkit.odfvalidator.ODFValidator.validate(ODFValidator.java:125) at org.odftoolkit.odfvalidator.Main.main(Main.java:314) ScFiltersTest::testTdf137576_Measureline finished in: 5774ms