<div dir="ltr">Hi all,<div><br></div><div>I&#39;m having bit of a trouble installing freeswitch on CentOS7 with lua5.2 installed from source.</div><div><br>When I compile FS it gives me the following output.</div><div><br></div><div><div>making all mod_lua</div><div>make[5]: Entering directory `/usr/src/freeswitch.git/src/mod/languages/mod_lua&#39;</div><div>  CXX      mod_lua_la-mod_lua.lo</div><div>  CXX      mod_lua_la-freeswitch_lua.lo</div><div>  CXX      mod_lua_la-mod_lua_wrap.lo</div><div>mod_lua_wrap.cpp: In function &#39;int* SWIG_get_int_num_array_fixed(lua_State*, int, int)&#39;:</div><div>mod_lua_wrap.cpp:1379:47: error: array bound forbidden after parenthesized type-id</div><div> #define SWIG_ALLOC_ARRAY(TYPE,LEN)  new (TYPE)[LEN]</div><div>                                               ^</div><div>mod_lua_wrap.cpp:1433:9: note: in expansion of macro &#39;SWIG_ALLOC_ARRAY&#39;</div><div>   array=SWIG_ALLOC_ARRAY(TYPE,size);\</div><div>         ^</div><div>mod_lua_wrap.cpp:1470:1: note: in expansion of macro &#39;SWIG_DECLARE_TYPEMAP_ARR_FN&#39;</div><div> SWIG_DECLARE_TYPEMAP_ARR_FN(int,int);</div><div> ^</div><div>mod_lua_wrap.cpp:1379:47: note: try removing the parentheses around the type-id</div><div> #define SWIG_ALLOC_ARRAY(TYPE,LEN)  new (TYPE)[LEN]</div><div>                                               ^</div><div>mod_lua_wrap.cpp:1433:9: note: in expansion of macro &#39;SWIG_ALLOC_ARRAY&#39;</div><div>   array=SWIG_ALLOC_ARRAY(TYPE,size);\</div><div>         ^</div><div>mod_lua_wrap.cpp:1470:1: note: in expansion of macro &#39;SWIG_DECLARE_TYPEMAP_ARR_FN&#39;</div><div> SWIG_DECLARE_TYPEMAP_ARR_FN(int,int);</div><div> ^</div><div>mod_lua_wrap.cpp: In function &#39;int* SWIG_get_int_num_array_var(lua_State*, int, int*)&#39;:</div><div>mod_lua_wrap.cpp:1379:47: error: array bound forbidden after parenthesized type-id</div><div> #define SWIG_ALLOC_ARRAY(TYPE,LEN)  new (TYPE)[LEN]</div><div>                                               ^</div></div><div><br></div><div>Any help would be greatly appreacited.</div><div><br></div><div>Thanks,</div><div>Sammy</div></div>