Re: Error compiling PostgreSQL 7.4 for Fedora Core 1 - Mailing list pgsql-admin

From Tom Lane
Subject Re: Error compiling PostgreSQL 7.4 for Fedora Core 1
Date
Msg-id 20449.1070786896@sss.pgh.pa.us
Whole thread Raw
In response to Error compiling PostgreSQL 7.4 for Fedora Core 1  (Jonathan Gardner <jgardner@jonathangardner.net>)
List pgsql-admin
Jonathan Gardner <jgardner@jonathangardner.net> writes:
> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
> - -Wmissing-declarations -I. -I../../../src/include -D_GNU_SOURCE   -c -o
> bootstrap.o bootstrap.c
> bootstrap.c:118: error: `F_REGCLASSIN' undeclared here (not in a function)

Hmmm ... this is evidently a variant of ye olde "Gen_fmgrtab.sh script
failed" problem, though I do not understand why you're seeing it in
bootstrap.c when other complainants see effects much earlier in the
build process.  The known reasons for Gen_fmgrtab.sh to fail include
lack of awk or sed on the platform.  But I've never been entirely
convinced that we fully understand the risks here --- can you dig into
it and find out what's failing and why?

            regards, tom lane

pgsql-admin by date:

Previous
From: Jonathan Gardner
Date:
Subject: Error compiling PostgreSQL 7.4 for Fedora Core 1
Next
From: Sai Hertz And Control Systems
Date:
Subject: Auto commit Off how will it effect us ?