Ethereal-dev: Re: [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: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Thu, 02 Mar 2006 13:36:31 -0600
Gisle Vanem wrote:
>> 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.

I added lua to the Windows build yesterday.  Have you run "nmake -f
makefile.nmake setup" since then?