LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1086|回复: 3

pkg-config in configure skim

[复制链接]
发表于 2007-9-19 18:57:35 | 显示全部楼层 |阅读模式
I have already install scim , scim-table and scim-pinyin

robin@slackware:/tmp/skim-1.4.5$ ./configure
Checking for Python               :  /usr/bin/python
Checking for SCons                :  Use Bundled scons.
Checking for kde-config           :  kde-config was found
Checking for kde version          :  3.5.7
Checking for the qt library       :  qt is in /usr/lib/qt
Checking for uic                  :  uic was found as /usr/lib/qt/bin/uic
Checking for moc                  :  moc was found as /usr/lib/qt/bin/moc
Checking for the qt includes      :  ok /usr/lib/qt/include/
Checking for the kde includes     :  ok /usr/include
Checking for scim >= 1.4.4 ...  Not Found
Checking for scim-x11utils ...  Not Found
scim >= 1.4.4 was not found (mandatory).
Perhaps you should add the directory containing "scim.pc"
to the PKG_CONF

robin@slackware:/tmp/skim-1.4.5$ $PKG_CONFIG_PATH
-sh: /usr/lib/pkgconfig/: is a directory

robin@slackware:/tmp/skim-1.4.5$ ls /usr/lib/pkgconfig/ | grep scim
scim-x11utils.pc
scim.pc

robin@slackware:/tmp/skim-1.4.5$ pkg-config --cflags scim
-I/usr/scim/include/scim-1.0

What's the problem?
I don't know how to solve this problem
Thanks!
发表于 2007-9-21 17:12:13 | 显示全部楼层
Skim uses scons script to build. What I did last time for skim 1.4.5:

scons configure prefix=/usr
scons -j3
mkdir -p /usr/lib/pkgconfig
cp skim.pc /usr/lib/pkgconfig/
scons install DESTDIR=/your/dest
makepkg skim-1.4.5-i686-1xc.tgz
installpkg skim-1.4.5-i686-1xc.tgz
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-9-21 19:07:29 | 显示全部楼层
Thanks, I have solved the problem
But now I can not launch scim with kde start
回复 支持 反对

使用道具 举报

发表于 2007-9-24 18:13:52 | 显示全部楼层
Any errors? did you try to manually start skim?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表