This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gcj trunk - bcprov 1.36 build error
- From: Hanno Meyer-Thurow <h dot mth at web dot de>
- To: java at gcc dot gnu dot org
- Date: Thu, 29 Mar 2007 19:56:52 +0200
- Subject: gcj trunk - bcprov 1.36 build error
Hi list,
bcprov 1.36 for jdk 1.4 build throws these errors:
1. ERROR in ./org/bouncycastle/x509/X509CertStoreSelector.java (at line 91)
cs.setPathToNames(selector.getPathToNames());
^^^^^^^^^^^^^^
The method getPathToNames() is undefined for the type X509CertSelector
2. ERROR in ./org/bouncycastle/x509/X509CertStoreSelector.java (at line 92)
cs.setPolicy(selector.getPolicy());
^^^^^^^^^
The method getPolicy() is undefined for the type X509CertSelector
Any chance to get them into gcj? Thanks.
Regards,
Hanno