Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT

From: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
To: "S(dot) L(dot)" <s0lao(at)netscape(dot)net>
Cc: pat(at)phardy(dot)com, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT
Date: 2001-06-06 10:41:48
Message-ID: 20010606064148.A2931@dothill.com
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

--
Jason Tishler
Director, Software Engineering Phone: 732.264.8770 x235
Dot Hill Systems Corp. Fax: 732.264.8798
82 Bethany Road, Suite 7 Email: Jason(dot)Tishler(at)dothill(dot)com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Rishi Sharma 2001-06-06 15:48:54 RE: RE: RE: postgresql 7.0 for NT
Previous Message S. L. 2001-06-06 08:18:55 Re: RE: RE: postgresql 7.0 for NT