Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id KAA14365 for postgres-dist; Thu, 25 Nov 1993 10:37:07 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199311251837.KAA14365@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from mailgzrz.TU-Berlin.DE (mailgzrz.TU-Berlin.DE [130.149.4.10]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id KAA14342 for <postgres@nobozo.cs.berkeley.EDU>; Thu, 25 Nov 1993 10:27:06 -0800
Received: from marie.physik.TU-Berlin.DE by mailgzrz.TU-Berlin.DE (5.65c/ZRZ-MX)
          for <postgres@nobozo.cs.berkeley.EDU>
	  id AA00257; Thu, 25 Nov 1993 16:38:58 +0100
Received: by marie.physik.tu-berlin.de (5.65c8/SMI-SVR4)
	id AA07155; Thu, 25 Nov 1993 16:38:43 +0100
Message-Id: <199311251538.AA07155@marie.physik.tu-berlin.de>
Subject: Re: Installation / Linux
To: keichwa@gwdg.de (Karl Eichwalder)
Date: Thu, 25 Nov 93 16:29:25 MET
From: wpp@marie.physik.tu-berlin.de (Kai Petzke)
Cc: postgres@postgres.Berkeley.EDU
In-Reply-To: <9311250828.AA23112@gwdu03.gwdg.de>; from "Karl Eichwalder" at Nov 25, 93 9:28 am
X-Mailer: ELM [version 2.3 PL11]
Content-Type: text
Content-Length: 1309
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Thu, 25 Nov 93 10:37:06 -0800
Resent-XMts: smtp

Hi,

> 
> hi !
> 
> a new Error in /usr/include/regex.h occurs (sorry for annoying you again!):
> 
> $ compiling utils/adt/regexp.c
> $ In file included from regexp.c:23:
> $ /usr/include/regex.h:300: parse error before `size_t'
> $ /usr/include/regex.h:300: warning: no semicolon at end of struct or union
> $ /usr/include/regex.h:307: parse error before `:'
> ...


Yet another excerpt from the file postgres.README (there is an old
and a new version of this file, in this case, only the new version
contains the following.  It is a problem, which occured later due
to changes in /usr/include/regex.h):

    Your /usr/include/regex.h might or might have the line:
    "#include <sys/types.h>. If it does not, be sure to put it either
    in /usr/include/regex.h or ~postgres/src/utils/adt/regexp.c.



> BTW trying to continue compilation i allways receive the message:
> 
> $ File /mnt/data/pub/postgres/obj.linux/support/postgres does not exist.
> 
> which is the target you have to invoke, whenever i intend to continue
> the compilation?

Try to continue using:

	Make everything

If that finally succeeds (I hope so, you have run into all well-known
errors by now), try:

	Make install


> last question this time: where may i find archives of the postgres
> mailing-list?

I do not know, either.

Kai

