[PD] tk.h: No such file or directory

d dieb13 at klingt.org
Mon Nov 26 22:30:13 CET 2001


hi!
i had the same problem with my debian system and tcl/tk 8.3
if you put the whole path in the include-directive in
t_main.c and t_tkcmd.c make will work.

t_main.c:#include "/usr/include/tcl8.3/tk.h"
t_tkcmd.c:#include "/usr/include/tcl8.3/tk.h"


regards
d13b

> 
> how could i prevent this error message? what is wrong?
> 
> audio1:/opt/download/pd-0.34-4/src# make
> cc -DPD -DUNIX  -Wall -W -Wstrict-prototypes  -Werror -Wno-unused
> -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer
> -DINSTALL_PREFIX=\"/usr/local\" -I. -c -o ../obj/t_main.o t_main.c
> t_main.c:16: tk.h: No such file or directory
> make: *** [t_main.o] Error 1
> 
> the tk.h file is in /usr/include/tcl8.3/tk.h



More information about the Pd-list mailing list