|
发表于 2019-10-22 12:21:33
|
显示全部楼层
有没有在ubuntu19.04上编译成功的?
我在ubuntu1904上编译,先编译libunispim,按照错误提示,下载了一大堆库文件,最后编译成功,有一个警告信息。但是在编译ibus-unispin时,提示找不到 libunispim 模块就不知道怎么办了。
make
mkdir -p build
(cd build; cmake -DCMAKE_INSTALL_PREFIX=/usr -DDESTDIR= .. && make)
-- Checking for module 'liblunispim'
-- No package 'liblunispim' found
CMake Error at /usr/share/cmake-3.13/Modules/FindPkgConfig.cmake:452 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.13/Modules/FindPkgConfig.cmake:622 (_pkg_check_modules_internal)
CMakeLists.txt:18 (pkg_check_modules)
-- Configuring incomplete, errors occurred!
See also "/home/lpl/tmp/ibus-lunispim-master/build/CMakeFiles/CMakeOutput.log".
make: *** [Makefile:12:ibus-engine-lunispim] 错误 1 |
|