On Sat, 6 Dec 2003 10:23:31 +0100, Frank Barknecht wrote:
Hallo, Jim Qode hat gesagt: // Jim Qode wrote:
hello all,
i'm having some compile problems under gentoo linux. i downloaded the source tgz package untgzd it under /usr/src cd /usr/src/pdetcetc/src ./configure --enable-alsa make depend
fine until this point till i do: make
which compiles for a time and then gives this error:
gcc -DPD -DUNIX -Wall -W -Wstrict-prototypes -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -DDL_OPEN -DPA_USE_OSS -DPA_LITTLE_ENDIAN -DUSEAPI_OSS
-I../portaudio/pa_common -I../portaudio/pablio -I../portaudio/portmidi-macosx -Werror -DINSTALL_PREFIX="/usr/local" -I. -c -o ../obj/t_main.o t_main.c t_main.c:18:16: tk.h: No such file or directoryYou miss tk.h. It should be somewhere under /usr/include and it probably is part of some devel package for libtcl/tk. Gentoo users might know more details.
switching to root and doing:
emerge tk
will grab all that is needed for tcl/tk and put it where everything else (meaning pd) can find it.
btw, (just in case you didn't know), pd is in portage.
-jon
Jonathan Kraut NYC jak76@columbia.edu