* installing *source* package ‘llamaR’ ... ** this is package ‘llamaR’ version ‘0.2.5’ ** package ‘llamaR’ successfully unpacked and MD5 sums checked ** using staged installation Checking for ggmlR... Found ggmlR at: /data/localhost/ripley/R/test-clang/ggmlR/lib Vulkan: detected (will link -lvulkan) Configuration complete. ** libs specified C++17 using C++ compiler: ‘clang version 23.1.0-rc2’ using C++17 make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang-trunk/llamaR/src' /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama.cpp -o llama.o In file included from llama.cpp:6: In file included from ./llama-context.h:6: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-adapter.cpp -o llama-adapter.o In file included from llama-adapter.cpp:5: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama-adapter.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-arch.cpp -o llama-arch.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-batch.cpp -o llama-batch.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-chat.cpp -o llama-chat.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-context.cpp -o llama-context.o In file included from llama-context.cpp:1: In file included from ./llama-context.h:6: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama-context.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-cparams.cpp -o llama-cparams.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-grammar.cpp -o llama-grammar.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-graph.cpp -o llama-graph.o In file included from llama-graph.cpp:1: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama-graph.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-hparams.cpp -o llama-hparams.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-impl.cpp -o llama-impl.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-io.cpp -o llama-io.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-kv-cache.cpp -o llama-kv-cache.o In file included from llama-kv-cache.cpp:1: In file included from ./llama-kv-cache.h:4: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ llama-kv-cache.cpp:284:43: error: use of undeclared identifier 'getenv' 284 | const char * LLAMA_ATTN_ROT_DISABLE = getenv("LLAMA_ATTN_ROT_DISABLE"); | ^~~~~~ llama-kv-cache.cpp:285:60: error: use of undeclared identifier 'atoi' 285 | const bool attn_rot_disable = LLAMA_ATTN_ROT_DISABLE ? atoi(LLAMA_ATTN_ROT_DISABLE) : false; | ^~~~ llama-kv-cache.cpp:326:41: error: use of undeclared identifier 'getenv' 326 | const char * LLAMA_KV_CACHE_DEBUG = getenv("LLAMA_KV_CACHE_DEBUG"); | ^~~~~~ llama-kv-cache.cpp:327:36: error: use of undeclared identifier 'atoi' 327 | debug = LLAMA_KV_CACHE_DEBUG ? atoi(LLAMA_KV_CACHE_DEBUG) : 0; | ^~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-kv-cache-iswa.cpp -o llama-kv-cache-iswa.o 6 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama-kv-cache.o] Error 1 In file included from llama-kv-cache-iswa.cpp:1: In file included from ./llama-kv-cache-iswa.h:3: In file included from ./llama-kv-cache.h:4: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama-kv-cache-iswa.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-memory.cpp -o llama-memory.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-memory-hybrid.cpp -o llama-memory-hybrid.o In file included from llama-memory-hybrid.cpp:1: In file included from ./llama-memory-hybrid.h:4: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama-memory-hybrid.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-memory-hybrid-iswa.cpp -o llama-memory-hybrid-iswa.o In file included from llama-memory-hybrid-iswa.cpp:1: In file included from ./llama-memory-hybrid-iswa.h:4: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama-memory-hybrid-iswa.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-memory-recurrent.cpp -o llama-memory-recurrent.o In file included from llama-memory-recurrent.cpp:1: In file included from ./llama-memory-recurrent.h:4: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-mmap.cpp -o llama-mmap.o 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama-memory-recurrent.o] Error 1 llama-mmap.cpp:326:19: error: use of undeclared identifier 'posix_memalign' 326 | int ret = posix_memalign(&raw_buffer, alignment, bytes_to_read); | ^~~~~~~~~~~~~~ llama-mmap.cpp:332:47: error: use of undeclared identifier 'free' 332 | void operator()(void * p) const { free(p); } | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama-mmap.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-model.cpp -o llama-model.o In file included from llama-model.cpp:1: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama-model.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-model-loader.cpp -o llama-model-loader.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-model-saver.cpp -o llama-model-saver.o In file included from llama-model-saver.cpp:9: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama-model-saver.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-quant.cpp -o llama-quant.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-sampling.cpp -o llama-sampling.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c llama-vocab.cpp -o llama-vocab.o llama-vocab.cpp:2863:20: error: use of undeclared identifier 'strtol' 2863 | return strtol(buf.c_str(), NULL, 16); | ^~~~~~ llama-vocab.cpp:2868:20: error: use of undeclared identifier 'strtol' 2868 | return strtol(buf.c_str(), NULL, 16); | ^~~~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: llama-vocab.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c unicode.cpp -o unicode.o unicode.cpp:22:20: warning: unused function 'unicode_cpts_to_utf8' [-Wunused-function] 22 | static std::string unicode_cpts_to_utf8(const std::vector & cps) { | ^~~~~~~~~~~~~~~~~~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c unicode-data.cpp -o unicode-data.o 1 warning generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c r_llama_interface.cpp -o r_llama_interface.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c r_chat_interface.cpp -o r_chat_interface.o In file included from r_chat_interface.cpp:26: In file included from ./chat.h:5: ./common.h:659:23: warning: unused function template 'string_split' [-Wunused-template] 659 | static std::vector string_split(const std::string & str, char delim) { | ^~~~~~~~~~~~ ./common.h:674:26: warning: unused function 'string_split' [-Wunused-function] 674 | std::vector string_split(const std::string & input, char separator) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:689:13: warning: unused function 'string_starts_with' [-Wunused-function] 689 | static bool string_starts_with(const std::string & str, | ^~~~~~~~~~~~~~~~~~ ./common.h:884:20: warning: unused function 'llm_ffn_exps_block_regex' [-Wunused-function] 884 | static std::string llm_ffn_exps_block_regex(int idx) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:888:41: warning: unused function 'llm_ffn_exps_cpu_override' [-Wunused-function] 888 | static llama_model_tensor_buft_override llm_ffn_exps_cpu_override() { | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c r_mtmd_interface.cpp -o r_mtmd_interface.o 5 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c chat.cpp -o chat.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c chat-parser.cpp -o chat-parser.o In file included from chat.cpp:1: In file included from ./chat.h:5: ./common.h:659:23: warning: unused function template 'string_split' [-Wunused-template] 659 | static std::vector string_split(const std::string & str, char delim) { | ^~~~~~~~~~~~ ./common.h:674:26: warning: unused function 'string_split' [-Wunused-function] 674 | std::vector string_split(const std::string & input, char separator) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:884:20: warning: unused function 'llm_ffn_exps_block_regex' [-Wunused-function] 884 | static std::string llm_ffn_exps_block_regex(int idx) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:888:41: warning: unused function 'llm_ffn_exps_cpu_override' [-Wunused-function] 888 | static llama_model_tensor_buft_override llm_ffn_exps_cpu_override() { | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from chat.cpp:10: In file included from ./jinja/parser.h:3: ./jinja/lexer.h:49:20: warning: unused function 'type_to_string' [-Wunused-function] 49 | static std::string type_to_string(token::type t) { | ^~~~~~~~~~~~~~ In file included from chat.cpp:10: In file included from ./jinja/parser.h:4: ./jinja/runtime.h:601:20: warning: unused function 'render_string_parts' [-Wunused-function] 601 | static std::string render_string_parts(const value_string & parts) { | ^~~~~~~~~~~~~~~~~~~ chat.cpp:52:13: warning: unused function 'has_content_or_tool_calls' [-Wunused-function] 52 | static bool has_content_or_tool_calls(const common_chat_msg & msg) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from chat-parser.cpp:1: In file included from ./chat-parser.h:3: In file included from ./chat.h:5: ./common.h:659:23: warning: unused function template 'string_split' [-Wunused-template] 659 | static std::vector string_split(const std::string & str, char delim) { | ^~~~~~~~~~~~ ./common.h:674:26: warning: unused function 'string_split' [-Wunused-function] 674 | std::vector string_split(const std::string & input, char separator) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:689:13: warning: unused function 'string_starts_with' [-Wunused-function] 689 | static bool string_starts_with(const std::string & str, | ^~~~~~~~~~~~~~~~~~ ./common.h:884:20: warning: unused function 'llm_ffn_exps_block_regex' [-Wunused-function] 884 | static std::string llm_ffn_exps_block_regex(int idx) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:888:41: warning: unused function 'llm_ffn_exps_cpu_override' [-Wunused-function] 888 | static llama_model_tensor_buft_override llm_ffn_exps_cpu_override() { | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c chat-parser-xml-toolcall.cpp -o chat-parser-xml-toolcall.o 5 warnings generated. In file included from chat-parser-xml-toolcall.cpp:1: In file included from ./chat.h:5: ./common.h:659:23: warning: unused function template 'string_split' [-Wunused-template] 659 | static std::vector string_split(const std::string & str, char delim) { | ^~~~~~~~~~~~ ./common.h:674:26: warning: unused function 'string_split' [-Wunused-function] 674 | std::vector string_split(const std::string & input, char separator) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:884:20: warning: unused function 'llm_ffn_exps_block_regex' [-Wunused-function] 884 | static std::string llm_ffn_exps_block_regex(int idx) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:888:41: warning: unused function 'llm_ffn_exps_cpu_override' [-Wunused-function] 888 | static llama_model_tensor_buft_override llm_ffn_exps_cpu_override() { | ^~~~~~~~~~~~~~~~~~~~~~~~~ 7 warnings generated. 4 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c chat-peg-parser.cpp -o chat-peg-parser.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c peg-parser.cpp -o peg-parser.o In file included from chat-peg-parser.cpp:1: In file included from ./chat-peg-parser.h:3: In file included from ./chat.h:5: ./common.h:659:23: warning: unused function template 'string_split' [-Wunused-template] 659 | static std::vector string_split(const std::string & str, char delim) { | ^~~~~~~~~~~~ ./common.h:674:26: warning: unused function 'string_split' [-Wunused-function] 674 | std::vector string_split(const std::string & input, char separator) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:689:13: warning: unused function 'string_starts_with' [-Wunused-function] 689 | static bool string_starts_with(const std::string & str, | ^~~~~~~~~~~~~~~~~~ ./common.h:884:20: warning: unused function 'llm_ffn_exps_block_regex' [-Wunused-function] 884 | static std::string llm_ffn_exps_block_regex(int idx) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:888:41: warning: unused function 'llm_ffn_exps_cpu_override' [-Wunused-function] 888 | static llama_model_tensor_buft_override llm_ffn_exps_cpu_override() { | ^~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. In file included from peg-parser.cpp:1: ./common.h:659:23: warning: unused function template 'string_split' [-Wunused-template] 659 | static std::vector string_split(const std::string & str, char delim) { | ^~~~~~~~~~~~ ./common.h:674:26: warning: unused function 'string_split' [-Wunused-function] 674 | std::vector string_split(const std::string & input, char separator) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:689:13: warning: unused function 'string_starts_with' [-Wunused-function] 689 | static bool string_starts_with(const std::string & str, | ^~~~~~~~~~~~~~~~~~ ./common.h:884:20: warning: unused function 'llm_ffn_exps_block_regex' [-Wunused-function] 884 | static std::string llm_ffn_exps_block_regex(int idx) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:888:41: warning: unused function 'llm_ffn_exps_cpu_override' [-Wunused-function] 888 | static llama_model_tensor_buft_override llm_ffn_exps_cpu_override() { | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c common-unicode.cpp -o common-unicode.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c json-partial.cpp -o json-partial.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c json-schema-to-grammar.cpp -o json-schema-to-grammar.o 5 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c regex-partial.cpp -o regex-partial.o In file included from regex-partial.cpp:2: ./common.h:659:23: warning: unused function template 'string_split' [-Wunused-template] 659 | static std::vector string_split(const std::string & str, char delim) { | ^~~~~~~~~~~~ ./common.h:674:26: warning: unused function 'string_split' [-Wunused-function] 674 | std::vector string_split(const std::string & input, char separator) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:689:13: warning: unused function 'string_starts_with' [-Wunused-function] 689 | static bool string_starts_with(const std::string & str, | ^~~~~~~~~~~~~~~~~~ ./common.h:884:20: warning: unused function 'llm_ffn_exps_block_regex' [-Wunused-function] 884 | static std::string llm_ffn_exps_block_regex(int idx) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:888:41: warning: unused function 'llm_ffn_exps_cpu_override' [-Wunused-function] 888 | static llama_model_tensor_buft_override llm_ffn_exps_cpu_override() { | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from json-schema-to-grammar.cpp:2: ./common.h:659:23: warning: unused function template 'string_split' [-Wunused-template] 659 | static std::vector string_split(const std::string & str, char delim) { | ^~~~~~~~~~~~ ./common.h:674:26: warning: unused function 'string_split' [-Wunused-function] 674 | std::vector string_split(const std::string & input, char separator) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:689:13: warning: unused function 'string_starts_with' [-Wunused-function] 689 | static bool string_starts_with(const std::string & str, | ^~~~~~~~~~~~~~~~~~ ./common.h:884:20: warning: unused function 'llm_ffn_exps_block_regex' [-Wunused-function] 884 | static std::string llm_ffn_exps_block_regex(int idx) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:888:41: warning: unused function 'llm_ffn_exps_cpu_override' [-Wunused-function] 888 | static llama_model_tensor_buft_override llm_ffn_exps_cpu_override() { | ^~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c log.cpp -o log.o In file included from log.cpp:1: ./common.h:659:23: warning: unused function template 'string_split' [-Wunused-template] 659 | static std::vector string_split(const std::string & str, char delim) { | ^~~~~~~~~~~~ ./common.h:674:26: warning: unused function 'string_split' [-Wunused-function] 674 | std::vector string_split(const std::string & input, char separator) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:689:13: warning: unused function 'string_starts_with' [-Wunused-function] 689 | static bool string_starts_with(const std::string & str, | ^~~~~~~~~~~~~~~~~~ ./common.h:884:20: warning: unused function 'llm_ffn_exps_block_regex' [-Wunused-function] 884 | static std::string llm_ffn_exps_block_regex(int idx) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:888:41: warning: unused function 'llm_ffn_exps_cpu_override' [-Wunused-function] 888 | static llama_model_tensor_buft_override llm_ffn_exps_cpu_override() { | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c build-info.cpp -o build-info.o 5 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c common_chat_support.cpp -o common_chat_support.o In file included from common_chat_support.cpp:14: ./common.h:659:23: warning: unused function template 'string_split' [-Wunused-template] 659 | static std::vector string_split(const std::string & str, char delim) { | ^~~~~~~~~~~~ ./common.h:674:26: warning: unused function 'string_split' [-Wunused-function] 674 | std::vector string_split(const std::string & input, char separator) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:689:13: warning: unused function 'string_starts_with' [-Wunused-function] 689 | static bool string_starts_with(const std::string & str, | ^~~~~~~~~~~~~~~~~~ ./common.h:884:20: warning: unused function 'llm_ffn_exps_block_regex' [-Wunused-function] 884 | static std::string llm_ffn_exps_block_regex(int idx) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ./common.h:888:41: warning: unused function 'llm_ffn_exps_cpu_override' [-Wunused-function] 888 | static llama_model_tensor_buft_override llm_ffn_exps_cpu_override() { | ^~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c jinja/caps.cpp -o jinja/caps.o 5 warnings generated. In file included from jinja/caps.cpp:2: In file included from ./jinja/runtime.h:3: ./jinja/lexer.h:49:20: warning: unused function 'type_to_string' [-Wunused-function] 49 | static std::string type_to_string(token::type t) { | ^~~~~~~~~~~~~~ In file included from jinja/caps.cpp:2: ./jinja/runtime.h:601:20: warning: unused function 'render_string_parts' [-Wunused-function] 601 | static std::string render_string_parts(const value_string & parts) { | ^~~~~~~~~~~~~~~~~~~ 2 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c jinja/lexer.cpp -o jinja/lexer.o In file included from jinja/lexer.cpp:1: ./jinja/lexer.h:49:20: warning: unused function 'type_to_string' [-Wunused-function] 49 | static std::string type_to_string(token::type t) { | ^~~~~~~~~~~~~~ In file included from jinja/lexer.cpp:2: ./jinja/runtime.h:601:20: warning: unused function 'render_string_parts' [-Wunused-function] 601 | static std::string render_string_parts(const value_string & parts) { | ^~~~~~~~~~~~~~~~~~~ 2 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c jinja/parser.cpp -o jinja/parser.o In file included from jinja/parser.cpp:1: ./jinja/lexer.h:49:20: warning: unused function 'type_to_string' [-Wunused-function] 49 | static std::string type_to_string(token::type t) { | ^~~~~~~~~~~~~~ In file included from jinja/parser.cpp:2: ./jinja/runtime.h:601:20: warning: unused function 'render_string_parts' [-Wunused-function] 601 | static std::string render_string_parts(const value_string & parts) { | ^~~~~~~~~~~~~~~~~~~ 2 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c jinja/runtime.cpp -o jinja/runtime.o In file included from jinja/runtime.cpp:1: ./jinja/lexer.h:49:20: warning: unused function 'type_to_string' [-Wunused-function] 49 | static std::string type_to_string(token::type t) { | ^~~~~~~~~~~~~~ In file included from jinja/runtime.cpp:2: ./jinja/runtime.h:601:20: warning: unused function 'render_string_parts' [-Wunused-function] 601 | static std::string render_string_parts(const value_string & parts) { | ^~~~~~~~~~~~~~~~~~~ 2 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c jinja/string.cpp -o jinja/string.o In file included from jinja/string.cpp:1: In file included from ./jinja/string.h:7: ./jinja/utils.h:44:20: warning: unused function 'fmt_error_with_source' [-Wunused-function] 44 | static std::string fmt_error_with_source(const std::string & tag, const std::string & msg, const std::string & source, size_t pos) { | ^~~~~~~~~~~~~~~~~~~~~ 1 warning generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c jinja/value.cpp -o jinja/value.o In file included from jinja/value.cpp:1: In file included from ./jinja/runtime.h:3: ./jinja/lexer.h:49:20: warning: unused function 'type_to_string' [-Wunused-function] 49 | static std::string type_to_string(token::type t) { | ^~~~~~~~~~~~~~ In file included from jinja/value.cpp:1: ./jinja/runtime.h:601:20: warning: unused function 'render_string_parts' [-Wunused-function] 601 | static std::string render_string_parts(const value_string & parts) { | ^~~~~~~~~~~~~~~~~~~ 2 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/afmoe.cpp -o models/afmoe.o In file included from models/afmoe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/afmoe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/apertus.cpp -o models/apertus.o In file included from models/apertus.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/apertus.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/arcee.cpp -o models/arcee.o In file included from models/arcee.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/arcee.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/arctic.cpp -o models/arctic.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/arwkv7.cpp -o models/arwkv7.o In file included from models/arctic.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/arctic.o] Error 1 In file included from models/arwkv7.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/arwkv7.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/baichuan.cpp -o models/baichuan.o In file included from models/baichuan.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/baichuan.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/bailingmoe.cpp -o models/bailingmoe.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/bailingmoe2.cpp -o models/bailingmoe2.o In file included from models/bailingmoe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/bailingmoe.o] Error 1 In file included from models/bailingmoe2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/bailingmoe2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/bert.cpp -o models/bert.o In file included from models/bert.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/bert.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/bitnet.cpp -o models/bitnet.o In file included from models/bitnet.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/bitnet.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/bloom.cpp -o models/bloom.o In file included from models/bloom.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/bloom.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/chameleon.cpp -o models/chameleon.o In file included from models/chameleon.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/chameleon.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/chatglm.cpp -o models/chatglm.o In file included from models/chatglm.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/codeshell.cpp -o models/codeshell.o 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/chatglm.o] Error 1 In file included from models/codeshell.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/codeshell.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/cogvlm.cpp -o models/cogvlm.o In file included from models/cogvlm.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/cohere2.cpp -o models/cohere2.o 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/cogvlm.o] Error 1 In file included from models/cohere2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/cohere2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/command-r.cpp -o models/command-r.o In file included from models/command-r.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/command-r.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/dbrx.cpp -o models/dbrx.o In file included from models/dbrx.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/dbrx.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/deci.cpp -o models/deci.o In file included from models/deci.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/deci.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/deepseek.cpp -o models/deepseek.o In file included from models/deepseek.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/deepseek.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/deepseek2.cpp -o models/deepseek2.o In file included from models/deepseek2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/deepseek2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/deepseek2ocr.cpp -o models/deepseek2ocr.o In file included from models/deepseek2ocr.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/deepseek2ocr.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/delta-net-base.cpp -o models/delta-net-base.o In file included from models/delta-net-base.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/delta-net-base.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/dots1.cpp -o models/dots1.o In file included from models/dots1.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/dots1.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/dream.cpp -o models/dream.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/ernie4-5-moe.cpp -o models/ernie4-5-moe.o In file included from models/dream.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/dream.o] Error 1 In file included from models/ernie4-5-moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/ernie4-5-moe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/ernie4-5.cpp -o models/ernie4-5.o In file included from models/ernie4-5.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/ernie4-5.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/eurobert.cpp -o models/eurobert.o In file included from models/eurobert.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/eurobert.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/exaone-moe.cpp -o models/exaone-moe.o In file included from models/exaone-moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/exaone-moe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/exaone.cpp -o models/exaone.o In file included from models/exaone.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/exaone.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/exaone4.cpp -o models/exaone4.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/falcon-h1.cpp -o models/falcon-h1.o In file included from models/exaone4.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/exaone4.o] Error 1 In file included from models/falcon-h1.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/falcon-h1.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/falcon.cpp -o models/falcon.o In file included from models/falcon.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/falcon.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/gemma-embedding.cpp -o models/gemma-embedding.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/gemma.cpp -o models/gemma.o In file included from models/gemma-embedding.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/gemma-embedding.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/gemma2.cpp -o models/gemma2.o In file included from models/gemma.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/gemma.o] Error 1 In file included from models/gemma2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/gemma2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/gemma3.cpp -o models/gemma3.o In file included from models/gemma3.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/gemma3.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/gemma3n.cpp -o models/gemma3n.o In file included from models/gemma3n.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/gemma3n.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/gemma4.cpp -o models/gemma4.o In file included from models/gemma4.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/gemma4.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/glm-dsa.cpp -o models/glm-dsa.o In file included from models/glm-dsa.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/glm-dsa.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/glm4-moe.cpp -o models/glm4-moe.o In file included from models/glm4-moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/glm4-moe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/glm4.cpp -o models/glm4.o In file included from models/glm4.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/gpt2.cpp -o models/gpt2.o 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/glm4.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/gptneox.cpp -o models/gptneox.o In file included from models/gpt2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/granite-hybrid.cpp -o models/granite-hybrid.o In file included from models/gptneox.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/gpt2.o] Error 1 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/gptneox.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/granite-moe.cpp -o models/granite-moe.o In file included from models/granite-hybrid.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ In file included from models/granite-moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/granite-hybrid.o] Error 1 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/granite-moe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/granite.cpp -o models/granite.o In file included from models/granite.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/granite.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/grok.cpp -o models/grok.o In file included from models/grok.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/grok.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/grovemoe.cpp -o models/grovemoe.o In file included from models/grovemoe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/grovemoe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/hunyuan-dense.cpp -o models/hunyuan-dense.o In file included from models/hunyuan-dense.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/hunyuan-dense.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/hunyuan-moe.cpp -o models/hunyuan-moe.o In file included from models/hunyuan-moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/hunyuan-moe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/hunyuan-vl.cpp -o models/hunyuan-vl.o In file included from models/hunyuan-vl.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/hunyuan-vl.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/internlm2.cpp -o models/internlm2.o In file included from models/internlm2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/internlm2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/jais.cpp -o models/jais.o In file included from models/jais.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/jais.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/jais2.cpp -o models/jais2.o In file included from models/jais2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/jais2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/jamba.cpp -o models/jamba.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/jina-bert-v2.cpp -o models/jina-bert-v2.o In file included from models/jamba.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/jamba.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/jina-bert-v3.cpp -o models/jina-bert-v3.o In file included from models/jina-bert-v2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/jina-bert-v2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/kimi-linear.cpp -o models/kimi-linear.o In file included from models/jina-bert-v3.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ In file included from models/kimi-linear.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/kimi-linear.o] Error 1 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/jina-bert-v3.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/lfm2.cpp -o models/lfm2.o In file included from models/lfm2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/lfm2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/lfm2moe.cpp -o models/lfm2moe.o In file included from models/lfm2moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/lfm2moe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/llada-moe.cpp -o models/llada-moe.o In file included from models/llada-moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/llada.cpp -o models/llada.o 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/llada-moe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/llama-embed.cpp -o models/llama-embed.o In file included from models/llada.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ In file included from models/llama-embed.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/llada.o] Error 1 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/llama-embed.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/llama.cpp -o models/llama.o In file included from models/llama.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/llama.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/llama4.cpp -o models/llama4.o In file included from models/llama4.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/llama4.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/maincoder.cpp -o models/maincoder.o In file included from models/maincoder.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/maincoder.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/mamba-base.cpp -o models/mamba-base.o In file included from models/mamba-base.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/mamba-base.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/mamba.cpp -o models/mamba.o In file included from models/mamba.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/mamba.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/mamba2.cpp -o models/mamba2.o In file included from models/mamba2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/mamba2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/mimo2.cpp -o models/mimo2.o In file included from models/mimo2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/mimo2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/minicpm.cpp -o models/minicpm.o In file included from models/minicpm.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/minicpm3.cpp -o models/minicpm3.o 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/minicpm.o] Error 1 In file included from models/minicpm3.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/minicpm3.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/minimax-m2.cpp -o models/minimax-m2.o In file included from models/minimax-m2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/minimax-m2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/mistral3.cpp -o models/mistral3.o In file included from models/mistral3.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/mistral3.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/mistral4.cpp -o models/mistral4.o In file included from models/mistral4.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/mistral4.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/modern-bert.cpp -o models/modern-bert.o In file included from models/modern-bert.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/modern-bert.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/mpt.cpp -o models/mpt.o In file included from models/mpt.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/mpt.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/nemotron-h-moe.cpp -o models/nemotron-h-moe.o In file included from models/nemotron-h-moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/nemotron-h-moe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/nemotron-h.cpp -o models/nemotron-h.o In file included from models/nemotron-h.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/nemotron-h.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/nemotron.cpp -o models/nemotron.o In file included from models/nemotron.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/nemotron.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/neo-bert.cpp -o models/neo-bert.o In file included from models/neo-bert.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/neo-bert.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/nomic-bert-moe.cpp -o models/nomic-bert-moe.o In file included from models/nomic-bert-moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/nomic-bert-moe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/nomic-bert.cpp -o models/nomic-bert.o In file included from models/nomic-bert.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/nomic-bert.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/olmo.cpp -o models/olmo.o In file included from models/olmo.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/olmo.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/olmo2.cpp -o models/olmo2.o In file included from models/olmo2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/olmo2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/olmoe.cpp -o models/olmoe.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/openai-moe.cpp -o models/openai-moe.o In file included from models/olmoe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/olmoe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/openelm.cpp -o models/openelm.o In file included from models/openai-moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/openai-moe.o] Error 1 In file included from models/openelm.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/openelm.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/orion.cpp -o models/orion.o In file included from models/orion.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/orion.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/paddleocr.cpp -o models/paddleocr.o In file included from models/paddleocr.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/paddleocr.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/pangu-embed.cpp -o models/pangu-embed.o In file included from models/pangu-embed.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/pangu-embed.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/phi2.cpp -o models/phi2.o In file included from models/phi2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/phi2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/phi3.cpp -o models/phi3.o In file included from models/phi3.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/phi3.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/phimoe.cpp -o models/phimoe.o In file included from models/phimoe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/phimoe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/plamo.cpp -o models/plamo.o In file included from models/plamo.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/plamo.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/plamo2.cpp -o models/plamo2.o In file included from models/plamo2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/plamo2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/plamo3.cpp -o models/plamo3.o In file included from models/plamo3.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/plamo3.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/plm.cpp -o models/plm.o In file included from models/plm.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/plm.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/qwen.cpp -o models/qwen.o In file included from models/qwen.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/qwen.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/qwen2.cpp -o models/qwen2.o In file included from models/qwen2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/qwen2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/qwen2moe.cpp -o models/qwen2moe.o In file included from models/qwen2moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/qwen2moe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/qwen2vl.cpp -o models/qwen2vl.o In file included from models/qwen2vl.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/qwen2vl.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/qwen3.cpp -o models/qwen3.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/qwen35.cpp -o models/qwen35.o In file included from models/qwen35.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ In file included from models/qwen3.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/qwen35.o] Error 1 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/qwen3.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/qwen35moe.cpp -o models/qwen35moe.o In file included from models/qwen35moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/qwen35moe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/qwen3moe.cpp -o models/qwen3moe.o In file included from models/qwen3moe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/qwen3moe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/qwen3next.cpp -o models/qwen3next.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/qwen3vl.cpp -o models/qwen3vl.o In file included from models/qwen3next.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ In file included from models/qwen3vl.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/qwen3vl.o] Error 1 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/qwen3next.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/qwen3vlmoe.cpp -o models/qwen3vlmoe.o In file included from models/qwen3vlmoe.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/qwen3vlmoe.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/refact.cpp -o models/refact.o In file included from models/refact.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/rnd1.cpp -o models/rnd1.o 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/refact.o] Error 1 In file included from models/rnd1.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/rnd1.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/rwkv6-base.cpp -o models/rwkv6-base.o In file included from models/rwkv6-base.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/rwkv6-base.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/rwkv6.cpp -o models/rwkv6.o In file included from models/rwkv6.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/rwkv6.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/rwkv6qwen2.cpp -o models/rwkv6qwen2.o In file included from models/rwkv6qwen2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/rwkv6qwen2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/rwkv7-base.cpp -o models/rwkv7-base.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/rwkv7.cpp -o models/rwkv7.o In file included from models/rwkv7-base.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/rwkv7-base.o] Error 1 In file included from models/rwkv7.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/rwkv7.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/seed-oss.cpp -o models/seed-oss.o In file included from models/seed-oss.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/smallthinker.cpp -o models/smallthinker.o 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/seed-oss.o] Error 1 In file included from models/smallthinker.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/smallthinker.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/smollm3.cpp -o models/smollm3.o In file included from models/smollm3.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/smollm3.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/stablelm.cpp -o models/stablelm.o In file included from models/stablelm.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/stablelm.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/starcoder.cpp -o models/starcoder.o In file included from models/starcoder.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/starcoder.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/starcoder2.cpp -o models/starcoder2.o In file included from models/starcoder2.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/starcoder2.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/step35.cpp -o models/step35.o In file included from models/step35.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/step35.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/t5.cpp -o models/t5.o In file included from models/t5.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/t5.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/t5encoder.cpp -o models/t5encoder.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/wavtokenizer-dec.cpp -o models/wavtokenizer-dec.o In file included from models/t5encoder.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/t5encoder.o] Error 1 In file included from models/wavtokenizer-dec.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/wavtokenizer-dec.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c models/xverse.cpp -o models/xverse.o In file included from models/xverse.cpp:1: In file included from models/models.h:3: In file included from ./llama-model.h:5: ./llama-graph.h:85:48: error: use of undeclared identifier 'getenv' 85 | const char * LLAMA_GRAPH_INPUT_DEBUG = getenv("LLAMA_GRAPH_INPUT_DEBUG"); | ^~~~~~ ./llama-graph.h:86:43: error: use of undeclared identifier 'atoi' 86 | debug = LLAMA_GRAPH_INPUT_DEBUG ? atoi(LLAMA_GRAPH_INPUT_DEBUG) : 0; | ^~~~ 2 errors generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: models/xverse.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/clip.cpp -o mtmd/clip.o In file included from mtmd/clip.cpp:2: mtmd/clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/mtmd-audio.cpp -o mtmd/mtmd-audio.o 4 warnings generated. In file included from mtmd/mtmd-audio.cpp:1: In file included from mtmd/mtmd-audio.h:4: In file included from mtmd/clip-model.h:5: mtmd/clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/mtmd-helper.cpp -o mtmd/mtmd-helper.o 6 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/mtmd-image.cpp -o mtmd/mtmd-image.o mtmd/mtmd-helper.cpp:535:65: error: use of undeclared identifier 'errno' 535 | LOG_ERR("Unable to open file %s: %s\n", fname, strerror(errno)); | ^~~~~ 1 error generated. make[1]: *** [/data/localhost/ripley/R/R-clang-trunk/etc/Makeconf:197: mtmd/mtmd-helper.o] Error 1 /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/mtmd.cpp -o mtmd/mtmd.o In file included from mtmd/mtmd-image.cpp:1: In file included from mtmd/mtmd-image.h:4: In file included from mtmd/clip-model.h:5: mtmd/clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ In file included from mtmd/mtmd.cpp:2: mtmd/clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 6 warnings generated. 5 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/cogvlm.cpp -o mtmd/models/cogvlm.o In file included from mtmd/models/cogvlm.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/conformer.cpp -o mtmd/models/conformer.o In file included from mtmd/models/conformer.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/deepseekocr.cpp -o mtmd/models/deepseekocr.o In file included from mtmd/models/deepseekocr.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/dotsocr.cpp -o mtmd/models/dotsocr.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/gemma4a.cpp -o mtmd/models/gemma4a.o In file included from mtmd/models/dotsocr.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. In file included from mtmd/models/gemma4a.cpp:8: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/gemma4v.cpp -o mtmd/models/gemma4v.o In file included from mtmd/models/gemma4v.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/glm4v.cpp -o mtmd/models/glm4v.o In file included from mtmd/models/glm4v.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/granite-speech.cpp -o mtmd/models/granite-speech.o In file included from mtmd/models/granite-speech.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/hunyuanocr.cpp -o mtmd/models/hunyuanocr.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/internvl.cpp -o mtmd/models/internvl.o In file included from mtmd/models/hunyuanocr.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. In file included from mtmd/models/internvl.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/kimik25.cpp -o mtmd/models/kimik25.o In file included from mtmd/models/kimik25.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/kimivl.cpp -o mtmd/models/kimivl.o In file included from mtmd/models/kimivl.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/llama4.cpp -o mtmd/models/llama4.o In file included from mtmd/models/llama4.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/llava.cpp -o mtmd/models/llava.o In file included from mtmd/models/llava.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/minicpmv.cpp -o mtmd/models/minicpmv.o In file included from mtmd/models/minicpmv.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/mobilenetv5.cpp -o mtmd/models/mobilenetv5.o In file included from mtmd/models/mobilenetv5.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/nemotron-v2-vl.cpp -o mtmd/models/nemotron-v2-vl.o In file included from mtmd/models/nemotron-v2-vl.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/paddleocr.cpp -o mtmd/models/paddleocr.o In file included from mtmd/models/paddleocr.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/pixtral.cpp -o mtmd/models/pixtral.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/qwen2vl.cpp -o mtmd/models/qwen2vl.o In file included from mtmd/models/pixtral.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. In file included from mtmd/models/qwen2vl.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/qwen3a.cpp -o mtmd/models/qwen3a.o In file included from mtmd/models/qwen3a.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/qwen3vl.cpp -o mtmd/models/qwen3vl.o In file included from mtmd/models/qwen3vl.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/siglip.cpp -o mtmd/models/siglip.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/step3vl.cpp -o mtmd/models/step3vl.o In file included from mtmd/models/siglip.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. In file included from mtmd/models/step3vl.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/whisper-enc.cpp -o mtmd/models/whisper-enc.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/yasa2.cpp -o mtmd/models/yasa2.o In file included from mtmd/models/whisper-enc.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang-trunk/include" -DNDEBUG -I. -I/data/localhost/ripley/R/test-clang/ggmlR/include -DGGML_USE_CPU -Imtmd -Ivendor -include r_llama_compat.h -I'/data/localhost/ripley/R/test-clang/ggmlR/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mtmd/models/youtuvl.cpp -o mtmd/models/youtuvl.o In file included from mtmd/models/yasa2.cpp:4: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. In file included from mtmd/models/youtuvl.cpp:1: In file included from mtmd/models/models.h:3: In file included from mtmd/models/../clip-graph.h:6: mtmd/models/../clip-impl.h:398:23: warning: unused function 'clip_projector_type_from_string' [-Wunused-function] 398 | static projector_type clip_projector_type_from_string(const std::string & str) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:430:13: warning: unused function 'clip_log_callback_default' [-Wunused-function] 430 | static void clip_log_callback_default(enum ggml_log_level level, const char * text, void * user_data) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:464:13: warning: unused function 'clip_log_internal' [-Wunused-function] 464 | static void clip_log_internal(enum ggml_log_level level, const char * format, ...) { | ^~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:564:33: warning: unused function 'string_split_str' [-Wunused-function] 564 | static std::vector string_split_str(std::string s, const std::string & delimiter) { | ^~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:610:20: warning: unused function 'gguf_kv_to_str' [-Wunused-function] 610 | static std::string gguf_kv_to_str(const struct gguf_context * ctx_gguf, int i) { | ^~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:651:13: warning: unused function 'print_tensor_shape' [-Wunused-function] 651 | static void print_tensor_shape(ggml_tensor * t) { | ^~~~~~~~~~~~~~~~~~ mtmd/models/../clip-impl.h:662:13: warning: unused function 'print_tensor_data' [-Wunused-function] 662 | static void print_tensor_data(ggml_tensor * t, uint8_t * data, int64_t n) { | ^~~~~~~~~~~~~~~~~ 7 warnings generated. make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang-trunk/llamaR/src' ERROR: compilation failed for package ‘llamaR’ * removing ‘/data/localhost/ripley/R/packages/tests-clang-trunk/llamaR.Rcheck/llamaR’