Irix build failes (PSQL 7.1.1)

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Irix build failes (PSQL 7.1.1)
Date: 2001-05-11 09:32:43
Message-ID: 200105110932.f4B9Whc49588@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Erik Hofman (erik(at)ehofman(dot)com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
Irix build failes (PSQL 7.1.1)

Long Description
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);
^

cc-1092 cc: ERROR File = ../../../../src/include/access/xact.h, Line = 146
Identifier-list parameters can only be used in a function definition.

extern Datum xidin(PG_FUNCTION_ARGS);
^

cc-3452 cc: ERROR File = ../../../../src/include/access/xact.h, Line = 146
The compilation is aborted due to the number of errors.

101 errors detected in the compilation of "heaptuple.c".

Do you have any ideas?

Erik

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John Summerfield 2001-05-11 12:51:28 Documentation problem in postgresql-7.0.2
Previous Message Amit 2001-05-11 05:47:22 Problem in Porting from Oracle to Postgres