Friday, September 17, 2010

Re: minor bugs in window vim compilation

Bill Lam wrote:

> I was able to build window vim using mingw cross-compiled under debian. But
> I found it failed to link for TINY build, the reason is inside os_mswin.c,
> enc_to_utf8 and acp_to_enc routines are nested inside feature clipboard,
> but moving these feat_mbyte out of clipboard's #IF block. It can build
> successfully.

What features did you build with then? Without clipboard but with
multi-byte?

> Another note, I found the size of vim.exe for normal built from mingw is 2M
> which is nearly double of that in vim binary distribution. Perhaps msvc
> still gets some merits.

Did you try stripping the binary?

--
hundred-and-one symptoms of being an internet addict:
153. You find yourself staring at your "inbox" waiting for new e-mail
to arrive.

/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

--
You received this message from the "vim_use" 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

No comments:

Post a Comment