Build problem for PostgreSQL v7.4.1 on FreeBSD v4.1

From: Richard Scranton <scrantr(at)ix(dot)netcom(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Build problem for PostgreSQL v7.4.1 on FreeBSD v4.1
Date: 2004-01-04 01:01:42
Message-ID: 3FF765F6.504@ix.netcom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


As previously reported for PostgreSQL v7.4, the ecpg module does not compile
as-is due to the absence of a definition for LONG_LONG_MIN or any of the
specified alternatives. Compilation is sucessful if a definition is
added to the
misc.c file prior to the LONG_LONG_MIN feature test macros. Later versions
of FreeBSD probably have more-complete support for 64bit integral types.

/* XXX */
#define LONG_LONG_MIN (1LL << 63)

--
_______________________________________________________
When you can see a light at the end of the tunnel, it
will be a guy with a flashlight bringing more bad news.

Browse pgsql-bugs by date

  From Date Subject
Next Message Chris Travers 2004-01-04 07:50:35 Re: PostgreSQL 7.4 on Windows XP?
Previous Message Tom Lane 2004-01-03 23:44:02 Re: installation error.