On Tue, 2008-02-12 at 21:09 -0500, James Vega wrote: > On Tue, Feb 12, 2008 at 08:40:35PM -0500, Taylor Venable wrote: > > > > On Tue, 2008-02-12 at 21:26 +0100, Bram Moolenaar wrote: > > > So, is $TCL_INC something that the tcl shell always uses? My manual > > > page for tclsh doesn't mention it. > > > > I'm not sure, but the configure script checks for it. > > > > I was actually a little surprised, because I thought the configure > > script would find /usr/include/tcl8.4 on my Debian testing system, but > > it didn't for some reason. So I read the configure script and found > > that it recognizes TCL_INC. > > Well, that's due to the Tcl maintainers in Debian deciding to move the > arch-independent files under /usr/share. This breaks the way that Vim's > configure script checks for Tcl. I'm using the attached patch to the > Debian Vim packages will detect Tcl and build with it.
Yes, that works for my setup. I would have thought that it would work the same way it does in Ubuntu, but evidently there's a slight difference in the TCL packages between it and Debian. Great thanks, James. -- Taylor Venable http://real.metasyntax.net:2357/ foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or [f(l[0], foldr(f, i, l[1:]))])[0] --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
