public inbox for rhdb-admin@sourceware.org
 help / color / mirror / Atom feed
* Problems compiling
@ 2003-11-24 15:24 Fernando Nasser
  2003-11-24 15:37 ` Olga Rodimina
  0 siblings, 1 reply; 3+ messages in thread
From: Fernando Nasser @ 2003-11-24 15:24 UTC (permalink / raw)
  To: rhdb-admin

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-11-24 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-24 15:24 Problems compiling Fernando Nasser
2003-11-24 15:37 ` Olga Rodimina
2003-11-24 15:44   ` Fernando Nasser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).