Re: Beta going well - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Beta going well
Date
Msg-id 20011106115647S.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: Beta going well  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
List pgsql-hackers
> Also I don't understand why your compiler stops ? Mine only give a
> warning.

Maybe due to the difference of the compiler verion. xlc coming with
AIX 5L stops. Note that gcc doesn't. What is your OS version?

> These defines are only included if _ALL_SOURCE is defined. I think this
> define 
> stems from another system header file, that gets included somewhere
> else.
> Maybe a better fix would be to #undef _ALL_SOURCE before including
> inttypes.h ?

It seems inttypes.h is included by types.h which is included by
stdio.h which is included by c.h. I inserted #undef into c.h but it
does not help at all:-<
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Beta going well
Next
From: Peter Harvey
Date:
Subject: Re: compiler warnings in ODBC