UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...
Дата
Msg-id 1035643853.432.3.camel@lerlaptop.lerctr.org
обсуждение исходный текст
Ответы Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Without specifying the -Xb switch to kill the C99 interpretation of
inline, I get the following from current CVS:

UX:acomp: ERROR: "tuplesort.c", line 1854: "inline" functions cannot use
"static" identifier: myFunctionCall2
UX:acomp: ERROR: "tuplesort.c", line 1856: "inline" functions cannot use
"static" identifier: myFunctionCall2
UX:acomp: ERROR: "tuplesort.c", line 1870: "inline" functions cannot use
"static" identifier: myFunctionCall2
UX:acomp: ERROR: "tuplesort.c", line 1872: "inline" functions cannot use
"static" identifier: myFunctionCall2
UX:acomp: ERROR: "tuplesort.c", line 1885: "inline" functions cannot use
"static" identifier: myFunctionCall2
UX:acomp: ERROR: "tuplesort.c", line 1897: "inline" functions cannot use
"static" identifier: myFunctionCall2



-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Request for supported platforms
Следующее
От: Larry Rosenman
Дата:
Сообщение: UnixWare 7.1.3 (BETA), compile error (with cc -Xb)