Return-Path: Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Delivered-To: mailing list dev@apr.apache.org Received: (qmail 57013 invoked from network); 3 Dec 2000 11:07:22 -0000 Received: from kurgan.lyra.org (198.144.203.198) by locus.apache.org with SMTP; 3 Dec 2000 11:07:22 -0000 Received: (from gstein@localhost) by kurgan.lyra.org (8.9.3/8.9.3) id DAA03562; Sun, 3 Dec 2000 03:09:36 -0800 X-Authentication-Warning: kurgan.lyra.org: gstein set sender to gstein@lyra.org using -f Date: Sun, 3 Dec 2000 03:09:36 -0800 From: Greg Stein To: Sam TH , dev@apr.apache.org Subject: Re: BeOS socket compilation stuff Message-ID: <20001203030936.Y27216@lyra.org> Mail-Followup-To: Sam TH , dev@apr.apache.org References: <20001203023902.A6982@uchicago.edu> <20001203012628.N27216@lyra.org> <20001203033912.A10429@uchicago.edu> <20001203021143.R27216@lyra.org> <20001203045245.E10844@uchicago.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20001203045245.E10844@uchicago.edu>; from sam@uchicago.edu on Sun, Dec 03, 2000 at 04:52:45AM -0600 X-URL: http://www.lyra.org/greg/ X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Gotcha! The patch to unix/sockaddr.c has been applied (rather than the Makefile.in change) Cheers, -g On Sun, Dec 03, 2000 at 04:52:45AM -0600, Sam TH wrote: >... > Here's the include chain. > > network_io/beos/sockaddr.c > includes > network_io/unix/sockaddr.c > includes > network_io/unix/sa_common.c > > It's the last part that causes trouble. Another possible solution is > this patch: > > Index: sockaddr.c > =================================================================== > RCS file: /home/cvspublic/apr/network_io/unix/sockaddr.c,v > retrieving revision 1.25 > diff -u -r1.25 sockaddr.c > --- sockaddr.c 2000/12/01 18:47:31 1.25 > +++ sockaddr.c 2000/12/03 10:51:59 > @@ -69,4 +69,4 @@ > } > > /* included here to allow us to use local_addr */ > -#include "sa_common.c" > +#include "../unix/sa_common.c" > > I haven't tested that, but it should fix the problem. Whichever one > you want. > > sam th > sam@uchicago.edu > http://www.abisource.com/~sam/ > GnuPG Key: > http://www.abisource.com/~sam/key -- Greg Stein, http://www.lyra.org/