Re: JDBC build

From: Marko Kreen <marko(at)l-t(dot)ee>
To: Denise Ball <deniseb(at)psl(dot)nmsu(dot)edu>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC build
Date: 2001-12-06 18:53:43
Message-ID: 20011206205343.A22079@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, Dec 03, 2001 at 04:21:53PM -0700, Denise Ball wrote:
> I have tried for the entire day to build the JDBC drivers for postgres.
> They will not build.
>
> Here is the error message I keep getting:
>
> /postgresql/postgresql-7.2b1/src/interfaces/jdbc/org/postgresql/Driver.java:210:
> ';' expected
> [javac] return ${major};
>
> I cannot figure out what I am missing.

1) You need to use switch '--with-java' when configuring.
2) You need to use make for building, not Ant directly.

--
marko

In response to

  • JDBC build at 2001-12-03 23:21:53 from Denise Ball

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tim Holloway 2001-12-07 01:39:34 Insert/Update that doesn't
Previous Message Hannu Krosing 2001-12-06 18:02:51 Re: [HACKERS] [GENERAL] java stored procedures