Hi,
I notice that compiling pd-0.37-test6 under debian still requires some trickery. The archives of this list weren't particularly helpful (followed all advice in archives, but it still failed), so here's approximately how I got it to work with tcl 8.4 for future people:
apt-get install tcl8.4 tk8.5 tcl8.4-dev tk8.4-dev ln -s /usr/lib/libtk8.4.so.0 /usr/lib/libtk.so ln -s /usr/lib/libtcl8.4.so.0 /usr/lib/libtcl.so ln -s /usr/include/tcl8.4/tk.h /usr/include/tk.h ln -s /usr/include/tcl8.4/tcl.h /usr/include/tcl.h ln -s /usr/include/tcl8.4/tclDecls.h /usr/include/tclDecls.h ln -s /usr/include/tcl8.4/tclPlatDecls.h /usr/include/tclPlatDecls.h cd pd-0.37-test6/src/ ./configure
then edit line 22 and add the following path to the INCLUDE definition: -I/usr/include/tcl8.4/
Pd should then compile.
Regards,
Chris. _________________________________ chris@mccormick.cx http://www.mccormick.cx http://www.hypercube.com.au http://www.sciencegirlrecords.com
Hi,
I fixed these issues on the devel_0_37 branch of the CVS version. (And added jack support)
Greetings,
Guenter
On Tue, 1 Jul 2003, Chris McCormick wrote:
Hi,
I notice that compiling pd-0.37-test6 under debian still requires some trickery. The archives of this list weren't particularly helpful (followed all advice in archives, but it still failed), so here's approximately how I got it to work with tcl 8.4 for future people:
apt-get install tcl8.4 tk8.5 tcl8.4-dev tk8.4-dev ln -s /usr/lib/libtk8.4.so.0 /usr/lib/libtk.so ln -s /usr/lib/libtcl8.4.so.0 /usr/lib/libtcl.so ln -s /usr/include/tcl8.4/tk.h /usr/include/tk.h ln -s /usr/include/tcl8.4/tcl.h /usr/include/tcl.h ln -s /usr/include/tcl8.4/tclDecls.h /usr/include/tclDecls.h ln -s /usr/include/tcl8.4/tclPlatDecls.h /usr/include/tclPlatDecls.h cd pd-0.37-test6/src/ ./configure
then edit line 22 and add the following path to the INCLUDE definition: -I/usr/include/tcl8.4/
Pd should then compile.
Regards,
Chris. _________________________________ chris@mccormick.cx http://www.mccormick.cx http://www.hypercube.com.au http://www.sciencegirlrecords.com