编译e17的cvs版本出错!

软件和网站开发以及相关技术探讨
回复
zengsun
帖子: 334
注册时间: 2005-05-17 14:45

编译e17的cvs版本出错!

#1

帖子 zengsun » 2005-09-16 17:35

编译eet时出错了!
zengsun@sun:~/e17/libs/eet$ ./autogen.sh
Running aclocal...
aclocal:configure.in:17: warning: macro `AM_ENABLE_SHARED' not found in library
aclocal:configure.in:18: warning: macro `AM_PROG_LIBTOOL' not found in library
Running autoheader...
Running autoconf...
configure.in:17: error: possibly undefined macro: AM_ENABLE_SHARED
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:18: error: possibly undefined macro: AM_PROG_LIBTOOL
请问这个问题如何解决?
现在还是在学java!
头像
yonsan
帖子: 887
注册时间: 2005-07-01 18:56
来自: 广州市

Re: 编译e17的cvs版本出错!

#2

帖子 yonsan » 2005-09-16 18:25

zengsun 写了:编译eet时出错了!
zengsun@sun:~/e17/libs/eet$ ./autogen.sh
Running aclocal...
aclocal:configure.in:17: warning: macro `AM_ENABLE_SHARED' not found in library
aclocal:configure.in:18: warning: macro `AM_PROG_LIBTOOL' not found in library
Running autoheader...
Running autoconf...
configure.in:17: error: possibly undefined macro: AM_ENABLE_SHARED
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:18: error: possibly undefined macro: AM_PROG_LIBTOOL
请问这个问题如何解决?
请选安装这个包再编译一次,有问题继续...

代码: 全选

apt-get install libtool
zengsun
帖子: 334
注册时间: 2005-05-17 14:45

#3

帖子 zengsun » 2005-09-19 9:06

编译e有问题!
Running aclocal...
aclocal:configure.in:147: warning: macro `AM_GNU_GETTEXT' not found in library
aclocal:configure.in:148: warning: macro `AM_GNU_GETTEXT_VERSION' not found in library
Running autoheader...
Running autoconf...
configure.in:147: error: possibly undefined macro: AM_GNU_GETTEXT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:148: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
zengsun@sun:~/e17/apps/e$ ./autogen.sh
Running aclocal...
aclocal:configure.in:147: warning: macro `AM_GNU_GETTEXT' not found in library
aclocal:configure.in:148: warning: macro `AM_GNU_GETTEXT_VERSION' not found in library
Running autoheader...
Running autoconf...
configure.in:147: error: possibly undefined macro: AM_GNU_GETTEXT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:148: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
现在还是在学java!
头像
yonsan
帖子: 887
注册时间: 2005-07-01 18:56
来自: 广州市

#4

帖子 yonsan » 2005-09-19 9:11

代码: 全选

apt-get install gettext-base gettext liblocale-gettext-perl
I will be back!
zengsun
帖子: 334
注册时间: 2005-05-17 14:45

#5

帖子 zengsun » 2005-09-19 13:31

总算用上e17,
但编译eclair时又出现以下错误:
checking pkg-config is at least version 0.9.0... yes
checking for SQLITE... configure: error: Package requirements (sqlite3) 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 SQLITE_CFLAGS and SQLITE_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
不知如何解决。
现在还是在学java!
zengsun
帖子: 334
注册时间: 2005-05-17 14:45

#6

帖子 zengsun » 2005-09-19 15:10

发现一个问题,在e17中使用命令行:gnome-theme-manager
结果所有gtk程序使用在gnome环境的样式,即使退出程序也没有影响!
有没有办法在e17开始时就使用样式?就像xfce4一样。
现在还是在学java!
头像
leal
帖子: 1119
注册时间: 2005-08-29 14:49
来自: 杭州
联系:

#7

帖子 leal » 2005-09-19 16:12

zengsun 写了:总算用上e17,
但编译eclair时又出现以下错误:
checking pkg-config is at least version 0.9.0... yes
checking for SQLITE... configure: error: Package requirements (sqlite3) 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 SQLITE_CFLAGS and SQLITE_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
不知如何解决。
提示已经说的很清楚了啊,要么装sqlite3,如果已经装了,又没装到标准路径上,那就调整PKG_CONFIG_PATH环境变量。

或者……
用心×恒 | 豆瓣 | 门户 | Blog
zengsun
帖子: 334
注册时间: 2005-05-17 14:45

#8

帖子 zengsun » 2005-09-20 8:43

我装了sqlite3,一样报错。
什么是标准路径?
PKG_CONFIG_PATH 环境变量的值是什么?
现在还是在学java!
回复