Compile Classpath from CVS

2010-10-03 Thread kemot
autoheader [+] Run automake [+] Run autoconf.. But it will not resolve the Problem.. Best regards -- View this message in context: http://old.nabble.com/Compile-Classpath-from-CVS-tp29873864p29873864.html Sent from the Gnu - Classpath - General mailing list archive at Nabble.com.

Re: Can not compile classpath from CVS.

1998-11-06 Thread Brian Jones
Moses DeJong [EMAIL PROTECTED] writes: ../java/lang/Character.java:5: Class gnu.java.lang.ClassLoaderHelper not found in import. import gnu.java.lang.ClassLoaderHelper; ^ ../java/lang/Character.java:26: Interface java.lang.Comparable of class java.lang.Character not found. public

Can not compile classpath from CVS.

1998-11-06 Thread Moses DeJong
Has anyone else run into this error. Any idea what makefile (or whatever) I need to hack to get this to work. Also, I have to wonder why the classpath stuff is compiled one .java file at a time. This takes a lot longer then just compiling all of the .java files at once. (here is the error)