Thread: compiling version 7.2.2 on AIX 4.3.1 can't find F_OIDEQ
Hi. I'm trying to install postgres 7.2.2 on AIX 4.3.1 (on a powerpc bull) and I get this message on gmake: gmake[4]: Entering directory `/desa/postgres/postgresql-7.2.2/src/backend/access/heap' xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -I../../../../src/include -c -o tuptoaste r.o tuptoaster.c 914 | (RegProcedure) F_OIDEQ, ..................................................................a.......a - 1506-045 (S) Undeclared identifier F_OIDEQ. 997 | (RegProcedure) F_OIDEQ, ..................................................................a.......a - 1506-045 (S) Undeclared identifier F_OIDEQ. Any ideas?
I downloaded the tar files for version 7.2.1 and the problem doesn't exist in that version....so I already installed postgres and i'm testing it. So far, so good. Thanks anyway... Ligia "Ligia Pimentel" <pimentel_ligia@hotmail.com> wrote in message news:an07k4$2f7u$1@news.hub.org... > Hi. I'm trying to install postgres 7.2.2 on AIX 4.3.1 (on a powerpc bull) > and I get this message on gmake: > gmake[4]: Entering directory > `/desa/postgres/postgresql-7.2.2/src/backend/access/heap' > xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -I../../../../src/include -c -o > tuptoaste > r.o tuptoaster.c > 914 | > (RegProcedure) F_OIDEQ, > > ..................................................................a.......a > - 1506-045 (S) Undeclared identifier F_OIDEQ. > 997 | > (RegProcedure) F_OIDEQ, > > ..................................................................a.......a > - 1506-045 (S) Undeclared identifier F_OIDEQ. > > Any ideas? > >
"Ligia Pimentel" <pimentel_ligia@hotmail.com> writes: > I downloaded the tar files for version 7.2.1 and the problem doesn't exist > in that version....so I already installed postgres and i'm testing it. So > far, so good. It's hard to believe that there'd be any difference between 7.2.2 and 7.2.1 on this point. > "Ligia Pimentel" <pimentel_ligia@hotmail.com> wrote in message > news:an07k4$2f7u$1@news.hub.org... >> Hi. I'm trying to install postgres 7.2.2 on AIX 4.3.1 (on a powerpc bull) >> and I get this message on gmake: >> gmake[4]: Entering directory >> `/desa/postgres/postgresql-7.2.2/src/backend/access/heap' > xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -I../../../../src/include -c -o >> tuptoaste >> r.o tuptoaster.c >> 914 | >> (RegProcedure) F_OIDEQ, >> >> > ..................................................................a.......a >> - 1506-045 (S) Undeclared identifier F_OIDEQ. >> 997 | >> (RegProcedure) F_OIDEQ, I believe this is the first symptom that you get if the src/backend/utils/Gen_fmgrtab.sh script fails to make a valid "fmgroids.h" file. We've seen problems like that on systems with no awk program installed, for example. Check the archives for previous reports for more details. regards, tom lane