Hey Tim,
Thanks for adding the sarge path /usr/include/tcl8.4 so scons can find the header files.
now it finds tcl.h but not tk.h (it is in the same directory)
bbogart@insitu:~/pd-stuff/pd$ ls /usr/include/tcl8.4/ tclDecls.h tclPlatDecls.h tkDecls.h tkPlatDecls.h tcl.h tcl-private tk.h tk-private
Here is my scons output:
scons: Reading SConscript files ... Checking for sin() in C library m... yes Checking for main() in C library tcl... no Checking for main() in C library tcl8.0... no Checking for main() in C library tcl8.1... no Checking for main() in C library tcl8.2... no Checking for main() in C library tcl8.3... no Checking for main() in C library tcl8.4... yes Checking for main() in C library tk... no Checking for main() in C library tk8.0... no Checking for main() in C library tk8.1... no Checking for main() in C library tk8.2... no Checking for main() in C library tk8.3... no Checking for main() in C library tk8.4... yes Checking for C header file tcl.h... no Checking for C header file tcl/tcl.h... no Checking for C header file tcl8.0/tcl.h... no Checking for C header file tcl8.1/tcl.h... no Checking for C header file tcl8.2/tcl.h... no Checking for C header file tcl8.3/tcl.h... no Checking for C header file tcl8.4/tcl.h... yes Checking for C header file tk.h... no Checking for C header file tk/tk.h... no Checking for C header file tk8.0/tk.h... no Checking for C header file tk8.1/tk.h... no Checking for C header file tk8.2/tk.h... no Checking for C header file tk8.3/tk.h... no Checking for C header file tk8.4/tk.h... no Checking for C header file tk8.5/tk.h... no Checking for C header file tk8.6/tk.h... no Checking for C header file tk8.7/tk.h... no Checking for C header file tk8.8/tk.h... no Checking for C header file tk8.9/tk.h... no can't find tk header
Almost there Tim, thanks a lot for your work.
B>