hello list,
i'm trying to install pd on my debian system and i'm having some problems. when i run ./configure in the /src directory, i get a string of error messages, including:
checking for main in -lX11... no checking for main in -lffm... no checking for tcl.h... no checking for tcl8.1/tcl.h... no checking for tcl8.2/tcl.h... no checking for tcl8.3/tcl.h... no checking for tcl8.4/tcl.h... no checking for tcl8.5/tcl.h... no
i assume this means i have libraries missing, could someone help me work out which ones? when i run 'make depend' after this, i get the error message 'make: *** No rule to make target 'depend'. Stop.' don't know if this helps work out what's what..
i would appreciate any help! thanks,
nick
-- +++http://f-matic.net++ +++audiovideotextstuff+
nick phillips hat gesagt: // nick phillips wrote:
hello list,
i'm trying to install pd on my debian system and i'm having some problems. when i run ./configure in the /src directory, i get a string of error messages, including:
checking for main in -lX11... no checking for main in -lffm... no checking for tcl.h... no checking for tcl8.1/tcl.h... no checking for tcl8.2/tcl.h... no checking for tcl8.3/tcl.h... no checking for tcl8.4/tcl.h... no checking for tcl8.5/tcl.h... no
You need xlibs-dev, tcl8.X-dev and tk8.X-dev. The tcl/tk headers might need a softlink from /usr/include/tcl8.3/tk.h to /usr/include/tk.h, which is and old debian problem noone knows the right answer to. I guess one needs to set up the alternatives system in a specific way, but I don't know how.
You can also install my unofficial pd-0.35-test11 debian package from http://footils.radio-worldwi.de for woody:
Package: pd Status: install ok installed Priority: extra Section: sound Installed-Size: 3596 Maintainer: FB Version: 0.35.0-test11 Depends: x-terminal-emulator, libasound2 (>= 0.9.0beta10a-1), libc6 (>= 2.2.4-4), tcl8.3 (>= 8.3.2), tk8.3 (>= 8.3.0), xlibs (>> 4.1.0) Recommends: gem Description: Realtime Computer Music and Graphics System. A real-time graphical programming environment for audio and graphics analysis and rendering. Pd's audio functions are built-in; graphical computations require a separate package named GEM ("Graphics Environment for Multimedia"). Pd and GEM are available for SGI machines, IBM PC compatibles (running NT or W95) and Linux (PCs or Alpha machines).
__ __
Frank Barknecht ____ ______ ____ __ trip\ \ / /wire ______
/ __// __ /__/ __// // __ \ / / __ \ ___\
/ / / ____/ / / / // ____// /\ \ ___\____ \
/_/ /_____/ /_/ /_//_____// / \ \_____\_____
/_/ _\
Hello!
On Sat, 23 Mar 2002, Frank Barknecht wrote:
You need xlibs-dev, tcl8.X-dev and tk8.X-dev. The tcl/tk headers might need a softlink from /usr/include/tcl8.3/tk.h to /usr/include/tk.h, which is and old debian problem noone knows the right answer to. I guess one needs to set up the alternatives system in a specific way, but I don't know how.
The link should not be needed any more from 0.35-test-something. I am positive test11 doesn't need it any more.
I've been fiddling with configure.in trying to get it working in more general way (X11 libs, tcl/tk headers and so on). If it still doesn't work, please report the problem.
Miha...