[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bino-list] compiling 1.4.2
From: |
Martin Lambers |
Subject: |
Re: [Bino-list] compiling 1.4.2 |
Date: |
Thu, 12 Sep 2013 22:00:33 +0200 |
Hi Torsten!
On Thu, 12 Sep 2013 21:47:05 +0200, Torsten Mohr wrote:
> schleim:/tmp/bino_20130912/bino # autoreconf -i
> configure.ac:103: warning: macro 'AM_ICONV' not found in library
> configure.ac:131: warning: macro 'AM_ICONV' not found in library
> configure.ac:135: warning: macro 'AM_GNU_GETTEXT' not found in library
> configure.ac:103: error: possibly undefined macro: AM_ICONV
> If this token and others are legitimate, please use
> m4_pattern_allow. See the Autoconf documentation.
> configure.ac:135: error: possibly undefined macro: AM_GNU_GETTEXT
> autoreconf: /usr/bin/autoconf failed with exit status: 1
You need to install the gettext development packages. These provide the
AM_ICONV and AM_GETTEXT macros.
Martin