diff options
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: |