Hi,
On Tue, Dec 28, 1999 at 05:35:44PM +0100, Vincent GAY-PARA wrote:
>
> First of all, we were not able to properly generate the makefiles from
> the CVS repository.
> [...]
> we tried by hand but we encoutered the following problems:
> command: cd classpath/lib; java -mx128000000 at.dms.kjc.Main --verbose
> --nowrite @classes
I am a bit intimidated by the Makefiles so what I do is something like:
jikes -classpath .:vm/reference `find java gnu/java vm/reference -name "*.java"`
or with kaffe and kjc:
kaffe -classpath ~/jars/kjc-1.4B-plus.jar:/usr/local/share/kaffe/Klasses.jar
at.dms.kjc.Main -classpath .:vm/reference `find java gnu/java vm/reference -name
"*.java"`
(Look no non-free software used :)
But then you need:
- The following file from libgcj (attached):
- java/text/DecimalFormat.java
- Stubs for the following classes (all attached):
- java.applet.Applet
- java.awt.font.TextHitInfo
- java.awt.ActiveEvent
- java.awt.Event (adapted from libgcj)
- java.util.jar.Attributes/JarEntry/JarFile/Manifest
(I have an almost completed implemented of java.util.jar,
but then you also need to get java.util.zip from libgcj)
- Bug fixes for the following files (diffs attached)
- gnu/java/awt/peer/gtk/Test.java
- gnu/java/awt/peer/gtk/TestAWT.java
- java/lang/Double.java
- java/lang/Float.java
- java/net/JarURLConnection.java
- java/text/ChoiceFormat.java
- java/text/DecimalFormatSymbols.java
- java/text/NumberFormat.java
Have fun,
Mark
DecimalFormat.java.gz
stubs.tar.gz
diffs.gz