Ethereal-dev: [Ethereal-dev] lua.dll link error

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gisle Vanem <giva@xxxxxxxxx>
Date: Thu, 02 Mar 2006 14:18:06 +0100
From today's rev. 17443:

elua_dumper.o(.text+0x15a):elua_dumper.c: undefined reference to `lua_getfield'
elua_dumper.o(.text+0x92a):elua_dumper.c: undefined reference to `lua_getfield'
elua_gui.o(.text+0x6fa):elua_gui.c: undefined reference to `lua_getfield'
elua_pinfo.o(.text+0x27a):elua_pinfo.c: undefined reference to `lua_getfield'
elua_pinfo.o(.text+0xa7a):elua_pinfo.c: undefined reference to `lua_getfield'
elua_pinfo.o(.text+0x123a):elua_pinfo.c: more undefined references to `lua_getfield' follow

lua_getfield() is used in ELUA_CLASS_DEFINE(), but is coded nowhere.

--gv