UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error... - Mailing list pgsql-hackers

From Larry Rosenman
Subject UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...
Date
Msg-id 1035643853.432.3.camel@lerlaptop.lerctr.org
Whole thread Raw
Responses Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Request for supported platforms
Next
From: Larry Rosenman
Date:
Subject: UnixWare 7.1.3 (BETA), compile error (with cc -Xb)