On Sun Feb 26, 2006 at 08:04:08PM -0500, Hans-Christoph Steiner wrote:
All of Kzrysztof's miXed stuff is built with a rather complicated Make build system,
theres also a much less complicated SCons script which builds miXed. his problem is a long documented issue of debian putting the main tcl header in a subdir. he's welcome to add an include path to the script..or make it autodetect somehow..and beg for CVS access if he cant do this :)
tcl.h so i had to change from:
#include <tcl.h> to: #include <tcl8.4/tcl.h>