Re: Irix build failes (PSQL 7.1.1)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: erik(at)ehofman(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Irix build failes (PSQL 7.1.1)
Date: 2001-05-11 14:23:15
Message-ID: 4491.989590995@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> I'm unable to build on Irix (6.5.9) using the MipsPro compiler (Vs 7.3). The output is this:

> cc-1092 cc: ERROR File = ../../../../src/include/utils/nabstime.h, Line = 157
> Identifier-list parameters can only be used in a function definition.

> extern Datum timeofday(PG_FUNCTION_ARGS);
> ^

Very strange ... especially considering that that include file has
dozens of nearly identical extern declarations. Why does it choke on
only this one?

Does your compiler documentation explain this error message more fully?
I'm not at all sure what it means by "Identifier-list parameters".

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-05-11 15:08:48 Re: Problem with restoring database from a pg_dump generated script.
Previous Message Tom Lane 2001-05-11 14:16:21 Re: help me, please