I also found that location a little odd...
I think there is a typo in the Scons script now:
TypeError: not all arguments converted during string formatting: File "SConstruct", line 29: pdwatchdog, pdsend, pdreceive, pdgui, pd, pdlib = SConscript('./src/SConscript') File "/usr/lib/scons/SCons/Script/SConscript.py", line 581: return apply(method, args, kw) File "/usr/lib/scons/SCons/Script/SConscript.py", line 508: return apply(_SConscript, [self.fs,] + files, {'exports' : exports}) File "/usr/lib/scons/SCons/Script/SConscript.py", line 239: exec _file_ in stack[-1].globals File "src/SConscript", line 144: if conf.CheckHeader('tcl8.4/tk.h' % i):
Sorry Tim!
b>
Tim Blechmann wrote:
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)
wow ... what a great place to put this :-/
the scons build system should find it now ...
t