Howdy--
Has anyone built a jack-enabled binary for osx? I've been able to find
older versions of PD, but not 0.38-2.
Or, better yet, has anyone on osx gotten past this particular dilemma:
when I run ./configure it always fails with:
checking tcl.h usability... yes checking tcl.h presence... yes checking for tcl.h... yes checking for main in -ltcl8.7... no checking for main in -ltcl8.6... no checking for main in -ltcl8.5... no checking for main in -ltcl8.4... yes checking for main in -ltk8.7... no checking for main in -ltk8.6... no checking for main in -ltk8.5... no checking for main in -ltk8.4... no checking for main in -ltk8.3... no checking for main in -ltk8.2... no checking for main in -ltk8.0... no no tk library found
I have tcl tk installed on my system, (you see it does find tcl8.4, just not tk8.4). I can edit the makefile directly and fix the tcl/tk problem and get pd to compile, but I'm not able to get it to do so with jack support. I need one of two fixes: either to get the configure script to recognize tk and then (hopefully) continue on to add jack support, or I need to know how to edit the makefile that ships with pd to add jack support for my machine. Any ides are appreciated. -Julian Peterson
On Feb 18, 2005, at 10:26 AM, Julian Peterson wrote:
Has anyone built a jack-enabled binary for osx? I've been able to find older versions of PD, but not 0.38-2.
...are you asking for a jack-enabled version of pd, or a binary of jack? The latter is available, but you may have to recompile pd to add jack support: it's worked for me in the past, but I haven't really played with it recently...
Or, better yet, has anyone on osx gotten past this particular dilemma: when I run ./configure it always fails with:
...
no tk library found
I have tcl tk installed on my system, (you see it does find tcl8.4, just not tk8.4). I can edit the makefile directly and fix the tcl/tk problem and get pd to compile, but I'm not able to get it to do so with jack support. I need one of two fixes: either to get the configure script to recognize tk and then (hopefully) continue on to add jack support, or I need to know how to edit the makefile that ships with pd to add jack support for my machine. Any ides are appreciated.
...well, this checking for tcl/tk in configure is superfuous on osx:
pd links against the framework versions...and as for the other problem,
you can always do "./configure --help" and find out what feature flags
are available...in this case, you would use "./configure
--enable-jack"...
hth, jamie
I used these patches for previous versions, maybe you can adapt them to the current
. g
El 18/02/2005, a las 16:26, Julian Peterson escribió:
Howdy--
Has anyone built a jack-enabled binary for osx? I've been able to find older versions of PD, but not 0.38-2. Or, better yet, has anyone on osx gotten past this particular dilemma: when I run ./configure it always fails with:
checking tcl.h usability... yes checking tcl.h presence... yes checking for tcl.h... yes checking for main in -ltcl8.7... no checking for main in -ltcl8.6... no checking for main in -ltcl8.5... no checking for main in -ltcl8.4... yes checking for main in -ltk8.7... no checking for main in -ltk8.6... no checking for main in -ltk8.5... no checking for main in -ltk8.4... no checking for main in -ltk8.3... no checking for main in -ltk8.2... no checking for main in -ltk8.0... no no tk library found
I have tcl tk installed on my system, (you see it does find tcl8.4, just not tk8.4). I can edit the makefile directly and fix the tcl/tk problem and get pd to compile, but I'm not able to get it to do so with jack support. I need one of two fixes: either to get the configure script to recognize tk and then (hopefully) continue on to add jack support, or I need to know how to edit the makefile that ships with pd to add jack support for my machine. Any ides are appreciated. -Julian Peterson
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list