bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] patch for problem building tar 1.13.93 on Debian GNU/Linux 3.0


From: Paul Eggert
Subject: [Bug-tar] patch for problem building tar 1.13.93 on Debian GNU/Linux 3.0r1
Date: 23 Feb 2004 14:41:08 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Here's the problem I had:

gcc -DHAVE_CONFIG_H -I. -I../../tar-1.13.93/src -I.. -I../../tar-1.13.93/lib 
-I../lib     -g -O2 -c ../../tar-1.13.93/src/utf8.c
../../tar-1.13.93/src/utf8.c:283: parse error before `ICONV_CONST'

I installed this patch:

2004-02-23  Paul Eggert  <address@hidden>

        * configure.ac: Invoke AM_ICONV, to define ICONV_CONST if needed.

Index: configure.ac
===================================================================
RCS file: /cvsroot/tar/tar/configure.ac,v
retrieving revision 1.29
diff -p -u -r1.29 configure.ac
--- configure.ac        22 Feb 2004 20:51:10 -0000      1.29
+++ configure.ac        23 Feb 2004 22:28:59 -0000
@@ -273,6 +273,7 @@ AM_GNU_GETTEXT([external], [need-ngettex
 AM_GNU_GETTEXT_VERSION(0.12.1)
 
 # Iconv
+AM_ICONV
 AC_CHECK_HEADERS(iconv.h,
                  [AC_CHECK_TYPE(iconv_t,:,
                                 AC_DEFINE(iconv_t, int,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]