This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

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


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