Re: [HACKERS] Cannot compile postgresql 6.3

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: teo(at)flex(dot)ro (Constantin Teodorescu)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Cannot compile postgresql 6.3
Date: 1998-02-25 14:24:13
Message-ID: 199802251424.JAA01690@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> -I/usr/include/readline -O2 -Wall -Wmissing-prototypes -I..
> -Wno-error -c bootstrap.c -o bootstrap.o
> bootstrap.c:160: `F_BOOLIN' undeclared here (not in a function)
> bootstrap.c:160: initializer element for `Procid[0].inproc' is not
> constant
> bootstrap.c:160: `F_BOOLOUT' undeclared here (not in a function)
> bootstrap.c:160: initializer element for `Procid[0].outproc' is not
> constant
> bootstrap.c:161: `F_BYTEAIN' undeclared here (not in a function)
> bootstrap.c:161: initializer element for `Procid[1].inproc' is not
> constant
> bootstrap.c:161: `F_BYTEAOUT' undeclared here (not in a function)
> bootstrap.c:161: initializer element for `Procid[1].outproc' is not
> constant
> bootstrap.c:162: `F_CHARIN' undeclared here (not in a function)
> bootstrap.c:162: initializer element for `Procid[2].inproc' is not
> constant
> ...
> there are a lot more, and compiling is stopping.

My guess is that the backend/fmgr.h file is not being created properly
by utils/Gen_fmgrtab.sh file. Can you check on this? Look for errors
earlier in the compile. I assume you did a make clean first.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-25 14:28:10 Re: [QUESTIONS] How fully will subselects be implemented?
Previous Message Bruce Momjian 1998-02-25 14:17:19 Re: [HACKERS] Running pgindent\