Re: Can't build postgresql-jdbc-8.2-505 on Fedora 7

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-jdbc(at)postgreSQL(dot)org
Subject: Re: Can't build postgresql-jdbc-8.2-505 on Fedora 7
Date: 2007-04-23 23:46:43
Message-ID: DBF270BD-6282-4124-9788-96749C6E7285@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Tom,

Try changing this line in build.xml

<javac classpath="${srcdir}" srcdir="${srcdir}" destdir="${builddir}"
debug="${debug}">

to

<javac classpath="${srcdir}" srcdir="${srcdir}" destdir="${builddir}"
debug="${debug}" source="1.5" >

Dave
On 23-Apr-07, at 7:12 PM, Tom Lane wrote:

> Dave Cramer <pg(at)fastcrypt(dot)com> writes:
>> This is a problem with the source level of the output. If 1.4.2 can
>> build it, then java 1.5.0 certainly should be able to.
>
> Yeah, somebody seems confused about which language level is in use,
> but I dunno exactly which side's wrong. If you think there's a
> reasonable probability that this is gcj's fault, I can go pester
> Red Hat's java guys.
>
>> Oh, your using gcj ???
>
> Yeah, RH went over to gcj some time ago.
>
>> Any chance I can get a login ?
>
> Sorry, I can't get you access to Red Hat's build machines (I have
> to go
> through bureaucratic pushups to get shell access myself). If you can
> tell me specific things to look at I'm happy to do the legwork. The
> alternative would probably be for you to download and install F7
> Test 4,
> or whichever is the latest available snapshot. It's a big download
> though :-(
>
> regards, tom lane
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2007-04-23 23:57:25 Re: Can't build postgresql-jdbc-8.2-505 on Fedora 7
Previous Message Oliver Jowett 2007-04-23 23:44:46 Re: JDBC feature request: auto savepoint per command