<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Messaggio</TITLE>
<META content="MSHTML 6.00.2800.1141" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=890424909-13062003>I'm using postgresql
7.2.3 and I've to recompile it with the instruction
"--with-java"</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=890424909-13062003>When I'm doing the
configuration command, all seems to be good, but when i launch make it gives me
the following etrror messages.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=890424909-13062003>Any ideas on how I
can do to solve this problem?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=890424909-13062003>Thanks,
</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003>Alessandro</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003>[...]</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=890424909-13062003>make[4]: Nothing to
be done for `all'.<BR>make[4]: Leaving directory
`/root/postgresql-7.2.3/src/interfaces/ecpg/preproc'<BR>make[3]: Leaving
directory `/root/postgresql-7.2.3/src/interfaces/ecpg'<BR>make[3]: Entering
directory `/root/postgresql-7.2.3/src/interfaces/libpgeasy'<BR>make[3]: Nothing
to be done for `all'.<BR>make[3]: Leaving directory
`/root/postgresql-7.2.3/src/interfaces/libpgeasy'<BR>make[3]: Entering directory
`/root/postgresql-7.2.3/src/interfaces/jdbc'<BR>/root/apache-ant-1.5.3-1/bin//ant
-buildfile ./build.xml all \<BR> -Dmajor=7 -Dminor=2 -Dfullversion=7.2.3
-Ddef_pgport=5432<BR>Buildfile: ./build.xml</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003>all:<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003>prepare:</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003>check_versions:</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003>driver:<BR>[available] DEPRECATED - <available>
used to override an existing property.<BR>[available] Build file
should not reuse the same property name for different values.<BR>[available]
DEPRECATED - <available> used to override an existing
property.<BR>[available] Build file should not reuse the same
property name for different values.<BR>[available] DEPRECATED -
<available> used to override an existing
property.<BR>[available] Build file should not reuse the same
property name for different values.<BR> [echo]
Configured build for the JDBC2 Enterprise edition driver</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003>compile:<BR> [javac] Compiling 53
source files to
/root/postgresql-7.2.3/src/interfaces/jdbc/build<BR> [javac]
/root/postgresql-7.2.3/src/interfaces/jdbc/org/postgresql/xa/XAConnectionImpl.java:57:
cannot resolve symbol<BR> [javac] symbol : class
RollbackException<BR> [javac] location: package
transaction<BR> [javac] import
javax.transaction.RollbackException;<BR>
[javac]
^<BR> [javac]
/root/postgresql-7.2.3/src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java:60:
org.postgresql.jdbc2.ResultSet should be declared abstract; it does not define
getURL(int) in org.postgresql.jdbc2.ResultSet<BR> [javac]
public class ResultSet extends org.postgresql.ResultSet implements
java.sql.ResultSet<BR>
[javac] ^<BR>
[javac]
/root/postgresql-7.2.3/src/interfaces/jdbc/org/postgresql/jdbc2/Statement.java:25:
org.postgresql.jdbc2.Statement should be declared abstract; it does not define
getMoreResults(int) in org.postgresql.jdbc2.Statement<BR>
[javac] public class Statement extends org.postgresql.Statement implements
java.sql.Statement<BR>
[javac] ^<BR>
[javac]
/root/postgresql-7.2.3/src/interfaces/jdbc/org/postgresql/jdbc2/Connection.java:37:
org.postgresql.jdbc2.Connection should be declared abstract; it does not define
setHoldability(int) in org.postgresql.jdbc2.Connection</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=890424909-13062003> [javac]
public class Connection extends org.postgresql.Connection implements
java.sql.Connection<BR>
[javac] ^<BR>
[javac]
/root/postgresql-7.2.3/src/interfaces/jdbc/org/postgresql/jdbc2/DatabaseMetaData.java:40:
org.postgresql.jdbc2.DatabaseMetaData should be declared abstract; it does not
define supportsSavepoints() in
org.postgresql.jdbc2.DatabaseMetaData<BR> [javac] public class
DatabaseMetaData implements java.sql.DatabaseMetaData<BR>
[javac] ^<BR>
[javac] </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003>/root/postgresql-7.2.3/src/interfaces/jdbc/org/postgresql/jdbc2/PreparedStatement.java:32:
org.postgresql.jdbc2.PreparedStatement should be declared abstract; it does not
define setURL(int,java.net.URL) in
org.postgresql.jdbc2.PreparedStatement<BR> [javac] public
class PreparedStatement extends Statement implements
java.sql.PreparedStatement<BR>
[javac] ^<BR>
[javac]
/root/postgresql-7.2.3/src/interfaces/jdbc/org/postgresql/jdbc2/CallableStatement.java:42:
org.postgresql.jdbc2.CallableStatement should be declared abstract; it does not
define registerOutParameter(java.lang.String,int) in
org.postgresql.jdbc2.CallableStatement<BR> [javac] public
class CallableStatement extends org.postgresql.jdbc2.PreparedStatement
</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=890424909-13062003>implements
java.sql.CallableStatement<BR>
[javac] ^<BR>
[javac]
/root/postgresql-7.2.3/src/interfaces/jdbc/org/postgresql/largeobject/PGblob.java:26:
org.postgresql.largeobject.PGblob should be declared abstract; it does not
define setBytes(long,byte[]) in
org.postgresql.largeobject.PGblob<BR> [javac] public class
PGblob implements java.sql.Blob<BR>
[javac] ^<BR>
[javac]
/root/postgresql-7.2.3/src/interfaces/jdbc/org/postgresql/largeobject/PGclob.java:26:
org.postgresql.largeobject.PGclob should be declared abstract; it does not
define setString(long,java.lang.String) in
org.postgresql.largeobject.PGclob<BR> [javac] public class
PGclob implements java.sql.Clob<BR>
[javac] ^<BR>
[javac] </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003>/root/postgresql-7.2.3/src/interfaces/jdbc/org/postgresql/xa/ClientConnection.java:70:
org.postgresql.xa.ClientConnection should be declared abstract; it does not
define setHoldability(int) in
org.postgresql.xa.ClientConnection<BR> [javac] final class
ClientConnection<BR>
[javac] ^<BR> [javac]
Note: Some input files use or override a deprecated API.<BR>
[javac] Note: Recompile with -deprecation for details.<BR>
[javac] 10 errors</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=890424909-13062003>BUILD
FAILED<BR>file:/root/postgresql-7.2.3/src/interfaces/jdbc/build.xml:72: Compile
failed; see the compiler error output for details.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=890424909-13062003></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=890424909-13062003>Total time: 3
seconds<BR>make[3]: *** [all] Error 1<BR>make[3]: Leaving directory
`/root/postgresql-7.2.3/src/interfaces/jdbc'<BR>make[2]: *** [all] Error
2<BR>make[2]: Leaving directory
`/root/postgresql-7.2.3/src/interfaces'<BR>make[1]: *** [all] Error
2<BR>make[1]: Leaving directory `/root/postgresql-7.2.3/src'<BR>make: *** [all]
Error 2</SPAN></FONT></DIV>
<DIV> </DIV>
<DIV align=left>Ing.Alessandro Ceccotti, netXcalibur s.r.l.<BR>Via Alamanni,
25<BR>I-50123 Firenze<BR>T: +39.055.285859 - F: +39.055.285760</DIV>
<DIV> </DIV></BODY></HTML>