Re: UnixWare 7.1.3 (BETA), compile error (with cc -Xb)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: UnixWare 7.1.3 (BETA), compile error (with cc -Xb)
Date: 2002-10-26 15:09:13
Message-ID: 27739.1035644953@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Larry Rosenman <ler(at)lerctr(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2002-10-26 15:09:47 Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS,
Previous Message Tom Lane 2002-10-26 15:07:13 Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...