summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 213783f..60a07ee 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,5 @@
* support Enums as UInt32s
* use native java backend
- * rewrite (or steal someone else's rewrite) Tuples to handle recursive dynamic types
* make it work with free VM/Compilers:
make CFLAGS="`pkg-config --cflags dbus-1` -I/opt/java-generics/include" CLASSPATH=/opt/java-generics/share/classpath/glibj.zip:. LD_LIBRARY_PATH=/opt/java-generics/lib/classpath/ JAVAC="ecj -1.5" JAVA_HOME=/opt/java-generics/ JCFLAGS="-cp classes -bootclasspath /opt/java-generics/share/classpath/glibj.zip" JAVA=jamvm check
after installing eclipse eclipse-ecj jamvm and compiling classpath-generics with prefix=/opt/java-generics