From: | Elias Athanasopoulos <elathan(at)phys(dot)uoa(dot)gr> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | cvs (7/2/2003) is broken? |
Date: | 2003-02-07 10:55:45 |
Message-ID: | 20030207125545.O8236@neutrino.particles.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello!
Just update my CVS tree and got the following errors:
make[4]: Entering directory `/home/anteater/psql/pgsql/src/backend/optimizer/util'
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/include -c -o clauses.o clauses.c
clauses.c:2322:1: directives may not be used inside a macro argument
clauses.c:2322:1: unterminated argument list invoking macro "IsA"
make[4]: *** [clauses.o] Error 1
make[4]: Leaving directory `/home/anteater/psql/pgsql/src/backend/optimizer/util'
make[3]: *** [util-recursive] Error 2
make[3]: Leaving directory `/home/anteater/psql/pgsql/src/backend/optimizer'
make[2]: *** [optimizer-recursive] Error 2
make[2]: Leaving directory `/home/anteater/psql/pgsql/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/anteater/psql/pgsql/src'
make: *** [all] Error 2
It's a Linux based OS (RedHat) with:
[anteater(at)neutrino pgsql]$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
Regards,
Elias
PS. Please cc me as I'm not subscribed.
--
http://gnewtellium.sourceforge.net MP3 is not a crime.
From | Date | Subject | |
---|---|---|---|
Next Message | Dr. Ernst Molitor | 2003-02-07 12:03:55 | function to return pg_user.usesysid |
Previous Message | Hannu Krosing | 2003-02-07 08:08:56 | Re: Planning a change of representation in the planner |