From e201e2298b439d0c418ac9b5da943a25d49dacbb Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 12 Jul 2005 03:25:04 +0000 Subject: [PATCH] additional todo items --- core/todo.txt | 7 +++++++ todo.txt | 3 +++ 2 files changed, 10 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index 5137f8d52..33736507f 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,12 @@ 0093 core +_ change how java version is determined on mac +_ http://developer.apple.com/technotes/tn2002/tn2110.html +_ (this tn provides no guidance for macos8/9.. gah) + +_ upgrade jogl to a newer rev to fix osx "cannot lock" issues +_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1118603714;start=0#3 + _ PApplet.main(new String[] { "classname }) won't pass in args.. grr _ PApplet.main(append(new String[] { "classname }, args)); diff --git a/todo.txt b/todo.txt index 6926bd7f2..b5e5961e5 100644 --- a/todo.txt +++ b/todo.txt @@ -4,6 +4,9 @@ _ sonia is locking up on load in rev 91 _ prolly something w/ the threading issues _ make a note in the library howto about using something besides p5 +_ rebuild jikes with --enable-static --disable-shared +_ http://as.processing.org/bugs/show_bug.cgi?id=47 + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .