diff options
author | Matthew Johnson <mjj29@illythia.matthew.ath.cx> | 2006-11-16 16:19:15 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@illythia.matthew.ath.cx> | 2006-11-16 16:19:15 +0000 |
commit | c2eeee75a016f1a352aa546b5e60d096e62be93d (patch) | |
tree | 80ab4c39c96452ba0929d8489c1ccf36ce0bd6bd /TODO | |
parent | a16deb186f8b20a06e0118cbc13a169399e29b9d (diff) |
more todo items
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ * support Enums as UInt32s * use native java backend * allow 'virtual' object handlers, so that all object paths under a certain hierarchy are handled by the same object + * fix dbus-viewer to recurse on paths + * extend dbus-viewer to make calls * 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 |