Hi Bram, 2013/09/09 Mon 21:14:44 UTC+9 Ken Takata wrote: > Hi, > > 2013/08/13 Tue 11:42:43 UTC+9 Ken Takata wrote: > > Hi tux, > > > > 2013/08/13 Tue 5:41:44 UTC+9 tux. wrote: > > > Weirdly, Vim fails to build with ActiveTcl 8.6.0.0 on MSVC2010, saying > > > > > > _Tcl_FindExecutable is an "unresolved symbol"...? > > > > I found the following lines in the C:\Tcl86\include\tclDecls.h: > > > > #if defined(USE_TCL_STUBS) > > # undef Tcl_CreateInterp > > # undef Tcl_FindExecutable > > > > I don't know why Tcl_FindExecutable is undefined, but this is the cause of > > the linkage error. > > Attached patch seems to fix this problem, but I'm not sure this is > > the right solution because I'm not familiar with Tcl. > > Sorry, this patch was not a right solution. > Please refer to the following issue reported by Jan Nijtmans: > http://code.google.com/p/vim/issues/detail?id=167
Please remove the following lines from the todo.txt: TCL: With MSVC 2010 doesn't find Tcl_FindExecutable. (tux) Patch to define it. (Ken Takata, 2013 Aug 12) Is this right? Probably not: http://code.google.com/p/vim/issues/detail?id=167 This is fixed with 7.4.046. Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
