FreeBSD 4.1 and JDK 1.1.8 compile problems

From: Richard Scranton <scrantr(at)ix(dot)netcom(dot)com>
To: pgsql-ports(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: FreeBSD 4.1 and JDK 1.1.8 compile problems
Date: 2001-04-15 19:18:44
Message-ID: 3AD9F414.29B5624B@ix.netcom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches pgsql-ports

org.postgresql.jdbc1.Statement.java:291 --

/* if (result != null) && ((org.postgresql.ResultSet)result.reallyResultSet()) */
if ((result != null) && ((org.postgresql.ResultSet)result).reallyResultSet())

This fixes the compile of the JDBC1 driver for java 1.1.8, but you still have to comment out
all of the jdbc2 stuff in the examples (for obvious resaons), and remove the contrib references
from the top-level build.xml file, because they contain dependencies on the java2 collections in them.
It might be possible to hackgeneer around them using the collections1.1 jar file Sun released.
I haven't looked into what is needed.

Richard

--
________________________________________________________________________
Technology is dominated by those who manage what they do not understand.
http://www.netcom.com/~scrantr/index.html

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2001-04-15 19:52:38 PATCH: JDBC compile w/ jikes
Previous Message Bruce Momjian 2001-04-14 19:12:02 pgmonitor query global variable

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2001-04-16 01:56:43 Re: FW: [GENERAL] Given: Win98, Cygwin, postgresql-7.0.3.tar.gz | Need: to make libpg/(++) libraries?
Previous Message Francis K Shim 2001-04-15 19:09:35 RE: FW: [GENERAL] Given: Win98, Cygwin, postgresql-7.0.3.tar.gz | Need: to make libpg/(++) libraries?