Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 39977 invoked from network); 2 Sep 2006 14:53:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2006 14:53:12 -0000 Received: (qmail 61045 invoked by uid 500); 2 Sep 2006 14:53:10 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 61013 invoked by uid 500); 2 Sep 2006 14:53:10 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 61002 invoked by uid 99); 2 Sep 2006 14:53:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Sep 2006 07:53:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [217.160.230.41] (HELO mout.perfora.net) (217.160.230.41) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Sep 2006 07:53:07 -0700 Received: from [204.251.225.15] (helo=[127.0.0.1]) by mrelay.perfora.net (node=mrelayus0) with ESMTP (Nemesis), id 0MKoyl-1GJWrV2ekR-0002LC; Sat, 02 Sep 2006 10:52:46 -0400 Message-ID: <44F99AA6.3000400@OutOfHanwell.com> Date: Sat, 02 Sep 2006 09:52:22 -0500 From: Matthias Miller User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: dev@apr.apache.org Subject: compiling apr-iconv with msys/mingw Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: perfora.net abuse@perfora.net login:788da5e1ebef1354136322b657fb43ab X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've successfully compiled apr with msys/mingw and am trying to compile apr-iconv from the trunk. I'm getting the following error: libtool --silent --mode=compile gcc -g -O0 -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -I/c/src/apr-iconv/lib -I/c/src/apr-iconv/include -I/usr/local/include -o iso-8859-1.lo -c iso-8859-1.c && touch iso-8859-1.lo iso-8859-1.c:134: error: initializer element is not constant iso-8859-1.c:134: error: (near initialization for `iconv_module.imd_event') Any ideas? Thanks. -Matthias Miller