[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work1) now available
- From: Alexander Gladysh <agladysh@...>
- Date: Sun, 10 Jan 2010 16:21:11 +0300
On Sun, Jan 10, 2010 at 16:14, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> lauxlib.h still includes a definition of luaI_openlib (aka.
>> luaL_openlib under 5.1 + compatibility), but an implementation is not
>> provided, resulting in errors at link time. I suspect that the
>> definition should be removed, thus moving the error to compile time.
> Which errors at link time? I don't see any in either linux or macosx.
> Which platform are you using?
I think he means errors in the user's code that still tries to use
lual_openlib().
Alexander.