您尚未登录。

#1 2011-09-03 19:28:43

yichenburan
会员
注册时间: 2011-09-03
帖子: 35

archlinux安装fcitx-sunpinyin-hg编译出错(已解决)

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

一切有为法,如梦幻泡影。

离线

#2 2011-09-03 20:13:58

phoenixlzx
晩ご飯だよー
注册时间: 2011-08-19
帖子: 1,789
个人网站

Re: archlinux安装fcitx-sunpinyin-hg编译出错(已解决)

sunpinyin没有安装。

sudo pacman -S sunpinyin

然后再安装fcitx-sunpinyin-hg

离线

#3 2011-09-03 20:42:35

yichenburan
会员
注册时间: 2011-09-03
帖子: 35

Re: archlinux安装fcitx-sunpinyin-hg编译出错(已解决)

phoenixlzx,很感谢您的回答:

phoenixlzx 说:

sunpinyin没有安装。

sudo pacman -S sunpinyin

然后再安装fcitx-sunpinyin-hg

这个我装过了,连fcitx都装了,还是不行,编译出错。


一切有为法,如梦幻泡影。

离线

#4 2011-09-03 20:44:02

phoenixlzx
晩ご飯だよー
注册时间: 2011-08-19
帖子: 1,789
个人网站

Re: archlinux安装fcitx-sunpinyin-hg编译出错(已解决)

不要装fcitx,要装fcitx-hg,两个是冲突的。

离线

#5 2011-09-03 20:49:54

majia321
会员
注册时间: 2011-08-20
帖子: 53

Re: archlinux安装fcitx-sunpinyin-hg编译出错(已解决)

问题在这里吧
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

离线

#6 2011-09-03 22:31:25

yichenburan
会员
注册时间: 2011-09-03
帖子: 35

Re: archlinux安装fcitx-sunpinyin-hg编译出错(已解决)

原来问题出在fcitx和sunpinyin上,而不是代码上,在phoenixlzx和majia321的指引下现在已经成功安装了,非常感谢二位。


一切有为法,如梦幻泡影。

离线

页脚