Hello fellow Vimmers,

I noticed that you can set TCL_INC in the environment to affect where
the TCL header files are located, but this does not impact compilation.
I'm not sure how to go about doing so myself, so I will just suggest
that the make rule for building if_tcl.o examines TCL_INC and adds "-I
${TCL_INC}" [or equivalent] to the compiler options when the value of
TCL_INC is used by configure to find the TCL header location.  This
would prevent users from having to set both CPPFLAGS and TCL_INC to
reflect the same place.

Best regards,

-- 
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
-~----------~----~----~----~------~----~------~--~---

Raspunde prin e-mail lui