Re: [HACKERS] Cannot compile postgresql 6.3

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

Bruce Momjian wrote:
>
> > -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

> 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.

Yes. someone told me that he had the same problem due to 'cpp' missing
in path.
I have found 'cpp' , put it into the path, re-make all the compilation
and everything is ok now.

But "configure" (that is executing Gen_fmgrtab.sh) didn't detect that
cpp wasn't found.
I presume that "configure" must check if 'cpp' is available and report
the error.
In my case, he didn't report any error !!!

--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-02-25 15:09:19 Re: [QUESTIONS] This mailing list and others (was re subselects)
Previous Message The Hermit Hacker 1998-02-25 15:05:56 Solaris/i386 - Confirmed