Re: [BUGS] Build problems for PostgreSQL v7.4 on FreeBSD v4.1

2003-11-29 Thread Bruce Momjian
Richard Scranton wrote: > > In file postgresql-7.4/src/interfaces/ecpg/ecpglib/misc.c, this version > of FreeBSD has no definition of LONG_LONG_MIN, although it does > support an int64_t integral type. Compilation was successful after > inserting > a definition immediately following the block of

Re: [BUGS] Build problems for PostgreSQL v7.4 on FreeBSD v4.1

2003-11-18 Thread Kris Jurka
On Tue, 18 Nov 2003, Richard Scranton wrote: > In file > postgresql-7.4/src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java, > the JDBC version 1 driver cannot be built with JDK v1.1.8 because that > version of the Double class does not include a static parseDouble(String) > met

[BUGS] Build problems for PostgreSQL v7.4 on FreeBSD v4.1

2003-11-18 Thread Richard Scranton
In file postgresql-7.4/src/interfaces/ecpg/ecpglib/misc.c, this version of FreeBSD has no definition of LONG_LONG_MIN, although it does support an int64_t integral type. Compilation was successful after inserting a definition immediately following the block of included files: /* XXX */ #define L