[PD-dev] [ pure-data-Patches-1532458 ] loading on osx improvements

SourceForge.net noreply at sourceforge.net
Tue Aug 1 16:26:37 CEST 2006


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




More information about the Pd-dev mailing list