Re: [PORTS] NEWBIE needs help - Mailing list pgsql-ports

From Thomas Lockhart
Subject Re: [PORTS] NEWBIE needs help
Date
Msg-id 37EA2DE8.2F50F144@alumni.caltech.edu
Whole thread Raw
In response to NEWBIE needs help  ("Marco Heidenwolf (s660448)" <s660448@tfh-berlin.de>)
List 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@alumni.caltech.edu
South Pasadena, California

pgsql-ports by date:

Previous
From: "Fernando Braga"
Date:
Subject: Generators
Next
From: Bruce Momjian
Date:
Subject: Re: [PORTS] Port Bug Report: calling notify in pl/pgsql proc causes core dump