Try to install freeswitch on a new server with funtoo. Get the next error:
vpx_dsp/x86/intrapred_sse2.asm:64: error: invalid combination of opcode and operands
third_party/x86inc/x86inc.asm:1383: ... from macro `movd' defined here
third_party/x86inc/x86inc.asm:1283: ... from macro `RUN_AVX_INSTR' defined here
[AS] vpx_dsp/x86/add_noise_sse2.asm.o
vpx_dsp/x86/add_noise_sse2.asm:29: error: invalid combination of opcode and operands
vpx_dsp/x86/add_noise_sse2.asm:35: error: invalid combination of opcode and operands
After this do "emerge libvpx" and try again:
mod_lua.cpp:37:17: fatal error: lua.h: No such file or directory
compilation terminated.
Makefile:1096: recipe for target 'mod_lua_la-mod_lua.lo' failed
make[4]: *** [mod_lua_la-mod_lua.lo] Error 1
After this do "emerge lua" and try again:
mod_snmp.c:35:38: fatal error: net-snmp/net-snmp-config.h: No such file or directory
After this do "emerge net-snmp" and now freeswitch is emerged without problems.
I don't known about libvpx, but lua and net-snmp seems must be added to dependencies.
Hello.
Try to install freeswitch on a new server with funtoo. Get the next error:
After this do "emerge libvpx" and try again:
After this do "emerge lua" and try again:
After this do "emerge net-snmp" and now freeswitch is emerged without problems. I don't known about libvpx, but lua and net-snmp seems must be added to dependencies.