enigma-devel
[Top][All Lists]
Advanced

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

Re: [Enigma-devel] Warning: trunk r121-123 and all branches/lua5 revisio


From: Ronald Lamprecht
Subject: Re: [Enigma-devel] Warning: trunk r121-123 and all branches/lua5 revision delete score file!
Date: Wed, 12 Apr 2006 22:11:07 +0200
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Hi Tacvek,

Ronald Lamprecht schrieb:
The problem should be located somewhere in src/options.cc options::GetLevelStatus() - but I am currently a little bit short of time to fix it immediately.


in lauxlib.h I found
#if defined(LUA_COMPAT_GETN)
LUALIB_API int (luaL_getn) (lua_State *L, int t);
LUALIB_API void (luaL_setn) (lua_State *L, int t, int n);
#else
#define luaL_getn(L,i)          ((int)lua_objlen(L, i))
#define luaL_setn(L,i,j)        ((void)0)  /* no op! */
#endif

Did you set LUA_COMPAT_GETN ?

- Ronald




reply via email to

[Prev in Thread] Current Thread [Next in Thread]