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
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
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
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/mbyt
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