页次: 1
用yaourt安装的,出错提示包含以下部分,希望懂编程的人能够帮忙解决一下。
==> 正在检查运行时依赖关系...
==> 正在检查编译时依赖关系
==> 获取源代码...
==> 解压缩源码...
==> 正在进入 fakeroot 环境...
==> 正在开始 build()...
==> Starting make...
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:6 (FIND_PACKAGE):
Could not find module FindFcitx.cmake or a configuration file for package
Fcitx.
Adjust CMAKE_MODULE_PATH to find FindFcitx.cmake or set Fcitx_DIR to the
directory containing a CMake configuration file for Fcitx. The file will
have one of the following names:
FcitxConfig.cmake
fcitx-config.cmake
-- checking for module 'sunpinyin-2.0 >= 2.0.4'
-- package 'sunpinyin-2.0 >= 2.0.4' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
src/CMakeLists.txt:3 (PKG_CHECK_MODULES)
CMake Error at src/CMakeLists.txt:17 (fcitx_add_addon):
Unknown CMake command "fcitx_add_addon".
-- Configuring incomplete, errors occurred!
==> 错误: 在 build() 中发生一个错误。
正在放弃...
==> ERROR: Makepkg was unable to build fcitx-sunpinyin-hg.
一切有为法,如梦幻泡影。
离线
sunpinyin没有安装。
sudo pacman -S sunpinyin
然后再安装fcitx-sunpinyin-hg
离线
phoenixlzx,很感谢您的回答:
sunpinyin没有安装。
sudo pacman -S sunpinyin
然后再安装fcitx-sunpinyin-hg
这个我装过了,连fcitx都装了,还是不行,编译出错。
一切有为法,如梦幻泡影。
离线
离线
问题在这里吧
checking for module 'sunpinyin-2.0 >= 2.0.4'
-- package 'sunpinyin-2.0 >= 2.0.4' not found
源里的fcitx刚已升级到4.1了,也许你该试试aur里的sunpinyin-git
喵~Zz
离线
原来问题出在fcitx和sunpinyin上,而不是代码上,在phoenixlzx和majia321的指引下现在已经成功安装了,非常感谢二位。
一切有为法,如梦幻泡影。
离线
页次: 1