diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-02-18 19:34:44 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-02-18 19:34:44 +0000 |
commit | 7c3e9d1c96f357ba2e4f6d00f617441345713a29 (patch) | |
tree | 753c31474484bc74c5d448ba64b866592504317a /packages/darwin_app/TODO | |
parent | 2b5c75b1f6232a785a46de11a9cdc82f3d7b84cf (diff) |
made final Pd-0.38.4-extended release from RC8
svn path=/trunk/; revision=4595
Diffstat (limited to 'packages/darwin_app/TODO')
-rw-r--r-- | packages/darwin_app/TODO | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/packages/darwin_app/TODO b/packages/darwin_app/TODO index de1ff67a..5ee00d4f 100644 --- a/packages/darwin_app/TODO +++ b/packages/darwin_app/TODO @@ -1,4 +1,8 @@ +- fix app permissions so that you can drop a new app on top of an old one to + upgrade + + - check code to make it all use single-precision/libmx functions on Mac OSX. @@ -10,11 +14,16 @@ - research Tcl "auto_path" + - according to tigital, not all of the gui/ix deps are ported to Aqua... + -- from Carmen Rocco about [fiddle~] crash: "is fiddle~: * compiled with the - same header * linked with the same binary of (lib)pd * compiled with the - same compiler? i had very similar issues with bonk on windows (Virtually - same stacktrace but s/fiddle/bonk) until fixing the above 3 things..." +- from Carmen Rocco about [fiddle~] crash: + "is fiddle~: + * compiled with the same header + * linked with the same binary of (lib)pd + * compiled with the same compiler? + i had very similar issues with bonk on windows (Virtually same stacktrace + but s/fiddle/bonk) until fixing the above 3 things..." - review permissions so that you can build on top on existing builds (its the @@ -51,10 +60,6 @@ http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles - make Cmd-click work like Ctrl-click -- write script to convert from -DMACOSX to -D__APPLE__ where ever possible (check out - __gnu_linux__ and WIN32 while I am at it) and submit to miller - - - Pd should then test to see if Jack is available before switching to it, otherwise it'll just crash. Here's apple's method of testing: |