Re: compiling postgres from source --with-java - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: compiling postgres from source --with-java
Date
Msg-id 1092420725.1544.27.camel@localhost.localdomain
Whole thread Raw
In response to compiling postgres from source --with-java  ("Luke (Terry) Vanderfluit" <luke@chipcity.com.au>)
Responses Re: compiling pg from src --with-java and new build.xml
List pgsql-jdbc
Looks to me like you are building on jdk 1.5, the current driver in the
postgresql source tree cannot be built on that platform.

The current driver (which can be built) is on gborg
http://gborg.postgresql.org/project/pgjdbc/projdisplay.php

Dave
On Fri, 2004-08-13 at 11:20, Luke (Terry) Vanderfluit wrote:
> Hi,
>
> I'm installing postgres with perl, python and java support.
> That's postgres 7.4.3
> I've done the following:
>
>
> installing postgres using
> ./configure --with-perl --with-python --with-java
> the configure script complains that it needs ant,
>
> so.... I download ant
> build ant according to
> http://ant.apache.org/manual/index.html
> with
> 'build.sh -Ddist.dir=/usr/local/ant'
> then set the environment variables
> export ANT_HOME=/usr/local/ant
> export JAVA_HOME=/usr/local/java
> export PATH=$PATH:/usr/local/ant/bin
>
> but... it didn't work,
> on looking in the configure script for postgres, I see I could set the
> $ANT variable to directly point to /usr/local/ant/bin/ant
> then the './configure --with-perl --with-python --with-java' for
> postgresql worked.
>
> however now I execute the 'make' command and get the following error:
>
> Array.java:35: org.postgresql.jdbc2.Array is not abstract and does not
> override abstract method
> getResultSet(long,int,java.util.Map<java.lang.String,java.lang.Class<?>>) in java.sql.Array
>
> Anyone have any hints?
>
> kind regards,
> Luke
--
Dave Cramer
519 939 0336
ICQ # 14675561
http://www.postgresintl.com/


pgsql-jdbc by date:

Previous
From: "Luke (Terry) Vanderfluit"
Date:
Subject: compiling postgres from source --with-java
Next
From: Jan de Visser
Date:
Subject: Re: compiling postgres from source --with-java