exasol / r-exasol

The EXASOL package for R provides an interface to the EXASOL database.
http://www.exasol.com
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

#149: fix build failures #150

Closed tomuben closed 6 months ago

tomuben commented 6 months ago

fixes #149

  1. 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());
  2. 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.
  3. Remove CI build for R4.1
  4. Added CI build for MacOsX Arm64 and MacOsX Intel