Tencent / DCache

A distributed in-memory NOSQL system based on TARS framework, support LRU algorithm and data persists on back-end database. Users can easily deploy, publish, and scale services on the web interface.
Other
747 stars 192 forks source link

cmake error #83

Open wangweiwei1188 opened 2 years ago

wangweiwei1188 commented 2 years ago

error msg:

CMake Error at CMakeLists.txt:15 (include): include could not find requested file:

/usr/local/tars/cpp/makefile/tars-tools.cmake

CMake Error at src/ConfigServer/CMakeLists.txt:3 (gen_server): Unknown CMake command "gen_server".

Pireirik commented 2 years ago

安装Tars框架的时候修改过默认安装路径吗?有的话需要修改DCache根目录下的CMakeLists.txt文件的第15行的tars-tools.cmake文件所在目录;如果没有修改默认安装路径的话需要检查下Tars框架中的tarscpp是否安装成功

ruanshudong commented 2 years ago

tarscpp没编译安装?