|
发表于 2005-6-17 03:41:43
|
显示全部楼层
Post by Sam1860
I've got scim-1.2.3 installed by source code, and there are no error occur.
But when I ./configure in scim-tables-0.5.1 directory. I got the follow error info
- checking for scim >= 1.2.0... Package scim was not found in the pkg-config search path.
- Perhaps you should add the directory containing `scim.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'scim' found
- configure: error: Library requirements (scim >= 1.2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
复制代码
Then, I set the PKG_CONFIG_PATH point to the dir which contain scim.pc and try again. But the error still the same.
Please give me a favor, I cannot input Chinese right now.
My OS is FC4
这个错误是说没有在/usr/lib/pkg-config下找到scim.pc,也就是没有通过这个找到scim的开发库文件,所以就configure不过去了。看看configure --help,会找到相应的选项解决这个问题的。 |
|