John Bowler
John Bowler
Yes, that's expected. Now you need to track down the internal references in libespeak-ng; the print_dictionary_flags sounds innocent, but the fact that "DecodeRule" is trying to compile a dictionary seems...
Since you had to dummy out functions outside the three compile*.c files presumably something is now missing. Put an 'fprintf(stderr)' into the function dummies and run the full set of...
"make check" currently fails because of this: make: *** [Makefile:2842: tests/translate.check] Error 1 I verified that the problem is in the current "master" branch
I git bisected the problem to dca948f5f1decb51dd09bc6c3c142dfbcef375d6, that change is the "simple" movement of a single file in the tree; the prior build passes "make check" and the build with...
Hum... Ok, it was the following commit - "add test for #824" - the problem is that this causes "make check" to fail which makes it impossible to create pull...
Yes but it prevents all the other tests running; for example by marking the #824 test "broken" I get to see a whole run of errors in tests/ssml.test (which I...
> It provides PAC and BTI support which are security features, so if libpng wants to ship with these architectural features enabled, Eh? Where? So far as I can see...
> We can just fix it, I'll have to try and build without neon enabled. It might just be easier to add BTI/PAC support to that assembly code when PAC/BTI...
> When you build with `-mbranch-protection=standard` all the generated object files have the BTI/PAC bit set in the gnu notes section of the ELF file, when linked together, the shared...
Ok, the original issue is https://github.com/pnggroup/libpng/issues/505 and it is the one referenced at the top by @rossburton Back to what I said there: **JUST** remove `filter_neon.S` from `Makefile.am` and `cmakelists.txt`;...