From dev-return-20682-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Fri Jun 27 01:38:58 2008 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 28525 invoked from network); 27 Jun 2008 01:38:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jun 2008 01:38:58 -0000 Received: (qmail 31948 invoked by uid 500); 27 Jun 2008 01:38:58 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 31894 invoked by uid 500); 27 Jun 2008 01:38:58 -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 31883 invoked by uid 99); 27 Jun 2008 01:38:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 18:38:58 -0700 X-ASF-Spam-Status: No, hits=3.6 required=10.0 tests=DNS_FROM_OPENWHOIS,FM_FAKE_HELO_VERIZON,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [206.46.252.44] (HELO vms044pub.verizon.net) (206.46.252.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jun 2008 01:38:07 +0000 Received: from black ([71.245.67.80]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K33003BXLUUUQF8@vms044.mailsrvcs.net> for dev@apr.apache.org; Thu, 26 Jun 2008 20:37:42 -0500 (CDT) Received: from bob by black with local (Exim 4.69) (envelope-from ) id 1KC2uD-00076H-Ts for dev@apr.apache.org; Thu, 26 Jun 2008 21:37:41 -0400 Date: Thu, 26 Jun 2008 21:37:41 -0400 From: Bob Rossi Subject: apr 1.3.2 compile fails with mingw/gcc To: dev@apr.apache.org Mail-followup-to: dev@apr.apache.org Message-id: <20080627013741.GC26318@brasko.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Virus-Checked: Checked by ClamAV on apache.org Hi, I tried compiling apr 1.3.2 on mingw just now. I got this compiler error, /bin/sh apr/apr-1.3.2/apr-1.3.2/libtool --silent --mode=compile gcc-sjlj -g -gstabs -Wall -DHAVE_CONFIG_H -D_LARGEFILE64_SOURCE -I./include -Iapr/apr-1.3.2/apr-1.3.2/include/arch/win32 -I./include/arch/unix -Iapr/apr-1.3.2/apr-1.3.2/include/arch/unix -Iapr/apr-1.3.2/apr-1.3.2/include -o dso/win32/dso.lo -c dso/win32/dso.c && touch dso/win32/dso.lo In file included from apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_file_io.h:29, from dso/win32/dso.c:20: apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:419: error: expected declaration specifiers or '...' before 'LPPROCESSENTRY32W' apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:419: error: expected declaration specifiers or '...' before 'LPPROCESSENTRY32W' apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h: In function 'apr_winapi_Process32FirstW': apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:419: error: 'lppe' undeclared (first use in this function) apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:419: error: (Each undeclared identifier is reported only once apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:419: error: for each function it appears in.) apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:419: error: too many arguments to function 'apr_winapi_pfn_Process32FirstW' apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h: At top level: apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:428: error: expected declaration specifiers or '...' before 'LPPROCESSENTRY32W' apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:428: error: expected declaration specifiers or '...' before 'LPPROCESSENTRY32W' apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h: In function 'apr_winapi_Process32NextW': apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:428: error: 'lppe' undeclared (first use in this function) apr/apr-1.3.2/apr-1.3.2/include/arch/win32/apr_arch_misc.h:428: error: too many arguments to function 'apr_winapi_pfn_Process32NextW' make[1]: *** [dso/win32/dso.lo] Error 1 make[1]: Leaving directory `apr/apr-1.3.2/apr-1.3.2' make: *** [all-recursive] Error 1 configure: error: "make failed with a non-zero exit code 2." See `config.log' for more details. Is this a known issue? I can give more details if not. Thanks, Bob Rossi