Namazu-devel-ja(旧)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I can't build CVS
- From: Kenji Suzuki <kenji@xxxxxxxxxxxxxxxx>
- Date: Fri, 21 Mar 2003 21:29:20 +0900
- X-ml-name: namazu-devel-ja
- X-mail-count: 02777
Kenji です。
いつからかわかりませんが、最近、Vine 2.6 の環境で HEAD が make できなく
なってしまいました。autogen.sh を実行すると、以下のようなメッセージが
出ます。
Please use AM_GNU_GETTEXT([external]) in order to cause autoconfiguration
to look for an external libintl.
Please create po/Makevars from the template in po/Makevars.template.
You can then remove po/Makevars.template.
Please run 'automake m4/Makefile' to create m4/Makefile.in
Please run 'aclocal -I m4' to regenerate the aclocal.m4 file.
You need aclocal from GNU automake 1.5 (or newer) to do this.
Then run 'autoconf' to regenerate the configure file.
Please change src/Makefile.am to use @LTLIBINTL@ or @LIBINTL@ instead of
@INTLLIBS@. Which one, depends whether it is used with libtool or not.
@INTLLIBS@ will go away.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.
You might also want to copy the convenience header file gettext.h
from the /usr/share/gettext directory into your package.
It is a wrapper around <libintl.h> that implements the configure --disable-nls
option.
Press Return to acknowledge the previous 7 paragraphs.
で、Enter を押して進むと、
creating intl/Makefile
sed: can't read ./intl/Makefile.in: No such file or directory
という error が出ます。
// Kenji