Very strange problem about messages in 64bit vim

2011-08-30 Thread zhufeng
hey guys, there is a problem about messages in 64bit vim. I tried to compile a 64bit vim with MS VC2010 64bit compiler, and I modified the file "bigvim.bat" to do this, the file is about this : :: command to build big Vim with OLE, Perl, Python, Ruby and Tcl nmake -f Make_mvc.mak FEATURES=HUGE GU

Re: Very strange problem about messages in 64bit vim

2011-08-30 Thread Tony Mechelynck
On 31/08/11 01:44, zhufeng wrote: hey guys, there is a problem about messages in 64bit vim. I tried to compile a 64bit vim with MS VC2010 64bit compiler, and I modified the file "bigvim.bat" to do this, the file is about this : :: command to build big Vim with OLE, Perl, Python, Ruby and Tcl nm

Re: Very strange problem about messages in 64bit vim

2011-08-30 Thread zhufeng
I tried to use TDM-gcc 4.5.2 64bit, but there are so many errors while compiling that I am not able to fix, there seems to be some thing wrong, I don't whether I configured it correctly, but with TDM-gcc 4.5.2 32bit, it just compiled correctly. On Aug 31, 1:21 pm, Tony Mechelynck wrote: > On 31/0

Re: Very strange problem about messages in 64bit vim

2011-08-31 Thread Tony Mechelynck
On 31/08/11 07:37, zhufeng wrote: I tried to use TDM-gcc 4.5.2 64bit, but there are so many errors while compiling that I am not able to fix, there seems to be some thing wrong, I don't whether I configured it correctly, but with TDM-gcc 4.5.2 32bit, it just compiled correctly. Well, if it's an

Re: Very strange problem about messages in 64bit vim

2011-08-31 Thread Sergey Khorev
> hey guys, there is a problem about messages in 64bit vim. > > But when finished compiling, I found that all messages in vim are > English (Mother tongue is Chinese), and the menus are Chinese, this > puzzled me a lot. > In order to figure out this, I tried some other ways. > > First, I tried to c

Re: Very strange problem about messages in 64bit vim

2011-08-31 Thread zhufeng
oh man , you are definitely right, I tried to compiled iconv and gettext with MS VC2010 64bit compiler, and replace the original iconv.dll and libintl.dll with 64 bit ones, and that just work, messages in 64bit vim bacame Chinese, Thanks very much ! On Sep 1, 12:27 am, Sergey Khorev wrote: > > he