Hi, 2017/7/25 Tue 20:11:29 UTC+9 tux. wrote: > I always sync to head first. I'll supply the log tomorrow evening, won't be > on the machine today...:) Basically, undefined _vterm_* symbols during > linking, only on x64. Hmm.
If you try to build 32- and 64-bit version in the same directory, it might happen. I suppose that 32-bit version of libvterm remained when you tried to build 64-bit version. The following patch should fix it: https://groups.google.com/d/msg/vim_dev/s2_4gPDWlyA/AwnN1xX2CQAJ 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/d/optout.
