Re: [ANN] Lua 5.2.0 (work1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work1) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2010年1月10日 11:34:26 -0200
> 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().
Oh, ok, that's right.