码迷,mamicode.com
首页 > 系统相关 > 详细

redshifte编译遇到的错误(ubuntu14.04)

时间:2015-11-22 15:40:25      阅读:300      评论:0      收藏:0      [点我收藏+]

标签:

1.

./bootstrap: 6: ./bootstrap: autopoint: not found

解决方法:

$ sudo apt-get install autopoint

2.

autoreconf: Entering directory `.‘
autoreconf: running: intltoolize --automake --copy --force
Can‘t exec "intltoolize": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345.
autoreconf: failed to run intltoolize: No such file or directory
autoreconf: autopoint is needed because this package uses Gettext

解决方法:

$ sudo apt-get install intltool

3.

autoreconf: Entering directory `.‘
autoreconf: running: intltoolize --automake --copy --force
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.ac:15: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

解决方法:

$ sudo apt-get install libtool

redshifte编译遇到的错误(ubuntu14.04)

标签:

原文地址:http://www.cnblogs.com/LicwStack/p/4985739.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!