Bill Lam wrote:

> ðÔÎ, 17 óÅÎ 2010, Bram Moolenaar ÐÉÓÁÌ(Á):
> > 
> > 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?
> > 
> I attached the diff -u of my makefile for reference.
> incidentally, there is a spelling error in the word 'version' that contain
> strange character.

It appears that IME is defined, resulting in FEAT_MBYTE_IME to be
defined, and feature.h will then define FEAT_MBYTE.

Try removing IME.

-- 
"Hit any key to continue" it said, but nothing happened after F sharp.

 /// Bram Moolenaar -- b...@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

Reply via email to