ubuntu – 如何找到X11/extensions/XTest.h

我使用ubuntu 10.10,当我编译铬,它说
remoting / host / event_executor_linux.cc:9:致命错误:X11 / extensions / XTest.h:没有这种文件或目录

但我已经安装libx11-dev:

$ sudo apt-get install  libx11-dev
Reading package lists... Done
Building dependency tree       
Reading state @R_523_4045@ion... Done
libx11-dev is already the newest version.
0 upgraded,0 newly installed,0 to remove and 0 not upgraded.

请告诉我如何解决我的问题。

谢谢。

安装libxtst-dev软件包,你就可以编译Chromium源码了。

相关文章

ubuntu退出redis的示例:指定配置文件方式启动源码redis:roo...
ubuntu中mysql改密码忘了的解决方法:1.在终端中切换到root权...
ubuntu安装mysql失败的解决方法原因:可能是原有的MySQL还有...
使用centos和ubuntu建站的区别有以下几点1.CentOS是Linux发行...
ubuntu图形界面和字符界面切换的方法:可以通过快捷键CTRL+A...
ubuntu中重启mysql失败的解决方法1.首先,在ubuntu命令行中,...