Patches item #2929666, was opened at 2010-01-11 00:56 Message generated for change (Comment added) made by millerpuckette You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2929666...
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: Closed Resolution: Accepted
Priority: 7 Private: No Submitted By: IOhannes m zmlnig (zmoelnig) Assigned to: Miller Puckette (millerpuckette) Summary: test for jack-availability
Initial Comment: when jack is linked using "weak linking" (the default on OSX), it is possible to run Pd even though jack is not installed (that's the point of weak linking) however, in this case, the application has to check itself whether the weak-linked library is available or not.
the attached patch this this (by checking whether the function pointer to "jack_client_new" is NULL or not)
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2010-07-25 17:50
Message: took this out of turn because trying to work on jack callbacks :)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2010-01-26 15:06
Message: added this code to pd-extended 0.42:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=...
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2929666...