This is the mail archive of the rhdb-admin@sources.redhat.com mailing list for the RHDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems compiling


On Mon, 2003-11-24 at 10:24, Fernando Nasser wrote:
> Hi,
> 
> I've set my CLASSPATH to include a JDBC driver and I was able to get rid of the 
> compilation errors on the import lines.  But now I see some others:
> 
> compile:
>      [javac] Compiling 227 source files to 
> /home/fnasser/SRC/rhdb-guitools-trunk/src/rhdb/guitools/rhdb-admin/build
>      [javac] 
> /home/fnasser/SRC/rhdb-guitools-trunk/src/rhdb/guitools/rhdb-admin/src/com/redhat/rhdb/admin/pgsql/AbstractRhdb73DatabaseMetaData.java:1019: 
> parseACL(java.lang.String) in org.postgresql.jdbc1.AbstractJdbc1DatabaseMetaData 
> cannot be applied to (java.lang.String,<nulltype>)
>      [javac]                     Hashtable permissions = parseACL(acl,null);
>      [javac]                                                 ^
>      [javac] 
> /home/fnasser/SRC/rhdb-guitools-trunk/src/rhdb/guitools/rhdb-admin/src/com/redhat/rhdb/admin/pgsql/AbstractRhdb73DatabaseMetaData.java:1492: 
> parseACL(java.lang.String) in org.postgresql.jdbc1.AbstractJdbc1DatabaseMetaData 
> cannot be applied to (java.lang.String,<nulltype>)
>      [javac]                     Hashtable permissions = parseACL(acl,null);
>      [javac]                                                 ^
>      [javac] 
> /home/fnasser/SRC/rhdb-guitools-trunk/src/rhdb/guitools/rhdb-admin/src/com/redhat/rhdb/admin/pgsql/AbstractRhdb73DatabaseMetaData.java:1568: 
> parseACL(java.lang.String) in org.postgresql.jdbc1.AbstractJdbc1DatabaseMetaData 
> cannot be applied to (java.lang.String,<nulltype>)
>      [javac]                     Hashtable permissions = parseACL(acl,null);
>      [javac]                                                 ^
> (...)
> 
> 
> Can someone help me and also update the building instructions on the README file?
> 
> Thanks in advance.
> 
> Regards to all,
> Fernando
> 

>From the errors above, it seems that different version of JDBC driver is
used.  Rhdb-admin should be compiled with POSTGRESQL 7.3.4 JDBC driver.


Regards,
Olga.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]