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...