-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello all,
I've been attempting to download ARB on my Mac using the latest update (Sequoia 15.3.1) with an M2 chip, using Homebrew. I was following the instructions on the ARB website, and ran across this error message:
Warning: Calling gsub!(before, after, false) is deprecated! Use gsub!(before, after, audit_result: false) instead.
Also:
make[1]: *** [all] Error 2
---------------------------------------- [excerpt of obvious errors below; full log in build.log]
mkptypes.cxx;17;10; fatal error; 'cstddef' file not found
clang++; error; no such file or directory; 'mkptypes.o'
/private/tmp/arb-20250223-13162-ntjvjo/INCLUDE/arbtools.h;19;10; fatal error; 'new' file not found
./arb_core.h;16;10; fatal error; 'cstdio' file not found
./BufferedFileReader.h;18;10; fatal error; 'cstdio' file not found
./BufferedFileReader.h;18;10; fatal error; 'cstdio' file not found
./arb_core.h;16;10; fatal error; 'cstdio' file not found
./arb_diff.h;17;10; fatal error; 'cstdlib' file not found
./arb_core.h;16;10; fatal error; 'cstdio' file not found
./arb_core.h;16;10; fatal error; 'cstdio' file not found
./arb_mem.h;16;10; fatal error; 'cstdlib' file not found
./arb_core.h;16;10; fatal error; 'cstdio' file not found
make: *** [ALL] Error 1
Does anyone know why this is, and how to fix it? Thank you so much!