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
Describe the bug
After git clone the resposity, I went to the Cachelib directory and execute the statement: ./ntrib/build.sh -d -j -v. It ended with an error.
-- Configuring done
CMake Error at allocator/CMakeLists.txt:26 (add_library):
Cannot find source file:
CacheAllocator.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
.hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc
CMake Error at allocator/CMakeLists.txt:26 (add_library):
No SOURCES given to target: cachelib_allocator
CMake Generate step failed. Build files cannot be regenerated correctly.
build-package.sh: error: cmake failed on cachelib
build.sh: error: failed to build cachelib
Screenshots
Another Problem
What should I do to fix it,There really is no CacheAllocator.cpp in the allocator directory.
Moreover, when I run the statement : ./contrib/build.sh -j -T , it showed another problem:
Describe the bug
After git clone the resposity, I went to the Cachelib directory and execute the statement: ./ntrib/build.sh -d -j -v. It ended with an error.
Screenshots
Another Problem
What should I do to fix it,There really is no CacheAllocator.cpp in the allocator directory.
Moreover, when I run the statement : ./contrib/build.sh -j -T , it showed another problem:
Please give me some advice
The text was updated successfully, but these errors were encountered: