Re: [HACKERS] postgresql-7.4 make error: tuptoaster.c: In function

2003-12-05 Thread Tom Lane
"Roderick A. Anderson" <[EMAIL PROTECTED]> writes: >> tuptoaster.c: In function `toast_delete_datum': >> tuptoaster.c:973: `F_OIDEQ' undeclared (first use in this function) > I ran into the same thing when working with RPMs and the tarball(s). This suggests that the shell script src/backend/uti

Re: [HACKERS] postgresql-7.4 make error: tuptoaster.c: In function

2003-12-05 Thread Roderick A. Anderson
On Fri, 2 Jan 2004, julius wrote: > im not sure if this is the correct mailing list, please correct me if it is not. > my gcc is version 3.2, configure runs fine i deativated readline-support...but this > error occours: > > gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declar

[HACKERS] postgresql-7.4 make error: tuptoaster.c: In function `toast_delete_datum'

2003-12-05 Thread julius
im not sure if this is the correct mailing list, please correct me if it is not. my gcc is version 3.2, configure runs fine i deativated readline-support...but this error occours: gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -D_GNU_SOUR

Re: [HACKERS] postgresql-7.4 make error: tuptoaster.c: In function `toast_delete_datum'

2003-12-03 Thread Tom Lane
julius <[EMAIL PROTECTED]> writes: > tuptoaster.c: In function `toast_delete_datum': > tuptoaster.c:973: `F_OIDEQ' undeclared (first use in this function) This suggests that the src/backend/utils/Gen_fmgrtab.sh script did not execute correctly. With no details about your platform, it's hard to sa

[HACKERS] postgresql-7.4 make error: tuptoaster.c: In function `toast_delete_datum'

2003-12-03 Thread julius
im not sure if this is the correct mailing list, please correct me if it is not. my gcc is version 3.2, configure runs fine i deativated readline-support...but this error occours: gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -D_GNU_SOUR