Commit finished?

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>, tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Commit finished?
Date: 2000-11-14 21:00:02
Message-ID: 20001114150001.A8255@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Trying to get my FreeBSD box (lerbsd.lerctr.org, 4.2-BETA) up on
current sources. Got this error:
make[3]: Entering directory `/home/ler/pg-dev/src/backend/parser'
cc -O2 -m486 -pipe -Wall -Wmissing-prototypes -Wmissing-declarations
-Wno-error
-I/usr/local/include -I../../../src/include -c -o keywords.o
keywords.c
keywords.c:250: `TEMPLATE' undeclared here (not in a function)
keywords.c:250: initializer element is not constant
keywords.c:250: (near initialization for `ScanKeywords[217].value')
gmake[3]: *** [keywords.o] Error 1
gmake[3]: Leaving directory `/home/ler/pg-dev/src/backend/parser'
gmake[2]: *** [parser-recursive] Error 2
gmake[2]: Leaving directory `/home/ler/pg-dev/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/ler/pg-dev/src'
gmake: *** [all] Error 2
$

Tom,
Is the template0/1 stuff all in?

LER

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-11-14 21:07:31 Re: Commit finished?
Previous Message Peter Eisentraut 2000-11-14 20:44:27 Re: Syslog Facility Patch