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

SourceForge.net noreply at sourceforge.net
Mon Aug 14 06:37:05 CEST 2006


Patches item #1532458, was opened at 2006-08-01 07:26
Message generated for change (Comment added) made by millerpuckette
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: Miller Puckette (millerpuckette)
Date: 2006-08-13 21:37

Message:
Logged In: YES 
user_id=313747

I think now I'll only be able to test Pd on 10.3 or later,
so will simply use dlopen and take NSlinkModule (etc) out.

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

Comment By: Jamie Tittle (tigital)
Date: 2006-08-01 07: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