* installing *source* package ‘rlang’ ...
** this is package ‘rlang’ version ‘1.1.7’
** package ‘rlang’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using SDK: ‘MacOSX14.5.sdk’
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./rlang/ -I/opt/R/arm64/include -fvisibility=hidden -fPIC -falign-functions=64 -Wall -g -O2 -c capture.c -o capture.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./rlang/ -I/opt/R/arm64/include -fvisibility=hidden -fPIC -falign-functions=64 -Wall -g -O2 -c internal.c -o internal.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./rlang/ -I/opt/R/arm64/include -fvisibility=hidden -fPIC -falign-functions=64 -Wall -g -O2 -c rlang.c -o rlang.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I./rlang/ -I/opt/R/arm64/include -fvisibility=hidden -fPIC -falign-functions=64 -Wall -g -O2 -c version.c -o version.o
capture.c:40:16: error: use of undeclared identifier 'PREXPR'
40 | expr = PREXPR(expr);
| ^
capture.c:80:11: error: use of undeclared identifier 'PREXPR'
80 | sym = PREXPR(sym);
| ^
2 errors generated.
make: *** [capture.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from internal.c:1:
In file included from ./internal/internal.c:19:
./internal/exported.c:755:10: error: use of undeclared identifier 'PREXPR'
755 | return PREXPR(prom);
| ^
1 error generated.
make: *** [internal.o] Error 1
ERROR: compilation failed for package ‘rlang’
* removing ‘/Volumes/Builds/packages/sonoma-arm64/results/4.6/rlang.Rcheck/rlang’