Return-Path: owner-new-httpd Received: by taz.hyperreal.com (8.6.10/8.6.5) id MAA26310; Mon, 24 Apr 1995 12:58:53 -0700 Received: from zuul.dsndata.com by taz.hyperreal.com (8.6.10/8.6.5) with SMTP id MAA26300; Mon, 24 Apr 1995 12:58:45 -0700 Received: from dsndata.com by zuul.dsndata.com with smtp (Smail3.1.28.1 #5) id m0s3UHC-000A35C; Mon, 24 Apr 95 14:58 WET DST Message-Id: To: new-httpd@hyperreal.com Subject: Re: compilation problem In-reply-to: Your message of "Mon, 24 Apr 1995 20:08:52 +0200." <9504241808.AA12143@Minsk.DoCS.UU.SE> Cc: chris@minsk.docs.uu.se Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 24 Apr 1995 14:58:32 -0500 From: Randy Terbush Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@apache.org > Ron Daniel writes: > > >> >I'm trying to compile Apache for AIX 3.2.5. It crashes on the > >> >declaration > >> > > >> > fd_set readfds > >> > > >> >in stream.c, with the error message > >> > > >> >"stream.c", line 231.5: 1506-045 (S) Undeclared identifier fd_set. > >> > > >> >Could anyone define the type fd_set or give me a hint on how to > >> >proceed? > > > >If memory serves, you need to add the line > >#include to stream .c > > Unfortunately not. It's already there. > > - chris@minsk.docs.uu.se Actually, this should be defined in which is also included in this file. Is it possible that your C preprocessor is not defining the level of POSIX or ANSI compliance necessary to get this definition? I have no access to AIX, but know that this is the case with HPsUX and several others I have encountered.