Re: UnixWare 7.1.3 (BETA), compile error (with cc -Xb) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: UnixWare 7.1.3 (BETA), compile error (with cc -Xb)
Date
Msg-id 27739.1035644953@sss.pgh.pa.us
Whole thread Raw
In response to UnixWare 7.1.3 (BETA), compile error (with cc -Xb)  (Larry Rosenman <ler@lerctr.org>)
List pgsql-hackers
Larry Rosenman <ler@lerctr.org> writes:
> With cc -Xb, we get farther, but still die.... (CURRENT CVS):
> cc -Xb  -O -g -K PIC -I../../../../../../src/include -I/usr/local/include  -c -o ascii_and_mic.o ascii_and_mic.c
> UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
> UX:acomp: ERROR: "ascii_and_mic.c", line 19: syntax error, probably missing ",", ";" or "="

This one is my fault: when I hacked up PG_FUNCTION_INFO_V1 yesterday,
I neglected to check to be sure that *every* use had a semicolon after
it.  Just discovered that a few minutes ago myself.  Fix is committed.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...
Next
From: Larry Rosenman
Date:
Subject: Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS,