From dev-return-13003-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu Oct 14 19:17:46 2004 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 89912 invoked from network); 14 Oct 2004 19:17:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Oct 2004 19:17:46 -0000 Received: (qmail 85622 invoked by uid 500); 14 Oct 2004 19:17:44 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 85477 invoked by uid 500); 14 Oct 2004 19:17:43 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 85463 invoked by uid 99); 14 Oct 2004 19:17:43 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_40_50,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Subject: APR 1.0.0 and CYGWIN Date: Thu, 14 Oct 2004 15:17:40 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4B222.798BA5DE" Message-ID: <5638BB7F71ECE64081000912579CB2ED0A106E@prine.may.local> Content-class: urn:content-classes:message X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 X-MS-TNEF-Correlator: Thread-Topic: APR 1.0.0 and CYGWIN thread-index: AcSyIiZjBsl+wIeXReaellrbhv/j/QAADJ1Q From: "Daniel May" To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C4B222.798BA5DE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I was unable to build ARP-1.0.0 on CYGWIN. I get the following error: =20 $ make make[1]: Entering directory `/cygdrive/y/spryware/apr/apr-1.0.0' /bin/bash /cygdrive/y/spryware/apr/apr-1.0.0/libtool --silent --mode=3Dcompile gcc -g -O2 -DHAVE_CON FIG_H -DCYGWIN -I./include -I/cygdrive/y/spryware/apr/apr-1.0.0/include/arch/unix -I./include/arch /unix -I/cygdrive/y/spryware/apr/apr-1.0.0/include -o network_io/unix/sockopt.lo -c network_io/unix /sockopt.c && touch network_io/unix/sockopt.lo network_io/unix/sockopt.c: In function `apr_socket_opt_set': network_io/unix/sockopt.c:135: error: `ttllevel' undeclared (first use in this function) network_io/unix/sockopt.c:135: error: (Each undeclared identifier is reported only once network_io/unix/sockopt.c:135: error: for each function it appears in.) network_io/unix/sockopt.c:136: error: `ttl' undeclared (first use in this function) make[1]: *** [network_io/unix/sockopt.lo] Error 1 make[1]: Leaving directory `/cygdrive/y/spryware/apr/apr-1.0.0' make: *** [all-recursive] Error 1 =20 Daniel May ------_=_NextPart_001_01C4B222.798BA5DE Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
I was = unable to=20 build ARP-1.0.0 on CYGWIN.  I get the following = error:
 
$ = make
make[1]:=20 Entering directory `/cygdrive/y/spryware/apr/apr-1.0.0'
/bin/bash=20 /cygdrive/y/spryware/apr/apr-1.0.0/libtool --silent --mode=3Dcompile gcc = -g=20 -O2   -DHAVE_CON
FIG_H -DCYGWIN   -I./include=20 -I/cygdrive/y/spryware/apr/apr-1.0.0/include/arch/unix = -I./include/arch
/unix=20 -I/cygdrive/y/spryware/apr/apr-1.0.0/include  -o = network_io/unix/sockopt.lo=20 -c network_io/unix
/sockopt.c && touch=20 network_io/unix/sockopt.lo
network_io/unix/sockopt.c: In function=20 `apr_socket_opt_set':
network_io/unix/sockopt.c:135: error: = `ttllevel'=20 undeclared (first use in this = function)
network_io/unix/sockopt.c:135: error:=20 (Each undeclared identifier is reported only=20 once
network_io/unix/sockopt.c:135: error: for each function it = appears=20 in.)
network_io/unix/sockopt.c:136: error: `ttl' undeclared (first = use in=20 this function)
make[1]: *** [network_io/unix/sockopt.lo] Error = 1
make[1]:=20 Leaving directory `/cygdrive/y/spryware/apr/apr-1.0.0'
make: ***=20 [all-recursive] Error 1
 
Daniel = May
------_=_NextPart_001_01C4B222.798BA5DE--