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

SourceForge.net noreply at sourceforge.net
Tue Aug 1 16:28:06 CEST 2006


Patches item #1532458, was opened at 2006-08-01 09:26
Message generated for change (Settings changed) made by tigital
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: Miller Puckette (millerpuckette)
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()...

----------------------------------------------------------------------

>Comment By: Jamie Tittle (tigital)
Date: 2006-08-01 09:28

Message:
Logged In: YES 
user_id=634044

forgot to mention that this is against pd_head, as it
already exists in pd_devel...

----------------------------------------------------------------------

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