GTK+ 编译问题

GTK+ 编译问题

当我尝试编译时吉特曼 2.00 我收到以下错误:

$ ./configure

checking for GTK+ - version >= 2.4.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: No GTK found. Set the path right or install it.

有什么问题?

答案1

尝试使用以下命令:

./configure --with-gtk2

真的行。

答案2

这是因为您没有构建依赖项来构建包。请运行:

sudo apt-get build-dep gtimer

您必须确保deb-src您的 中有存储库sources.list

另一方面,该软件包已包含在 Ubuntu 的存储库中,请考虑安装这些存储库而不是自行构建。

相关内容