You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in starrocks-3.1.15, I changed WITH_STARCACHE to OFF in build.sh, and the compilation still depends on starcache!
if [[ -z ${WITH_STARCACHE} ]]; then WITH_STARCACHE=OFF fi
I've already seen WITH_STARCACHE set to OFF via ccmake,But the compilation still reports a missing starcache header file error.
`
[ 1%] Building CXX object src/agent/CMakeFiles/Agent.dir/task_worker_pool.cpp.o
In file included from /home/beckhuang/workspace/starrocks-3.1.15/be/src/block_cache/block_cache.h:17,
from /home/beckhuang/workspace/starrocks-3.1.15/be/src/common/daemon.cpp:39:
/home/beckhuang/workspace/starrocks-3.1.15/be/src/block_cache/kv_cache.h:20:10: fatal error: starcache/star_cache.h: No such file or directory
20 | #include "starcache/star_cache.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/common/CMakeFiles/Common.dir/build.make:76:src/common/CMakeFiles/Common.dir/daemon.cpp.o] 错误 1
`
The text was updated successfully, but these errors were encountered:
in starrocks-3.1.15, I changed WITH_STARCACHE to OFF in build.sh, and the compilation still depends on starcache!
if [[ -z ${WITH_STARCACHE} ]]; then WITH_STARCACHE=OFF fi
I've already seen WITH_STARCACHE set to OFF via ccmake,But the compilation still reports a missing starcache header file error.
`
[ 1%] Building CXX object src/agent/CMakeFiles/Agent.dir/task_worker_pool.cpp.o
In file included from /home/beckhuang/workspace/starrocks-3.1.15/be/src/block_cache/block_cache.h:17,
from /home/beckhuang/workspace/starrocks-3.1.15/be/src/common/daemon.cpp:39:
/home/beckhuang/workspace/starrocks-3.1.15/be/src/block_cache/kv_cache.h:20:10: fatal error: starcache/star_cache.h: No such file or directory
20 | #include "starcache/star_cache.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/common/CMakeFiles/Common.dir/build.make:76:src/common/CMakeFiles/Common.dir/daemon.cpp.o] 错误 1
`
The text was updated successfully, but these errors were encountered: