From dev-return-15130-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Sat Dec 10 13:49:19 2005 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 17871 invoked from network); 10 Dec 2005 13:49:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Dec 2005 13:49:18 -0000 Received: (qmail 62244 invoked by uid 500); 10 Dec 2005 13:49:17 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 62214 invoked by uid 500); 10 Dec 2005 13:49:17 -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 62203 invoked by uid 99); 10 Dec 2005 13:49:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2005 05:49:17 -0800 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=INFO_TLD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of apr-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2005 05:49:15 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1El54e-00062E-QU for dev@apr.apache.org; Sat, 10 Dec 2005 14:47:40 +0100 Received: from 60-240-221-178.tpgi.com.au ([60.240.221.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Dec 2005 14:47:40 +0100 Received: from paul by 60-240-221-178.tpgi.com.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Dec 2005 14:47:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@apr.apache.org From: "Paul Smedley" Subject: Re: Build problems on OS/2 (apr from Apache2 2.2.0 Date: Sat, 10 Dec 2005 13:47:04 +0000 (UTC) Lines: 39 Message-ID: References: Reply-To: paul@smedley.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 60-240-221-178.tpgi.com.au User-Agent: ProNews/2 V1.56.cp106 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Sat, 10 Dec 2005 13:22:55 UTC, "Paul Smedley" wrote: > Hi All, > Wondering if anyone has some tips on why Apache2 is failing in apr on > OS/2. > > Apache2 2.0.55 is ok with minor tweaks - but obviously the apr > included in Apache2 2.2.0 introduces some functions that break things: > > I'm getting: > support/unix/waitio.c: In function `apr_wait_for_io_or_timeout': > support/unix/waitio.c:80: error: structure has no member named > `pollset' > support/unix/waitio.c:82: error: structure has no member named > `pollset' > support/unix/waitio.c:86: error: structure has no member named > `pollset' > gcc -Zmt -D__EMX__ -DOS2 -Zomf -DTCPV40HDRS -D__ST_MT_ERRNO__ -O2 > -DHAVE_CONFIG_ > H -DOS2 -I./include -IE:/dev/httpd-2.2.0/srclib/apr/include/arch/os2 > -I./include > /arch/unix -IE:/dev/httpd-2.2.0/srclib/apr/include -o > support/unix/waitio.o -c s > upport/unix/waitio.c -Zomf > make.exe[3]: *** [support/unix/waitio.lo] Error 1 > make.exe[3]: Leaving directory `E:/dev/httpd-2.2.0/srclib/apr' > > Any ideas? OK as usual - just after a post I work out why.... /include/arch/os2/apr_arch_file_io.h didn't include pollset in struct apr_file_t -- Cheers, Paul.