hei, i have compiled pd on mac from svn, and it works. great!
if i compile with the option to configure that turns off tcl/tk, then starting pd will crash. :-(
i was hoping to compile pd without tcl/tk, and then to control pd by other means. is this possible? is there documentation somewhere showing how to do it?
lots of thank yous, smør
This should be possible, but it's probably not tested on Mac OS X. Pd has a different start sequence on Mac OS X than on the other platforms, so that could cause some difficulties. On Mac OS X, Tcl starts the pd process, on the others, pd starts the tcl process, IIRC.
You'll probably have to run the 'pd' binary directly. How are you running it?
.hc
On Feb 23, 2008, at 11:21 AM, Smør På Flesk wrote:
hei,
i have compiled pd on mac from svn, and it works. great!
if i compile with the option to configure that turns off tcl/tk, then starting pd will crash. :-(
i was hoping to compile pd without tcl/tk, and then to control pd by other means. is this possible? is there documentation somewhere showing how to do it?
lots of thank yous, smør
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
------------------------------------------------------------------------ ----
The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
Hallo, SmÞr På Flesk hat gesagt: // SmÞr På Flesk wrote:
i was hoping to compile pd without tcl/tk, and then to control pd by other means. is this possible? is there documentation somewhere showing how to do it?
You don't you just start Pd with "-nogui" then it won't load the GUI?
Ciao