lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org]
> On Behalf Of Martin Krpan
> Sent: Wednesday, December 29, 2010 12:45 AM
> To: Lua mailing list
> Subject: Re: lanes report error when script ends
> 
> 
> I found what was wrong here. It is a bug in linda_send function.
> patch is attached.
> 
Many thanks, it looks like a stupid copy/paste bug of mine.

> Also I builded library with crosscompiler i586-mingw32msvc-gcc and had
> to change some #if defined lines. patch is also attached.
> 

This will get in the next release too.


> And finaly: I do not use msvcr80.dll so I had to comment out line in
> src/threading.h or else it would not link.
> # define mktime _mktime32
> 

I'm not sure what to do about that one. If I comment it as you say, msvcr80.dll will have a problem too.

> Martin