search for: luaconf

Displaying 8 results from an estimated 8 matches for "luaconf".

2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...ltm.c | 20 +- com32/lua/src/ltm.h | 9 +- com32/lua/src/lua.c | 341 +- com32/lua/src/lua.h | 225 +- com32/lua/{etc => src}/lua.hpp | 0 com32/lua/src/luac.c | 332 +- com32/lua/src/luaconf.h | 737 ++-- com32/lua/src/lualib.h | 47 +- com32/lua/src/lundump.c | 141 +- com32/lua/src/lundump.h | 22 +- com32/lua/src/lvm.c | 923 ++-- com32/lua/src/lvm.h | 26 +- com32/lua/src/lzi...
2013 Jul 18
4
LUA
...of Lua. I am on a closed network, so no access to the internet so I am not able to just install Lua using yum. OS CentOS 6.4 Asterisk version 1.8.13.0 & 11.4 $ find / -name *lua* /usr/local/include/lua.h /usr/local/include/lua.hpp /usr/local/include/lualib.h /usr/local/include/luaconf.h /usr/local/lib/lua /usr/local/lib/liblua.a /usr/local/bin/luac /usr/local/bin/lua /usr/lib64/liblua-5.1.so /usr/bin/luac /usr/bin/lua Jacob Miles Software Engineer jacob.e.miles at l-3com.com 903.457.4422 -------------- next part -------------- An HTML attachment was...
2014 Jun 03
2
Undef symbol FAIL: luaL_checklstring in vesa.c32
...) /lua/?.c32;/lua/?/init.c32;/extlinux/?.c32;/extlinux/?/init.c32;./?.c32 The question marks above are replaced by the argument of require(). This variable is preset by setpath() at com32/lua/src/loadlib.c:674, where some string could be inserted before the question marks, or LUA_CPATH_DEFAULT (in luaconf.h) could be set to _lua.c32 instead of simply .c32 to have some extra suffix. -- Regards, Feri.
2014 Jun 05
1
Undef symbol FAIL: luaL_checklstring in vesa.c32
.../extlinux/?/init.c32;./?.c32 >> >> The question marks above are replaced by the argument of require(). >> This variable is preset by setpath() at com32/lua/src/loadlib.c:674, >> where some string could be inserted before the question marks, or >> LUA_CPATH_DEFAULT (in luaconf.h) could be set to _lua.c32 instead of >> simply .c32 to have some extra suffix. > > Please avoid using file names longer than really necessary. Just as > an example (which has nothing to do with Lua) "localboot.c32" is > unnecessarily not fiting "8.3" format...
2014 Jun 03
0
Undef symbol FAIL: luaL_checklstring in vesa.c32
...c32;/extlinux/?.c32;/extlinux/?/init.c32;./?.c32 > > The question marks above are replaced by the argument of require(). > This variable is preset by setpath() at com32/lua/src/loadlib.c:674, > where some string could be inserted before the question marks, or > LUA_CPATH_DEFAULT (in luaconf.h) could be set to _lua.c32 instead of > simply .c32 to have some extra suffix. > -- > Regards, > Feri. > Please avoid using file names longer than really necessary. Just as an example (which has nothing to do with Lua) "localboot.c32" is unnecessarily not fiting &quot...
2014 Jun 03
3
Undef symbol FAIL: luaL_checklstring in vesa.c32
Testing Syslinux 6.03-pre13 in a BIOS 32-bit VM, boot: vesa.c32 Undef symbol FAIL: luaL_checklstring Failed to load COM32 file vesa.c32 boot: Is there a Lua-related issue? Is vesa.c32 expecting some kind of argument? TIA, Ady.
2013 Oct 15
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...0 +- > com32/lua/src/ltm.h | 9 +- > com32/lua/src/lua.c | 341 +- > com32/lua/src/lua.h | 225 +- > com32/lua/{etc => src}/lua.hpp | 0 > com32/lua/src/luac.c | 332 +- > com32/lua/src/luaconf.h | 737 ++-- > com32/lua/src/lualib.h | 47 +- > com32/lua/src/lundump.c | 141 +- > com32/lua/src/lundump.h | 22 +- > com32/lua/src/lvm.c | 923 ++-- > com32/lua/src/lvm.h |...
2014 Mar 02
3
pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding
...m.c | 20 +- com32/lua/src/ltm.h | 9 +- com32/lua/src/lua.c | 341 ++- com32/lua/src/lua.h | 225 +- com32/lua/{etc => src}/lua.hpp | 0 com32/lua/src/luac.c | 332 ++- com32/lua/src/luaconf.h | 738 ++---- com32/lua/src/lualib.h | 47 +- com32/lua/src/lundump.c | 141 +- com32/lua/src/lundump.h | 22 +- com32/lua/src/lvm.c | 923 ++++--- com32/lua/src/lvm.h | 26 +- com32/lua/sr...