<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Op do 1 sep. 2022 om 07:32 schreef Martijn van Beurden <<a href="mailto:mvanb1@gmail.com">mvanb1@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I invite anyone interested to build from git, run the test suite and report back any problems. Comparisons of compression and speed between current git and 1.3.4 are also welcome.</div></blockquote><div><br></div><div>Here are results I have</div><div><br></div><div>**github CI**</div><div>- x86_64 all combinations of Ubuntu/MacOS, GCC/Clang, autotools/CMake, 32-bit words/64-bit words</div><div>- x86_64 Windows CMake build static and shared</div><div>- x86_64 Ubuntu distcheck<br></div><div>are all fine</div><div><br></div><div>**travis CI**</div><div>- Aarch64 GCC+Autotools, GCC+CMake, GCC+CMake+64bitwords, GCC+CMake+noasm</div><div>- PPC64 GCC+Autotools, GCC+CMake, Clang+CMake, GCC+CMake+64bitwords, GCC+CMake+noasm</div><div>are all fine</div><div><br></div><div>**oss-fuzz**</div><div>- Only timeouts reported, no aborts or problems with address sanitizer, undefined sanitizer or memory sanitizer</div><div><br></div><div>**Own systems**</div><div>- x86_64 Ubuntu all combinations of GCC/Clang, Autotools/CMake, shared/static, exhaustive tests with Autotools</div><div>- x86_64 Ubuntu GCC+Autotools, integer only and no asm optimizations</div><div>- Aarch64 Debian all combinations of GCC/Clang, Autotools/CMake, shared/static, exhaustive tests with Autotools</div><div>- ARMv7 Debian GCC+Autotools and GCC+CMake, shared/static</div><div>- ARMv6 Debian GCC+Autotools, shared/static<br></div><div>are all fine</div><div><br></div><div>For x86_64 MinGW I tested all combinations of GCC/Clang, Autotools/CMake, shared/static but had some problems here with the shared builds. -DFLAC__NO_DLL is added to the Makefile to make sure test_libFLAC builds with the static library only. Also, it seems the libtool wrapper executable is not able to properly handle UTF-8 characters. When circumventing this by placing the executable and library in the same directory (thus not needing the wrapper to run the tests) the tests pass.</div><div><br></div><div><br></div></div></div>