conceal-ownsyntax vim7-patches: 1-158 errors

2006-11-07 Thread pizomer
Hi all
I can't patch vim with conceal-ownsyntax.
The patch it's applied with only 2 errors

patching file src/spell.c
Hunk #14 FAILED at 2042.
Hunk #24 FAILED at 9271.

Someone here ecountered the same problem?

The real problems is because I don't know how 
to program in C , i do ok with './configure' 
and 'make' but that is all I can do.

If some kind soul can take a look at the problem
I'll appreciate the help.

Thanks in advance

P.S
patch taken from
http://vince.negri.googlepages.com/conceal-ownsyntax.diff



test49 FAILED

2006-11-05 Thread pizomer

Hi all
I have a question
How I can find why 'make test'
fails on test #49 .

I commpile vim with the following

./configure --enable-perlinterp \
[1230]
--enable-pythoninterp \
--enable-tclinterp \
--enable-rubyinterp \
--enable-sniff \
--enable-multibyte \
--enable-xim \
--enable-fontset \
--enable-gui \
--with-vim-name=vi7 \
--with-ex-name=ex7 \
--with-view-name=vimv7 \
--with-features=huge \
[EMAIL PROTECTED] \
--with-x \
--with-python-config-dir=/usr/local/lib/python2.4/config

and I am on

Linux localhost 2.6.16.13-4-default #1 Wed May 3 04:53:23 UTC 2006 x86_64 
x86_64 x86_64 GNU/Linux

I will appreciate all tips/ideas
Thanks.