Re: Patch 7.3.773

2013-01-19 Fir de Conversatie Cesar Romani
On 19/01/2013 01:13 p.m., Bram Moolenaar wrote: > > Casar Romani wrote: > >> I'm building vim on windows 7 with MinGW. >> By updating to the latest release I got the following error by make: >> >> >> [...] >> In file included from if_perl.xs:16:0: >> vim.h:2188:21: fatal error

Re: Patch 7.3.773

2013-01-19 Fir de Conversatie Cesar Romani
On 19/01/2013 01:13 p.m., Bram Moolenaar wrote: > > Casar Romani wrote: > >> I'm building vim on windows 7 with MinGW. >> By updating to the latest release I got the following error by make: >> >> >> [...] >> In file included from if_perl.xs:16:0: >> vim.h:2188:21: fatal error

Re: Patch 7.3.773

2013-01-19 Fir de Conversatie Bram Moolenaar
Casar Romani wrote: > I'm building vim on windows 7 with MinGW. > By updating to the latest release I got the following error by make: > > > [...] > In file included from if_perl.xs:16:0: > vim.h:2188:21: fatal error: EXTERN.h: No such file or directory > compilation termina

Re: Patch 7.3.773

2013-01-19 Fir de Conversatie Cesar Romani
On 19/01/2013 08:02 a.m., Bram Moolenaar wrote: > > Patch 7.3.773 (after 7.3.767) > Problem:Crash when OriginalFirstThunk is zero. > Solution: Skip items with OriginalFirstThunk not set. (Ken Takata) > Files: src/mbyte.c > > > *** ../vim-7.3.772/src/mbyte.c 2013-01-17 14:39:43.00

Re: [patch] tiny-vim builts with gtk gui

2013-01-19 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Do, 17 Jan 2013, Bram Moolenaar wrote: > > > I cannot reproduce the problem. Does this depend on the version of GTK? > > I'm also using glib-2.0 though. Any other feature that matters? > > If you look at feature.h it is clear, that a gui tiny built does not > d

Re: Patch 7.3.767

2013-01-19 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > > Patch 7.3.767 > > Problem:(Win32) The _errno used for iconv may be the wrong one. > > Solution: Use the _errno from iconv.dll. (Ken Takata) > > Files:src/mbyte.c > > I had a report from Yasuhiro Matsumoto that this patch causes a crash > with some kind of

Patch 7.3.773

2013-01-19 Fir de Conversatie Bram Moolenaar
Patch 7.3.773 (after 7.3.767) Problem:Crash when OriginalFirstThunk is zero. Solution: Skip items with OriginalFirstThunk not set. (Ken Takata) Files: src/mbyte.c *** ../vim-7.3.772/src/mbyte.c 2013-01-17 14:39:43.0 +0100 --- src/mbyte.c 2013-01-19 13:59:21.0 +0100 **

Re: Dependency of gui_w32.c is not correct

2013-01-19 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > gui_w32.c depends on gui_w48.c, but the dependency in Make_cyg.mak > and Make_ming.mak is not correct. If I edit only gui_w48.c, > Vim is not built. > Attached patch fix this. Thanks, I'll include it soon. -- Eight Megabytes And Continually Swapping. /// Bram Moolenaar --