[slim-vim] progress - great!

Sampo Vuori sampo at vuoret.net
Sat Jul 15 10:41:58 CDT 2006


> Now, though, ECL has released 0.9i, and we should update the Vim
> repository to work with the released version.
I agree.

> > Then next compiler error was:
> >
> > if_ecl.c:160: error: 'union cl_lispunion' has no member named
> > 'string'
> >
> > Looks like string is member of cl_lispunion only when ECL_UNICODE is
> > defined, so I did a dirty trick and added #define ECL_UNICODE to
> > src/if_ecl.c.
>
> I'll look into this.  I doubt that an executable built this way would
> run.  But you probably knew that.  :)
Yep, I just wanted to get further to see if there are more problems :)

>
> > Next errors come from the linker:
> > objects/if_ecl.o: In function `intern_vim':if_ecl.c:(.text+0x14):
> > undefined reference to `make_string_copy'
>
> I'll look at this too.  make_string_copy is a valid ECL function in my
> current copy.  But I'm not even running 0.9i, much less current CVS.
Well I think staying compatible with cvs-version would be too much
work and not even sensible. But I guess many will get the newest
stable and it'd be great if it worked.

- Sampo


More information about the slim-vim mailing list