Patches item #2929666, was opened at 2010-01-11 03:56 Message generated for change (Comment added) made by eighthave 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: Hans-Christoph Steiner (eighthave)
Date: 2010-07-29 22:52
Message: git commit cce7460726d8c89c8de80b62215318d616c7e950
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette) Date: 2010-07-25 20:50
Message: took this out of turn because trying to work on jack callbacks :)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2010-01-26 18: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...