Patches item #1532458, was opened at 2006-08-01 09:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1532458...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: bugfix Status: Open Resolution: None Priority: 5 Submitted By: Jamie Tittle (tigital) Assigned to: Nobody/Anonymous (nobody) Summary: loading on osx improvements
Initial Comment: Attached is a patch for src/s_loader.c. NSLinkModule() and friends have been deprecated for quite awhile in favor of dlopen(), so this patch makes a better compile time decision (using AvailabilityMacros.h) on whether to use one or the other: if it's compiled on 10.3 or greater, pd will use dlopen() to load externals...
...in addition, it also includes extra error reporting for NSLinkModule()...
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1532458...
Cool, I was just looking at the AvailabilityMacros.h too.
If you want to try this patch in Pd-extended, make sure it applies cleanly against 0.39.2 and check it into packages/patches with the extension .patch. Then it'll be automatically included in all of the nightly builds, including the Mac OS X ones which are almost working.
.hc
On Aug 1, 2006, at 10:26 AM, SourceForge.net wrote:
Patches item #1532458, was opened at 2006-08-01 09:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/? func=detail&atid=478072&aid=1532458&group_id=55736
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: bugfix Status: Open Resolution: None Priority: 5 Submitted By: Jamie Tittle (tigital) Assigned to: Nobody/Anonymous (nobody) Summary: loading on osx improvements
Initial Comment: Attached is a patch for src/s_loader.c. NSLinkModule() and friends have been deprecated for quite awhile in favor of dlopen(), so this patch makes a better compile time decision (using AvailabilityMacros.h) on whether to use one or the other: if it's compiled on 10.3 or greater, pd will use dlopen() to load externals...
...in addition, it also includes extra error reporting for NSLinkModule()...
You can respond by visiting: https://sourceforge.net/tracker/? func=detail&atid=478072&aid=1532458&group_id=55736
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev