cppjieba icon indicating copy to clipboard operation
cppjieba copied to clipboard

limonp/Logging.hpp: No such file or directory

Open DanteIoVeYou opened this issue 2 years ago • 3 comments

limonp not found but QuerySegment.hpp include its files

DanteIoVeYou avatar Nov 21 '22 15:11 DanteIoVeYou

[ 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.

shawn0915 avatar Feb 28 '23 15:02 shawn0915

use command to update submodule git submodule init git submodule update

Qi-Ming avatar Mar 15 '23 06:03 Qi-Ming

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

GoXian avatar Jul 14 '23 02:07 GoXian