is there a problem with the dec 2002 updater
is there a problem with the dec 2002 updater
- Subject: is there a problem with the dec 2002 updater
- From: Theodore Petrosky <email@hidden>
- Date: Tue, 9 Sep 2003 04:59:36 -0700 (PDT)
I know this is not a cocoa question but I don't know
where to go. I submitted a report to Apple but I
haven't heard back.
I am trying to compile postgresql. I had installed the
dec 2002 updater and I find it won't 'make'. Has
anyone else seen this error and know a work around.
This same source made fine before the update.
[postgres:~/postgres/postgresql-7.3.4]
postgres% make
make -C doc all
make[1]: Nothing to be done for `all'.
make -C src all
make -C port all
make[2]: Nothing to be done for `all'.
make -C backend all
make -C ../../src/port all
make[3]: Nothing to be done for `all'.
make -C access all
make -C common SUBSYS.o
gcc -traditional-cpp -g -O2 -Wall -Wmissing-prototypes
-Wmissing-declarations -I../../../../src/include -c
-o heaptuple.o heaptuple.c
In file included from /usr/include/math.h:24,
from
../../../../src/include/utils/timestamp.h:17,
from
../../../../src/include/utils/nabstime.h:21,
from
../../../../src/include/access/xact.h:19,
from
../../../../src/include/utils/tqual.h:19,
from
../../../../src/include/access/relscan.h:17,
from
../../../../src/include/access/heapam.h:18,
from heaptuple.c:23:
/usr/include/architecture/ppc/math.h:128: error:
syntax error at '#' token
/usr/include/architecture/ppc/math.h:128: error: parse
error before "__cplusplus"
/usr/include/architecture/ppc/math.h:129: error:
syntax error before "inline"
/usr/include/architecture/ppc/math.h:130: error:
syntax error at '#' token
/usr/include/architecture/ppc/math.h:130: error: parse
error before "else"
/usr/include/architecture/ppc/math.h:131: error:
syntax error at '#' token
/usr/include/architecture/ppc/math.h:132: error:
syntax error at '#' token
.... then a plethora of similar errors. I am out of my
depths here.
any help would be appreciated. it looks like it is
saying there is a problem with math.h with all the
syntax errors.
Ted
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.