Re: Patch 7.3.820

2013-02-16 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > Hi Steve, > > 2013/02/16 Sat 5:45:48 UTC+9 Steve Hall wrote: > > > > > > > Do you enable OLE? Sorry, I didn't care about that. > > > Please try attached patch with an option STATIC_STDCPLUS=yes. > > > > > > $ make -f Make_cyg.mak STATIC_STDCPLUS=yes > > > > > > This optio

Re: Patch 7.3.820

2013-02-15 Fir de Conversatie Ken Takata
Hi Steve, 2013/02/16 Sat 5:45:48 UTC+9 Steve Hall wrote: > > > > Do you enable OLE? Sorry, I didn't care about that. > > Please try attached patch with an option STATIC_STDCPLUS=yes. > > > > $ make -f Make_cyg.mak STATIC_STDCPLUS=yes > > > > This option is the same as Make_ming.mak. > > This

Re: Patch 7.3.820

2013-02-15 Fir de Conversatie Steve Hall
On Fri, Feb 15, 2013 at 12:47 PM, Ken Takata wrote: > > Do you enable OLE? Sorry, I didn't care about that. > Please try attached patch with an option STATIC_STDCPLUS=yes. > > $ make -f Make_cyg.mak STATIC_STDCPLUS=yes > > This option is the same as Make_ming.mak. This breaks my gui build (gvi

Re: Patch 7.3.820

2013-02-15 Fir de Conversatie Ken Takata
Hi Steve, 2013/02/16 Sat 2:12:54 UTC+9 Steve Hall wrote: > > 1. Install mingw-gcc-g++ package. > >i686-pc-mingw32-gcc (4.5.2) can be used. > > This solved my build error, but now I have a dependency problem: > > The program can't start because libstdc++-6.dll is missing from your > comp

Re: Patch 7.3.820

2013-02-15 Fir de Conversatie Steve Hall
On Fri, Feb 15, 2013 at 9:58 AM, Ken Takata wrote: > 2013/02/15 Fri 22:54:17 UTC+9 Steve Hall wrote: > >> Perhaps it was an earlier patch (my previous build was .801), but my >> build with Cygwin now is broken: [...] >> Make_cyg.mak:613: recipe for target `obj/blowfish.o' failed >> make: *** [obj/

Re: Patch 7.3.820

2013-02-15 Fir de Conversatie Ken Takata
Hi Steve, 2013/02/15 Fri 22:54:17 UTC+9 Steve Hall wrote: > Perhaps it was an earlier patch (my previous build was .801), but my > build with Cygwin now is broken: > > mkdir -p obj i686-pc-mingw32-gcc -c -O3 -fomit-frame-pointer > -freg-struct-return -fno-strength-reduce -DWIN32 -DHAVE_PATHDEF >

Re: Patch 7.3.820

2013-02-15 Fir de Conversatie Steve Hall
On Thu, Feb 14, 2013 at 4:20 PM, Bram Moolenaar wrote: > > Patch 7.3.820 > Problem:Build errors and warnings when building with small features and > Lua, Perl or Ruby. Perhaps it was an earlier patch (my previous build was .801), but my build with Cygwin now is broke

Patch 7.3.820

2013-02-14 Fir de Conversatie Bram Moolenaar
Patch 7.3.820 Problem:Build errors and warnings when building with small features and Lua, Perl or Ruby. Solution: Add #ifdefs and UNUSED. Files: src/if_perl.xs, src/if_lua.c, src/if_ruby.c *** ../vim-7.3.819/src/if_perl.xs 2013-02-06 19:58:38.0 +0100