Re: ECPG compile error

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ECPG compile error
Date: 2003-06-25 16:10:04
Message-ID: 20030625161004.GB3919@feivel.fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 25, 2003 at 11:51:47AM -0400, Rod Taylor wrote:
> misc.c: In function `ECPGset_informix_null':
> misc.c:272: `LONG_LONG_MIN' undeclared (first use in this function)
> misc.c:272: (Each undeclared identifier is reported only once
> misc.c:272: for each function it appears in.)
> misc.c: In function `ECPGis_informix_null':
> misc.c:330: `LONG_LONG_MIN' undeclared (first use in this function)

Geez, platform independeny is a major headache. :-)

It seems my system automatically included limits.h. Other appear to not
do this. I already committed an update but I'm not sure you have the
version that does.

Anyway, if you have and it appears you also have HAVE_LONG_LONG_INT_64
defined, which header file does provide the approprioate constants and
how is it named? It seems INT_MIN etc. are there.

Michael

--
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message johnnnnnn 2003-06-25 16:10:22 Re: [GENERAL] Physical Database Configuration
Previous Message Kurt Roeckx 2003-06-25 16:06:31 Re: [HACKERS] ss_family in hba.c