Namazu-devel-ja(旧)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new-autotoolsブランチ
臼田です
先般のmailでのgm4が見つけられないという件は私の勘違いでした。
しばらくNamazuのbuildしていないうちにchroot環境のなにかを変えたのか
なぜかstableのautogen.shも失敗するようになっていました。
すみません。
knok@xxxxxxxxxxxxx wrote:
> At Wed, 05 Nov 2003 15:57:04 +0900,
> knok@xxxxxxxxxxxxx wrote:
> > さらにいじってみているのですが、一つ重要な問題に気付きました。外部に
> > インストールされた gettext が利用可能なように、
> > AM_GNU_GETTEXT([external]) を指定しているのですが、これは automake
> > 1.4-p6 では扱えないようです...
> > automake は 1.6 にすべきかもしれません。
>
> より正確には 1.6.3 からのようでした。
>
> とりあえず、build ができる程度にはなったと思いますので、可能な方は試
> していただけますでしょうか。
FreeBSD4.8Rのpackagesで揃えたものにautomake1.6.3を入れて試しました
GNU m4 m4-1.4_1
autoconf-2.53_1
automake-1.6.3
gettext-0.11.5_1
libtool-1.3.4_4 (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57)
うまくいきませんでした。
全メッセージを付けておきます。
bash$ ./autogen.sh
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.
Generating configure script and Makefiles for Namazu.
Running libtoolize...
Using `AC_PROG_RANLIB' is rendered obsolete by `AM_PROG_LIBTOOL'
Running aclocal ...
Running autoheader...
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':
WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])
WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
configure.in:320: warning: AC_CONFIG_SUBDIRS: you should use literals
autoheader: `config.h.in' is unchanged
Running automake ...
aclocal.m4:1483: required file `./ABOUT-NLS' not found
Running autoconf ...
Generating configure script and Makefiles for TkNamazu.
Running aclocal ...
Running automake ...
Running autoconf ...
Configuring Namazu.
Running $./configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... ye
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking whether make sets ${MAKE}... (cached) yes
checking for strerror in -lcposix... no
checking build system type... i386-unknown-freebsdelf4.8
checking host system type... i386-unknown-freebsdelf4.8
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
loading cache /dev/null within ltconfig
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
Now type 'make' to compile Namazu.
bash$