Re: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-16 Fir de Conversatie Paul Moore
2008/9/16 Bram Moolenaar <[EMAIL PROTECTED]>: > > Paul Moore wrote: > >> On Sep 11, 3:06 am, Luis Carvalho <[EMAIL PROTECTED]> wrote: >> > In any case, the latest version of the patch that fixes Make_bc5.mak can be >> > found at: >> > >> > http://wiki.linuxfromscratch.org/blfs/attachment/wiki/vim/

Re: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-16 Fir de Conversatie Bram Moolenaar
Paul Moore wrote: > On Sep 11, 3:06 am, Luis Carvalho <[EMAIL PROTECTED]> wrote: > > In any case, the latest version of the patch that fixes Make_bc5.mak can be > > found at: > > > > http://wiki.linuxfromscratch.org/blfs/attachment/wiki/vim/vim72-lua-0...http://wiki.linuxfromscratch.org/blfs/att

Re: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-15 Fir de Conversatie Paul Moore
On Sep 11, 3:06 am, Luis Carvalho <[EMAIL PROTECTED]> wrote: > In any case, the latest version of the patch that fixes Make_bc5.mak can be > found at: > > http://wiki.linuxfromscratch.org/blfs/attachment/wiki/vim/vim72-lua-0...http://wiki.linuxfromscratch.org/blfs/attachment/wiki/vim/vim72-lua-m..

Re: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-12 Fir de Conversatie Paul Moore
On Sep 11, 3:06 am, Luis Carvalho <[EMAIL PROTECTED]> wrote: > > :lua print (12 * 36) > > works, but > > :lua print (0 / 0) > > or > > :lua print ( * ) > > crashes Vim > > I couldn't reproduce this behavior, but I don't have Vim compiled with BCC. When compiled with mingw/gcc 0/0

Re: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-10 Fir de Conversatie Luis Carvalho
> In this patch, for Make_bc5.mak, I have found two errors: > > line 42: > > +INTERP_DEFINES = $(INTERP_DEFINES) -DDYNAMIC_LUA > > -DDYNAMIC_LUA_DLL=\"lua$(PERL_VER).dll\" > LUA_VER > > line 90: > >+$(LUA_LIB_FLAG)perl.lib+ > lua.lib Thanks for the report. > I have a warning, using Vim 7.

RE: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-09 Fir de Conversatie John Beckett
Mondal, Shishir wrote: > I have tried earlier, but could not do that: any one knows > definite steps how to unsubscribe from the list? Please report any problem you have when you try the following (report = reply to this mail): Click the link in the footer of the mail: > You received this messa

RE: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-09 Fir de Conversatie Mondal, Shishir
interface : Borland C++ 5.5.1 test On Fri, 5 Sep 2008 13:49:12 -0400, Luis Carvalho wrote: > I've also patched the Windows makefiles: > > http://wiki.linuxfromscratch.org/blfs/attachment/wiki/vim/vim72-lua-ma > k-0.4.patch.gz In this patch, for Make_bc5.mak, I have found two

Re: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-09 Fir de Conversatie Patrick Texier
On Fri, 5 Sep 2008 13:49:12 -0400, Luis Carvalho wrote: > I've also patched the Windows makefiles: > > http://wiki.linuxfromscratch.org/blfs/attachment/wiki/vim/vim72-lua-mak-0.4.patch.gz In this patch, for Make_bc5.mak, I have found two errors: line 42: > +INTERP_DEFINES = $(INTERP_DEFINES) -