mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
When running "make swigclean" in mod_lua directory and trying to compile mod_lua afterward, the build fails because the target mod_lua_wrap.cpp doesn't exist. The target is wrongly called lua_wrap instead. making all mod_lua make[7]: Entering directory '/path/to/freeswitch-1.6.17/src/mod/languages/mod_lua' CXX mod_lua_la-mod_lua.lo CXX mod_lua_la-freeswitch_lua.lo make[7]: *** No rule to make target 'mod_lua_wrap.cpp', needed by 'mod_lua_la-mod_lua_wrap.lo'. Stop. Fix this by renaming lua_wrap to mod_lua_wrap.cpp. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
…
…
…
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses
196 MiB
Languages
C
65.2%
C++
20.8%
JavaScript
4.8%
Assembly
2%
Makefile
1%
Other
5.4%