当前位置: 技术问答>linux和unix
安装gtkterm时候遇到的问题
来源: 互联网 发布时间:2015-11-07
本文导语: 我在安装gtkterm的时候 ./configure ........ 然后就遇到了如下的输出 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for TERMINAL_WIDGET... Package vte was not found in the pkg-config sea...
我在安装gtkterm的时候
./configure
........
然后就遇到了如下的输出
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TERMINAL_WIDGET... Package vte was not found in the pkg-config search path.
Perhaps you should add the directory containing `vte.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vte' found
configure: error: Package requirements (vte >= 0.10.4) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively you may set the TERMINAL_WIDGET_CFLAGS and TERMINAL_WIDGET_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
[root@localhost gtkterm-0.99.5]#
这怎么解决啊
我的系统是32位的 Redhat Linux 9.0
谢谢兄弟们了
./configure
........
然后就遇到了如下的输出
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TERMINAL_WIDGET... Package vte was not found in the pkg-config search path.
Perhaps you should add the directory containing `vte.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vte' found
configure: error: Package requirements (vte >= 0.10.4) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively you may set the TERMINAL_WIDGET_CFLAGS and TERMINAL_WIDGET_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
[root@localhost gtkterm-0.99.5]#
这怎么解决啊
我的系统是32位的 Redhat Linux 9.0
谢谢兄弟们了
|
报告说缺少vte包.到安装盘上找一下.你是否安装的时候没有选择gnome开发相关的包?
建议使用一个比较新的发行版,这样兼容性问题会少一些. 安装的时候最好把开发相关的包都安装.
建议fedora core4或者suse 10
建议使用一个比较新的发行版,这样兼容性问题会少一些. 安装的时候最好把开发相关的包都安装.
建议fedora core4或者suse 10
|
装vte后再安装。
|
用rpm -l vte-0.10.25-1.i386.rpm | grep vte.pc,看看是否有这个文件?