Build failure on R4.4 C++ compiler (warning treated as error): The following expression was unsafe as the string e could contain any formatting expression which would cause segfault: ::error(e.c_str());
On ARM64 MacOs X, homebrew for some reason does not install packages anymore into /usr/local but /opt/homebrew. The Apple clang compiler had /usr/local/include as default search directory. => Need to adapt configure.ac to find correct include/lib path.
fixes #149
e
could contain any formatting expression which would cause segfault:::error(e.c_str());
/usr/local
but/opt/homebrew
. The Apple clang compiler had/usr/local/include
as default search directory. => Need to adapt configure.ac to find correct include/lib path.