Re: [PORTS] NEWBIE needs help

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: "Marco Heidenwolf (s660448)" <s660448(at)tfh-berlin(dot)de>
Cc: pgsql-ports(at)postgreSQL(dot)org
Subject: Re: [PORTS] NEWBIE needs help
Date: 1999-09-23 13:40:56
Message-ID: 37EA2DE8.2F50F144@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

> I have real Problems with install postgres 6.5
> on SCO Open Server 5.0.4
> with the standard procedure i got this errors
> gmake[2]: *** [scan.c] Error 1
> gmake[2]: Leaving directory `/usr/src/pgsql/src/backend/parser'
> gmake[1]: *** [parser.dir] Error 2
> gmake[1]: Leaving directory `/usr/src/pgsql/src/backend'
> gmake: *** [all] Error 2

Install bison and flex, *or* go into src/backend/parser/ and "touch"
both scan.c and gram.c so the make system thinks that they are newer
than the original source files scan.l and gram.y.

I'm suprised that this is happening (it used to all the time, but we
now try to generate scan.c and gram.c to ensure that the dates are
consistant).

Since you are just starting, make sure that you install v6.5.1 or
v6.5.2 to get the latest bugfixes.

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 1999-09-23 17:14:01 Re: [PORTS] Port Bug Report: calling notify in pl/pgsql proc causes core dump
Previous Message Fernando Braga 1999-09-23 11:19:46 Generators