search for: _lua

Displaying 4 results from an estimated 4 matches for "_lua".

Did you mean: _lu
2014 Jun 03
2
Undef symbol FAIL: luaL_checklstring in vesa.c32
...2;/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
...2 >> >> 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. Using a different ext...
2014 Jun 03
0
Undef symbol FAIL: luaL_checklstring in vesa.c32
...ux/?/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 "8.3" format. TIA,...
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.