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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: UnixWare 7.1.3 (BETA), compile error (with cc -Xb)
Дата
Msg-id 27739.1035644953@sss.pgh.pa.us
обсуждение исходный текст
Ответ на UnixWare 7.1.3 (BETA), compile error (with cc -Xb)  (Larry Rosenman <ler@lerctr.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS,