yanyiwu / cppjieba

"结巴"中文分词的C++版本
MIT License
2.57k stars 690 forks source link

limonp/Logging.hpp: No such file or directory #173

Open DanteIoVeYou opened 1 year ago

DanteIoVeYou commented 1 year ago

limonp not found but QuerySegment.hpp include its files

shawn0915 commented 1 year ago
[ 16%] Building CXX object test/CMakeFiles/demo.dir/demo.cpp.o
In file included from /root/cppjieba/include/cppjieba/Jieba.hpp:4:0,
                 from /root/cppjieba/test/demo.cpp:1:
/root/cppjieba/include/cppjieba/QuerySegment.hpp:7:30: fatal error: limonp/Logging.hpp: No such file or directory
 #include "limonp/Logging.hpp"
                              ^
compilation terminated.
make[2]: *** [test/CMakeFiles/demo.dir/demo.cpp.o] Error 1
make[1]: *** [test/CMakeFiles/demo.dir/all] Error 2

same error.

Qi-Ming commented 1 year ago

use command to update submodule git submodule init git submodule update

GoXian commented 1 year ago

在这里 https://github.com/yanyiwu/cppjieba