分页: 1 / 1
编译e17的cvs版本出错!
发表于 : 2005-09-16 17:35
由 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
请问这个问题如何解决?
Re: 编译e17的cvs版本出错!
发表于 : 2005-09-16 18:25
由 yonsan
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
发表于 : 2005-09-19 9:06
由 zengsun
编译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
发表于 : 2005-09-19 9:11
由 yonsan
代码: 全选
apt-get install gettext-base gettext liblocale-gettext-perl
发表于 : 2005-09-19 13:31
由 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.
不知如何解决。
发表于 : 2005-09-19 15:10
由 zengsun
发现一个问题,在e17中使用命令行:gnome-theme-manager
结果所有gtk程序使用在gnome环境的样式,即使退出程序也没有影响!
有没有办法在e17开始时就使用样式?就像xfce4一样。
发表于 : 2005-09-19 16:12
由 leal
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环境变量。
或者……
发表于 : 2005-09-20 8:43
由 zengsun
我装了sqlite3,一样报错。
什么是标准路径?
PKG_CONFIG_PATH 环境变量的值是什么?