|
我先把scim安装了,之后开始安装skim
但是在configure的时候出错:
Checking for the qt library : qt is in /usr/lib/qt-3.1
Checking for uic : uic was found as /usr/lib/qt-3.1/bin/uic
Checking for moc : moc was found as /usr/lib/qt-3.1/bin/moc
Checking for the qt includes : ok /usr/lib/qt-3.1/include/
Checking for the kde includes : the kde headers were found in /usr/include/kde/
Checking for pkg-config : Not Found
NameError: global name 'PKGCONFIG_VERSION' is not defined:
File "SConstruct", line 107:
env = Environment( REQUIRED_LIBSCIM_VERSION=REQUIRED_SCIM_VERSION, tools=['default', 'generic', 'kde', 'pkg', 'libscim'], toolpath=['./', './bksys'])
File "./scons-local-0.96.1/SCons/Environment.py", line 136:
apply_tools(self, tools, toolpath)
File "./scons-local-0.96.1/SCons/Environment.py", line 62:
env.Tool(tool, toolpath)
File "./scons-local-0.96.1/SCons/Environment.py", line 534:
return SCons.Tool.Tool(tool, map(self.subst, toolpath))(self)
File "./scons-local-0.96.1/SCons/Tool/__init__.py", line 10:
apply(self.generate, ( env, ) + args, kw)
File "./bksys/pkg.py", line 93:
print 'pkg-config >= ' + PKGCONFIG_VERSION + ' not found.'
后来我把pkgconfig用prm安装了,但是还是这个问题。
该如何解决呢?谢谢
系统是FC1 |
|