search for: lua_cpath_default

Displaying 5 results from an estimated 5 matches for "lua_cpath_default".

2014 Jun 03
2
Undef symbol FAIL: luaL_checklstring in vesa.c32
...; print (package.cpath) /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
...t.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. > > 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&...
2014 Jun 03
0
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. > 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...
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
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi, This series targets automatic boot menu generation, but most of it is the Lua upgrade, because I got tired reading deprecated API docs. It's mostly a straightforward forward port of the earlier Syslinux specific changes to Lua 5.1, except that: * I chose the add a stub getenv() implementation to the COM32 API instead of #ifdefing out all the references in Lua, and * I kept oslib