Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT

Поиск
Список
Период
Сортировка
От Pat Hardy
Тема Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT
Дата
Msg-id 3B29328B.2968.21331C@localhost
обсуждение исходный текст
Ответ на Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT  (s0lao@netscape.net (S. L.))
Список 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


Thanks. The installation is built and running.

Thanks again.


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

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

Предыдущее
От: Fred Yankowski
Дата:
Сообщение: Re: Service reboot leaves postmaster.pid
Следующее
От: Pat Hardy
Дата:
Сообщение: Re: Cannot build JDBC driver for PostgreSQL 7.12 on NT