hi all,
i just did a fresh external checkout and cd build/scons. only 1 error in /externals/miXed/toxy/plustot.h - doesn't seem to find my tcl.h so i had to change from:
#include <tcl.h> to: #include <tcl8.4/tcl.h>
weird! maybe it's me! pat
All of Kzrysztof's miXed stuff is built with a rather complicated Make build system, so its probably best to use that if you want to build those from source. He maintains it well, I've never had problems with it.
Or just download what you need from Pd-extended.
.hc
On Feb 26, 2006, at 1:56 PM, patrick wrote:
hi all,
i just did a fresh external checkout and cd build/scons. only 1 error in /externals/miXed/toxy/plustot.h - doesn't seem to find my tcl.h so i had to change from:
#include <tcl.h> to: #include <tcl8.4/tcl.h>
weird! maybe it's me! pat
PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
________________________________________________________________________ ____
¡El pueblo unido jamás será vencido!
hi hans,
it's a great job! only /externals/miXed/toxy/plustot.h stop the scons building of all externals (well not flext, xsample and such).
chow pat
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>