Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT

Поиск
Список
Период
Сортировка
От s0lao@netscape.net (S. L.)
Тема Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT
Дата
Msg-id 0E32028E.55BC8797.00013D13@netscape.net
обсуждение исходный текст
Ответ на Cannot build JDBC driver for PostgreSQL 7.12 on NT  (Pat Hardy <pat@phardy.com>)
Ответы Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT  (Jason Tishler <Jason.Tishler@dothill.com>)
Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT  (Pat Hardy <pat@phardy.com>)
Список pgsql-cygwin
[...]
> > Sorry, but I have no idea why you are having build problems but the
> > following in Driver.java is very suspicious:
> >
> >     [javac] C:\postgresql-7.1.2\src\interfaces\jdbc\org\postgresql\Driver.java:
> > 99: ';' expected
> >     [javac]     return ${major};
> >     [javac]             ^      
> >     [javac] C:\postgresql-7.1.2\src\interfaces\jdbc\org\postgresql\Driver.java:
> > 09: ';' expected
> >     [javac]     return ${minor};
> >

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
"makeclean" 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.

Regards,

                           SLao
__________________________________________________________________
Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/

В списке pgsql-cygwin по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: Fwd: building the client libraries with gcc?
Следующее
От: s0lao@netscape.net (S. L.)
Дата:
Сообщение: Re: RE: RE: postgresql 7.0 for NT