[OpenSIPS-Users] problem compiling lua module

johan johan at democon.be
Mon Dec 16 05:55:17 EST 2019


When changing the header path to below mentioned directory, you get this:



make[2]: Entering directory '/usr/src/opensips-3.0/modules/lua'
Compiling sipapi.c
sipapi.c:895:30: error: array type has incomplete element type ‘struct 
luaL_reg’
  static const struct luaL_reg siplua_api_mylib [] =
                               ^~~~~~~~~~~~~~~~
sipapi.c: In function ‘siplua_register_api_cclosures’:
sipapi.c:923:20: error: ‘LUA_GLOBALSINDEX’ undeclared (first use in this 
function)
    lua_pushvalue(L, LUA_GLOBALSINDEX);

On 16.12.19 11:49, johan wrote:
> Hi,
>
> the system doesn't find lua.h
>
> make[2]: Entering directory '/usr/src/opensips-3.0/modules/lua'
> Compiling sipapi.c
> sipapi.c:27:17: fatal error: lua.h: No such file or directory
>  #include <lua.h>
>                  ^
> compilation terminated.
> ../../Makefile.rules:25: recipe for target 'sipapi.o' failed
> make[2]: *** [sipapi.o] Error 1
> make[2]: Leaving directory '/usr/src/opensips-3.0/modules/lua'
> Makefile:197: recipe for target 'modules' failed
> make[1]: *** [modules] Error 2
> make[1]: Leaving directory '/usr/src/opensips-3.0'
>
>
> however:
>
> root at opensips30:/usr/include/lua# ls
> lauxlib.h  luaconf.h  lua.h  lua.hpp  lualib.h
>
>
> Can somebody please tell ne what I do wrong ?
>



More information about the Users mailing list