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