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
The comments in the patch contain non-ASCII characters. I've seen
before that these may cause trouble.
If you used the path from the e-mail you can first check if it's equal
to what is on the ftp site: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.193
Then check the lines in digraph.c if they match with what's in the
patch. Perhaps patch itself can't handle characters with the 8th bit
set.
--
You know you use Vim too much when you have this alias in your
~/.bashrc file: alias :e=/bin/vim (Eljay Love-Jensen)
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---