编译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
请问这个问题如何解决?
编译e17的cvs版本出错!
-
- 帖子: 334
- 注册时间: 2005-05-17 14:45
编译e17的cvs版本出错!
现在还是在学java!
- yonsan
- 帖子: 887
- 注册时间: 2005-07-01 18:56
- 来自: 广州市
Re: 编译e17的cvs版本出错!
请选安装这个包再编译一次,有问题继续...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
-
- 帖子: 334
- 注册时间: 2005-05-17 14:45
编译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
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
- 来自: 广州市
-
- 帖子: 334
- 注册时间: 2005-05-17 14:45
总算用上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.
不知如何解决。
但编译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!
-
- 帖子: 334
- 注册时间: 2005-05-17 14:45
- leal
- 帖子: 1119
- 注册时间: 2005-08-29 14:49
- 来自: 杭州
- 联系:
提示已经说的很清楚了啊,要么装sqlite3,如果已经装了,又没装到标准路径上,那就调整PKG_CONFIG_PATH环境变量。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.
不知如何解决。
或者……