Bill McCarthy wrote:
> On Thu 3-Jan-08 8:49pm -0600, Bill McCarthy wrote:
>
>> On Thu 3-Jan-08 10:54am -0600, Bram Moolenaar wrote:
>
>>> Patch 7.1.193
>>> Problem: Some Vim 5.x digraphs are missing in Vim 7, even though the
>>> character pairs are not used. (Philippe de Muyter)
>>> Solution: Add those Vim 5.x digraphs that don't conflict with others.
>>> Files: src/digraph.c
>
>> I hadn't seen this warning before:
>>
>> pad> pv 193
>> patching file src/digraph.c
>> Hunk #1 succeeded at 1978 with fuzz 1.
>> patching file src/version.c
>>
>> SVN is only at 191 at the moment so I can't check to see if
>> the patch really worked.
>
> I don't have to wait for SVN - I just tried to rebuild after
> adding patches 189-196. It failed :-(
>
> gcc -c -Iproto -DWIN32 -DWINVER=0x0400 -D_WIN32_WINNT=0x0400
> -DHAVE_PATHDEF -DFEAT_BIG -DHAVE_GETTEXT -DHAVE_LOCALE_H
> -DDYNAMIC_GETTEXT -DFEAT_CSCOPE -DFEAT_MBYTE -DFEAT_MBYTE_IME
> -DDYNAMIC_IME -DDYNAMIC_ICONV -pipe -w -march=pentium3 -Wall
> -Ic:/util/MzScheme/include -DFEAT_MZSCHEME
> -DMZSCHEME_COLLECTS=\"c:/util/MzScheme/collects\" -DDYNAMIC_MZSCHEME
> -DDYNAMIC_MZSCH_DLL=\"libmzsch209_000.dll\"
> -DDYNAMIC_MZGC_DLL=\"libmzgc209_000.dll\" -DFEAT_PYTHON -I
> c:/util/python24/include -DDYNAMIC_PYTHON
> -DDYNAMIC_PYTHON_DLL=\"python24.dll\" -O3 -fomit-frame-pointer
> -freg-struct-return -s digraph.c -o objZ/digraph.o
> digraph.c:1981: error: syntax error before '=' token
> digraph.c:1984: error: syntax error before '{' token
> make: *** [objZ/digraph.o] Error 1
>
Maybe you got a corrupt file (or files)? In the course of Vim 7.1 life, I have
applied all patches in sequence, and most of them (including 7.1.193) didn't
give any patch message -- and the 7.1.196 compile didn't fail either. If you
want, I can "make distclean" on a copy of my build directory tree and send you
a .zip or .tgz of that.
Best regards,
Tony.
--
Real software engineers work from 9 to 5, because that is the way the
job is described in the formal spec. Working late would feel like
using an undocumented external procedure.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---