vim/win32 built with mingw/cygwin ?

2006-04-18 Thread Yakov Lerner
I wonder if anybody tried to build win32 native gvim
with mingw or/and cygwin (the native win32 gui vim).

Yakov


Re: vim/win32 built with mingw/cygwin ?

2006-04-18 Thread Georg Dahn

Hi!

 I wonder if anybody tried to build win32 native gvim
 with mingw or/and cygwin (the native win32 gui vim).

Before I switched to the free MS compiler (I follow George Reilly's
instructions) I had built gVim and Vim with native MinGW. I have never
had any problems. IMHO building Vim with MinGW is much easier than
building it with the MS compiler, because it takes some time to install
the MS compiler and everything which is needed for building Vim.
Installing MinGW with its installer is not only much easier, the amount
of downloaded bytes is significantly smaller, too.

Best wishes,
Georg





Send instant messages to your online friends http://uk.messenger.yahoo.com 


Re: vim/win32 built with mingw/cygwin ?

2006-04-18 Thread Steve Hall
From: Yakov Lerner, Apr 18, 2006 12:08 PM
 
 I wonder if anybody tried to build win32 native gvim with mingw
 or/and cygwin (the native win32 gui vim).

I've been building Windows packages with Cygwin since the middle of
last year:

  http://cream.sourceforge.net/vim.html

The latest beta 7.0e seems to be testing fine, too.


-- 
Steve Hall  [ digitect mindspring com ]





Re: vim/win32 built with mingw/cygwin ?

2006-04-18 Thread Yakov Lerner
Thanks everybody who answered.

Yakov