[PD] compiling under debian

Chris McCormick chris at mccormick.cx
Tue Jul 1 17:19:56 CEST 2003


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 at mccormick.cx
http://www.mccormick.cx
http://www.hypercube.com.au
http://www.sciencegirlrecords.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20030701/5d63dc46/attachment.pgp>


More information about the Pd-list mailing list