* installing *source* package ‘edgemodelr’ ...
** this is package ‘edgemodelr’ version ‘0.4.1’
** package ‘edgemodelr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 23.1.0’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/edgemodelr/src'
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -fPIC -c bindings.cpp -o bindings.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -fPIC -c RcppExports.cpp -o RcppExports.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -DUSING_R=1 -fPIC -ftree-vectorize -fno-builtin-printf -DGGML_CPU_GENERIC -c ggml/ggml.c -o ggml/ggml.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -DUSING_R=1 -fPIC -ftree-vectorize -fno-builtin-printf -DGGML_CPU_GENERIC -c ggml/ggml-alloc.c -o ggml/ggml-alloc.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/gguf.cpp -o ggml/gguf.o
ggml/gguf.cpp:847:94: error: use of undeclared identifier 'errno'
847 | GGML_LOG_ERROR("%s: failed to open GGUF file '%s' (%s)\n", __func__, fname, strerror(errno));
| ^~~~~
1 error generated.
make[1]: *** [Makevars:146: ggml/gguf.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-backend.cpp -o ggml/ggml-backend.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-backend-reg.cpp -o ggml/ggml-backend-reg.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-backend-dl.cpp -o ggml/ggml-backend-dl.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -DUSING_R=1 -fPIC -ftree-vectorize -fno-builtin-printf -DGGML_CPU_GENERIC -c ggml/ggml-quants.c -o ggml/ggml-quants.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-threading.cpp -o ggml/ggml-threading.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-opt.cpp -o ggml/ggml-opt.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-adapter.cpp -o llama/llama-adapter.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-arch.cpp -o llama/llama-arch.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-batch.cpp -o llama/llama-batch.o
In file included from llama/llama-adapter.cpp:5:
In file included from llama/llama-model.h:5:
llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-chat.cpp -o llama/llama-chat.o
2 errors generated.
make[1]: *** [Makevars:149: llama/llama-adapter.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-context.cpp -o llama/llama-context.o
In file included from llama/llama-context.cpp:1:
In file included from llama/llama-context.h:5:
llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
llama/llama-context.cpp:165:50: error: use of undeclared identifier 'getenv'
165 | const char * LLAMA_GRAPH_REUSE_DISABLE = getenv("LLAMA_GRAPH_REUSE_DISABLE");
| ^~~~~~
llama/llama-context.cpp:166:60: error: use of undeclared identifier 'atoi'
166 | graph_reuse_disable = LLAMA_GRAPH_REUSE_DISABLE ? (atoi(LLAMA_GRAPH_REUSE_DISABLE) != 0) : graph_reuse_disable;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-cparams.cpp -o llama/llama-cparams.o
4 errors generated.
make[1]: *** [Makevars:149: llama/llama-context.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-grammar.cpp -o llama/llama-grammar.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-graph.cpp -o llama/llama-graph.o
In file included from llama/llama-graph.cpp:1:
llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-hparams.cpp -o llama/llama-hparams.o
2 errors generated.
make[1]: *** [Makevars:149: llama/llama-graph.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-impl.cpp -o llama/llama-impl.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-io.cpp -o llama/llama-io.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-kv-cache-iswa.cpp -o llama/llama-kv-cache-iswa.o
In file included from llama/llama-kv-cache-iswa.cpp:1:
In file included from llama/llama-kv-cache-iswa.h:3:
In file included from llama/llama-kv-cache.h:4:
llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:149: llama/llama-kv-cache-iswa.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-kv-cache.cpp -o llama/llama-kv-cache.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-memory-hybrid.cpp -o llama/llama-memory-hybrid.o
In file included from llama/llama-kv-cache.cpp:1:
In file included from llama/llama-kv-cache.h:4:
llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
In file included from llama/llama-memory-hybrid.cpp:1:
In file included from llama/llama-memory-hybrid.h:4:
llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:149: llama/llama-memory-hybrid.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-memory-hybrid-iswa.cpp -o llama/llama-memory-hybrid-iswa.o
llama/llama-kv-cache.cpp:212:41: error: use of undeclared identifier 'getenv'
212 | const char * LLAMA_KV_CACHE_DEBUG = getenv("LLAMA_KV_CACHE_DEBUG");
| ^~~~~~
llama/llama-kv-cache.cpp:213:36: error: use of undeclared identifier 'atoi'
213 | debug = LLAMA_KV_CACHE_DEBUG ? atoi(LLAMA_KV_CACHE_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-memory-recurrent.cpp -o llama/llama-memory-recurrent.o
4 errors generated.
make[1]: *** [Makevars:149: llama/llama-kv-cache.o] Error 1
In file included from llama/llama-memory-hybrid-iswa.cpp:1:
In file included from llama/llama-memory-hybrid-iswa.h:4:
llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-memory.cpp -o llama/llama-memory.o
In file included from llama/llama-memory-recurrent.cpp:1:
In file included from llama/llama-memory-recurrent.h:4:
llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:149: llama/llama-memory-hybrid-iswa.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-mmap.cpp -o llama/llama-mmap.o
2 errors generated.
make[1]: *** [Makevars:149: llama/llama-memory-recurrent.o] Error 1
llama/llama-mmap.cpp:303:19: error: use of undeclared identifier 'posix_memalign'
303 | int ret = posix_memalign(&raw_buffer, alignment, bytes_to_read);
| ^~~~~~~~~~~~~~
llama/llama-mmap.cpp:309:47: error: use of undeclared identifier 'free'
309 | void operator()(void * p) const { free(p); }
| ^~~~
2 errors generated.
make[1]: *** [Makevars:149: llama/llama-mmap.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-model-loader.cpp -o llama/llama-model-loader.o
llama/llama-model-loader.cpp:512:9: error: use of undeclared identifier 'getenv'
512 | if (getenv("LLAMA_TRACE")) {
| ^~~~~~
llama/llama-model-loader.cpp:513:22: error: use of undeclared identifier 'getenv'
513 | trace = atoi(getenv("LLAMA_TRACE"));
| ^~~~~~
2 errors generated.
make[1]: *** [Makevars:149: llama/llama-model-loader.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-model-saver.cpp -o llama/llama-model-saver.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-model.cpp -o llama/llama-model.o
In file included from llama/llama-model-saver.cpp:7:
In file included from llama/llama-model.h:5:
llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:149: llama/llama-model-saver.o] Error 1
In file included from llama/llama-model.cpp:1:
In file included from llama/llama-model.h:5:
llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-quant.cpp -o llama/llama-quant.o
2 errors generated.
make[1]: *** [Makevars:149: llama/llama-model.o] Error 1
In file included from llama/llama-quant.cpp:3:
In file included from llama/llama-model.h:5:
llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:149: llama/llama-quant.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-sampler.cpp -o llama/llama-sampler.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama-vocab.cpp -o llama/llama-vocab.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/llama.cpp -o llama/llama.o
llama/llama-vocab.cpp:2732:20: error: use of undeclared identifier 'strtol'
2732 | return strtol(buf.c_str(), NULL, 16);
| ^~~~~~
1 error generated.
make[1]: *** [Makevars:149: llama/llama-vocab.o] Error 1
In file included from llama/llama.cpp:6:
In file included from llama/llama-context.h:5:
llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/unicode-data.cpp -o llama/unicode-data.o
2 errors generated.
make[1]: *** [Makevars:149: llama/llama.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/unicode.cpp -o llama/unicode.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -DUSING_R=1 -fPIC -ftree-vectorize -fno-builtin-printf -DGGML_CPU_GENERIC -c ggml/ggml-cpu/ggml-cpu.c -o ggml/ggml-cpu/ggml-cpu-c.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/ggml-cpu.cpp -o ggml/ggml-cpu/ggml-cpu-cpp.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/ops.cpp -o ggml/ggml-cpu/ops.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/binary-ops.cpp -o ggml/ggml-cpu/binary-ops.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/unary-ops.cpp -o ggml/ggml-cpu/unary-ops.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/vec.cpp -o ggml/ggml-cpu/vec.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/traits.cpp -o ggml/ggml-cpu/traits.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/repack.cpp -o ggml/ggml-cpu/repack.o
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -DUSING_R=1 -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c ggml/ggml-cpu/quants.c -o ggml/ggml-cpu/quants.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c simd_info.cpp -o simd_info.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/afmoe.cpp -o llama/models/afmoe.o
In file included from llama/models/afmoe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/apertus.cpp -o llama/models/apertus.o
2 errors generated.
make[1]: *** [Makevars:157: llama/models/afmoe.o] Error 1
In file included from llama/models/apertus.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/apertus.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/arcee.cpp -o llama/models/arcee.o
In file included from llama/models/arcee.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/arcee.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/arctic.cpp -o llama/models/arctic.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/arwkv7.cpp -o llama/models/arwkv7.o
In file included from llama/models/arctic.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
In file included from llama/models/arwkv7.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/arctic.o] Error 1
2 errors generated.
make[1]: *** [Makevars:157: llama/models/arwkv7.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/baichuan.cpp -o llama/models/baichuan.o
In file included from llama/models/baichuan.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/baichuan.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/bailingmoe.cpp -o llama/models/bailingmoe.o
In file included from llama/models/bailingmoe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/bailingmoe.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/bailingmoe2.cpp -o llama/models/bailingmoe2.o
In file included from llama/models/bailingmoe2.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/bailingmoe2.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/bert.cpp -o llama/models/bert.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/bitnet.cpp -o llama/models/bitnet.o
In file included from llama/models/bert.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/bert.o] Error 1
In file included from llama/models/bitnet.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/bitnet.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/bloom.cpp -o llama/models/bloom.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/chameleon.cpp -o llama/models/chameleon.o
In file included from llama/models/bloom.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/bloom.o] Error 1
In file included from llama/models/chameleon.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/chameleon.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/chatglm.cpp -o llama/models/chatglm.o
In file included from llama/models/chatglm.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/chatglm.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/codeshell.cpp -o llama/models/codeshell.o
In file included from llama/models/codeshell.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/codeshell.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/cogvlm.cpp -o llama/models/cogvlm.o
In file included from llama/models/cogvlm.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/cogvlm.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/cohere2-iswa.cpp -o llama/models/cohere2-iswa.o
In file included from llama/models/cohere2-iswa.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/cohere2-iswa.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/command-r.cpp -o llama/models/command-r.o
In file included from llama/models/command-r.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/command-r.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/dbrx.cpp -o llama/models/dbrx.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/deci.cpp -o llama/models/deci.o
In file included from llama/models/dbrx.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/deepseek.cpp -o llama/models/deepseek.o
2 errors generated.
make[1]: *** [Makevars:157: llama/models/dbrx.o] Error 1
In file included from llama/models/deci.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/deci.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/deepseek2.cpp -o llama/models/deepseek2.o
In file included from llama/models/deepseek.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/deepseek.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/delta-net-base.cpp -o llama/models/delta-net-base.o
In file included from llama/models/deepseek2.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/deepseek2.o] Error 1
In file included from llama/models/delta-net-base.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/delta-net-base.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/dots1.cpp -o llama/models/dots1.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/dream.cpp -o llama/models/dream.o
In file included from llama/models/dots1.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
In file included from llama/models/dream.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/dots1.o] Error 1
2 errors generated.
make[1]: *** [Makevars:157: llama/models/dream.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/ernie4-5-moe.cpp -o llama/models/ernie4-5-moe.o
In file included from llama/models/ernie4-5-moe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/ernie4-5-moe.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/ernie4-5.cpp -o llama/models/ernie4-5.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/eurobert.cpp -o llama/models/eurobert.o
In file included from llama/models/ernie4-5.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
In file included from llama/models/eurobert.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/ernie4-5.o] Error 1
2 errors generated.
make[1]: *** [Makevars:157: llama/models/eurobert.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/exaone-moe.cpp -o llama/models/exaone-moe.o
In file included from llama/models/exaone-moe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/exaone-moe.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/exaone.cpp -o llama/models/exaone.o
In file included from llama/models/exaone.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/exaone.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/exaone4.cpp -o llama/models/exaone4.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/falcon-h1.cpp -o llama/models/falcon-h1.o
In file included from llama/models/exaone4.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
In file included from llama/models/falcon-h1.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/exaone4.o] Error 1
2 errors generated.
make[1]: *** [Makevars:157: llama/models/falcon-h1.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/falcon.cpp -o llama/models/falcon.o
In file included from llama/models/falcon.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/falcon.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gemma-embedding.cpp -o llama/models/gemma-embedding.o
In file included from llama/models/gemma-embedding.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/gemma-embedding.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gemma.cpp -o llama/models/gemma.o
In file included from llama/models/gemma.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/gemma.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gemma2-iswa.cpp -o llama/models/gemma2-iswa.o
In file included from llama/models/gemma2-iswa.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/gemma2-iswa.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gemma3.cpp -o llama/models/gemma3.o
In file included from llama/models/gemma3.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/gemma3.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gemma3n-iswa.cpp -o llama/models/gemma3n-iswa.o
In file included from llama/models/gemma3n-iswa.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/gemma3n-iswa.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/glm4-moe.cpp -o llama/models/glm4-moe.o
In file included from llama/models/glm4-moe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/glm4-moe.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/glm4.cpp -o llama/models/glm4.o
In file included from llama/models/glm4.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/glm4.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gpt2.cpp -o llama/models/gpt2.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/gptneox.cpp -o llama/models/gptneox.o
In file included from llama/models/gpt2.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/gpt2.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/granite-hybrid.cpp -o llama/models/granite-hybrid.o
In file included from llama/models/gptneox.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/gptneox.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/granite.cpp -o llama/models/granite.o
In file included from llama/models/granite-hybrid.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/granite-hybrid.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/grok.cpp -o llama/models/grok.o
In file included from llama/models/granite.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/granite.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/grovemoe.cpp -o llama/models/grovemoe.o
In file included from llama/models/grok.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/grok.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/hunyuan-dense.cpp -o llama/models/hunyuan-dense.o
In file included from llama/models/grovemoe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/grovemoe.o] Error 1
In file included from llama/models/hunyuan-dense.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/hunyuan-dense.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/hunyuan-moe.cpp -o llama/models/hunyuan-moe.o
In file included from llama/models/hunyuan-moe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/hunyuan-moe.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/internlm2.cpp -o llama/models/internlm2.o
In file included from llama/models/internlm2.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/internlm2.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/jais.cpp -o llama/models/jais.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/jais2.cpp -o llama/models/jais2.o
In file included from llama/models/jais.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/jais.o] Error 1
In file included from llama/models/jais2.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/jais2.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/jamba.cpp -o llama/models/jamba.o
In file included from llama/models/jamba.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/jamba.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/kimi-linear.cpp -o llama/models/kimi-linear.o
In file included from llama/models/kimi-linear.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/kimi-linear.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/lfm2.cpp -o llama/models/lfm2.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/llada-moe.cpp -o llama/models/llada-moe.o
In file included from llama/models/lfm2.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
In file included from llama/models/llada-moe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/llada-moe.o] Error 1
2 errors generated.
make[1]: *** [Makevars:157: llama/models/lfm2.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/llada.cpp -o llama/models/llada.o
In file included from llama/models/llada.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/llada.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/llama-iswa.cpp -o llama/models/llama-iswa.o
In file included from llama/models/llama-iswa.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/llama-iswa.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/llama.cpp -o llama/models/llama.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/maincoder.cpp -o llama/models/maincoder.o
In file included from llama/models/llama.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
In file included from llama/models/maincoder.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/llama.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/mamba-base.cpp -o llama/models/mamba-base.o
2 errors generated.
make[1]: *** [Makevars:157: llama/models/maincoder.o] Error 1
In file included from llama/models/mamba-base.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/mamba-base.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/mamba.cpp -o llama/models/mamba.o
In file included from llama/models/mamba.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/mamba.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/mimo2-iswa.cpp -o llama/models/mimo2-iswa.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/minicpm3.cpp -o llama/models/minicpm3.o
In file included from llama/models/mimo2-iswa.cpp:2:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/mimo2-iswa.o] Error 1
In file included from llama/models/minicpm3.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/minicpm3.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/minimax-m2.cpp -o llama/models/minimax-m2.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/mistral3.cpp -o llama/models/mistral3.o
In file included from llama/models/minimax-m2.cpp:2:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/minimax-m2.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/modern-bert.cpp -o llama/models/modern-bert.o
In file included from llama/models/mistral3.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/mpt.cpp -o llama/models/mpt.o
make[1]: *** [Makevars:157: llama/models/mistral3.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/nemotron-h.cpp -o llama/models/nemotron-h.o
In file included from llama/models/modern-bert.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/modern-bert.o] Error 1
In file included from llama/models/mpt.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
In file included from llama/models/nemotron-h.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/nemotron.cpp -o llama/models/nemotron.o
2 errors generated.
make[1]: *** [Makevars:157: llama/models/mpt.o] Error 1
2 errors generated.
make[1]: *** [Makevars:157: llama/models/nemotron-h.o] Error 1
In file included from llama/models/nemotron.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/nemotron.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/neo-bert.cpp -o llama/models/neo-bert.o
In file included from llama/models/neo-bert.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/neo-bert.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/olmo.cpp -o llama/models/olmo.o
In file included from llama/models/olmo.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/olmo.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/olmo2.cpp -o llama/models/olmo2.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/olmoe.cpp -o llama/models/olmoe.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/openai-moe-iswa.cpp -o llama/models/openai-moe-iswa.o
In file included from llama/models/olmo2.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
In file included from llama/models/olmoe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/olmo2.o] Error 1
2 errors generated.
make[1]: *** [Makevars:157: llama/models/olmoe.o] Error 1
In file included from llama/models/openai-moe-iswa.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/openelm.cpp -o llama/models/openelm.o
2 errors generated.
make[1]: *** [Makevars:157: llama/models/openai-moe-iswa.o] Error 1
In file included from llama/models/openelm.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/openelm.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/orion.cpp -o llama/models/orion.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/paddleocr.cpp -o llama/models/paddleocr.o
In file included from llama/models/orion.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
In file included from llama/models/paddleocr.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/orion.o] Error 1
2 errors generated.
make[1]: *** [Makevars:157: llama/models/paddleocr.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/pangu-embedded.cpp -o llama/models/pangu-embedded.o
In file included from llama/models/pangu-embedded.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/phi2.cpp -o llama/models/phi2.o
2 errors generated.
make[1]: *** [Makevars:157: llama/models/pangu-embedded.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/phi3.cpp -o llama/models/phi3.o
In file included from llama/models/phi2.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
In file included from llama/models/phi3.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/phi2.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/plamo.cpp -o llama/models/plamo.o
2 errors generated.
make[1]: *** [Makevars:157: llama/models/phi3.o] Error 1
In file included from llama/models/plamo.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/plamo.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/plamo2.cpp -o llama/models/plamo2.o
In file included from llama/models/plamo2.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/plamo2.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/plamo3.cpp -o llama/models/plamo3.o
In file included from llama/models/plamo3.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/plamo3.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/plm.cpp -o llama/models/plm.o
In file included from llama/models/plm.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/plm.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen.cpp -o llama/models/qwen.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen2.cpp -o llama/models/qwen2.o
In file included from llama/models/qwen.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen2moe.cpp -o llama/models/qwen2moe.o
2 errors generated.
make[1]: *** [Makevars:157: llama/models/qwen.o] Error 1
In file included from llama/models/qwen2.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/qwen2.o] Error 1
In file included from llama/models/qwen2moe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/qwen2moe.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen2vl.cpp -o llama/models/qwen2vl.o
In file included from llama/models/qwen2vl.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/qwen2vl.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen3.cpp -o llama/models/qwen3.o
In file included from llama/models/qwen3.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/qwen3.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen35.cpp -o llama/models/qwen35.o
In file included from llama/models/qwen35.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen35moe.cpp -o llama/models/qwen35moe.o
2 errors generated.
make[1]: *** [Makevars:157: llama/models/qwen35.o] Error 1
In file included from llama/models/qwen35moe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/qwen35moe.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen3moe.cpp -o llama/models/qwen3moe.o
In file included from llama/models/qwen3moe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/qwen3moe.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen3next.cpp -o llama/models/qwen3next.o
In file included from llama/models/qwen3next.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/qwen3next.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen3vl-moe.cpp -o llama/models/qwen3vl-moe.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/qwen3vl.cpp -o llama/models/qwen3vl.o
In file included from llama/models/qwen3vl-moe.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/qwen3vl-moe.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/refact.cpp -o llama/models/refact.o
In file included from llama/models/qwen3vl.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/qwen3vl.o] Error 1
In file included from llama/models/refact.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/refact.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/rnd1.cpp -o llama/models/rnd1.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/rwkv6-base.cpp -o llama/models/rwkv6-base.o
In file included from llama/models/rnd1.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/rnd1.o] Error 1
In file included from llama/models/rwkv6-base.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/rwkv6-base.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/rwkv6.cpp -o llama/models/rwkv6.o
In file included from llama/models/rwkv6.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/rwkv6qwen2.cpp -o llama/models/rwkv6qwen2.o
2 errors generated.
make[1]: *** [Makevars:157: llama/models/rwkv6.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/rwkv7-base.cpp -o llama/models/rwkv7-base.o
In file included from llama/models/rwkv6qwen2.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
In file included from llama/models/rwkv7-base.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/rwkv6qwen2.o] Error 1
2 errors generated.
make[1]: *** [Makevars:157: llama/models/rwkv7-base.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/rwkv7.cpp -o llama/models/rwkv7.o
In file included from llama/models/rwkv7.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/rwkv7.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/seed-oss.cpp -o llama/models/seed-oss.o
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/smallthinker.cpp -o llama/models/smallthinker.o
In file included from llama/models/seed-oss.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/seed-oss.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/smollm3.cpp -o llama/models/smollm3.o
In file included from llama/models/smallthinker.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/smallthinker.o] Error 1
In file included from llama/models/smollm3.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/smollm3.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/stablelm.cpp -o llama/models/stablelm.o
In file included from llama/models/stablelm.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/stablelm.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/starcoder.cpp -o llama/models/starcoder.o
In file included from llama/models/starcoder.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/starcoder.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/starcoder2.cpp -o llama/models/starcoder2.o
In file included from llama/models/starcoder2.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/starcoder2.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/step35-iswa.cpp -o llama/models/step35-iswa.o
In file included from llama/models/step35-iswa.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/step35-iswa.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/t5-dec.cpp -o llama/models/t5-dec.o
In file included from llama/models/t5-dec.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/t5-dec.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/t5-enc.cpp -o llama/models/t5-enc.o
In file included from llama/models/t5-enc.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/t5-enc.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/wavtokenizer-dec.cpp -o llama/models/wavtokenizer-dec.o
In file included from llama/models/wavtokenizer-dec.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/wavtokenizer-dec.o] Error 1
/usr/local/clang23/bin/clang++ -std=gnu++20 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -I./llama -I./llama/models -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -DGGML_BUILD_FOR_R -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DNDEBUG -DGGML_USE_CPU -fPIC -ftree-vectorize -DGGML_CPU_GENERIC -c llama/models/xverse.cpp -o llama/models/xverse.o
In file included from llama/models/xverse.cpp:1:
In file included from llama/models/models.h:3:
In file included from ./llama/llama-model.h:5:
./llama/llama-graph.h:84:48: error: use of undeclared identifier 'getenv'
84 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG");
| ^~~~~~
./llama/llama-graph.h:85:43: error: use of undeclared identifier 'atoi'
85 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0;
| ^~~~
2 errors generated.
make[1]: *** [Makevars:157: llama/models/xverse.o] Error 1
make[1]: Target 'all' not remade because of errors.
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/edgemodelr/src'
ERROR: compilation failed for package ‘edgemodelr’
* removing ‘/data/localhost/ripley/R/packages/tests-clang/edgemodelr.Rcheck/edgemodelr’