Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT

From: Pat Hardy <pat(at)phardy(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT
Date: 2001-06-15 01:56:41
Message-ID: 3B293319.30291.235D50@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

> SLao,
>
> On Wed, Jun 06, 2001 at 03:07:17AM -0400, S. L. wrote:
> > I had the same problem when tested the the .jar creation under cygwin.
> >
> > It seems that the source tree comes with a Driver.java included,
> > which has those statements (magically inserted :). A "make clean"
> > followed by a "make" in src/interfaces/jdbc, solves this error, because
> > in org/postgresql exists a Driver.java.in, which generates the real
> > Driver.java an actual build needs.
> >
> > The presence of the original Driver.java prevents this generation,
> > leading to the above problem.
>
> To which source are you referring? I just checked both the source from
> a PostgreSQL mirror and the one that I uploaded to the Cygwin mirrors.
> Neither contain a Driver.java. Are you sure that Driver.java is not
> left over from a previous make?
>
> Jason
>

Nope, it was brand-spankin' new. But all is well now.

_______________________________________________________________________
P Hardy Technologies Incorporated
Computer and Internet Consulting Services
PO Box 1024 - Bay Shore, LI, NY 11706-0533
http://www.phardy.com

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Pat Hardy 2001-06-15 01:58:55 Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT
Previous Message Pat Hardy 2001-06-15 01:54:19 Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT