xadhoom / mod_bcg729

FreeSWITCH G.729 module using the opensource bcg729 implementation by Belledonne Communications
Other
170 stars 130 forks source link

Getting unexpected error at initial installation #17

Open ruslanguns opened 7 years ago

ruslanguns commented 7 years ago

Hey guys, Thanks for this amazing success by allowing poor people communicate over IP with low bandwidth... I am trying to build this on my Fusion PBX (Debian Jessy) which has Freeswitch on it... well everything is alright the FS_INCLUDES, FS_MODULES points to the right side... I just executed the Makefile with sh permissions but return me these error...

Is it there any way to receive some help on setting this up?

root@XXXXX:~ /mod_bcg729# sh ./Makefile ./Makefile: line 8: SHELL: command not found ./Makefile: line 9: shell: command not found ./Makefile: line 9: PROC?=: command not found ./Makefile: line 12: -O3: command not found ./Makefile: line 13: syntax error near unexpected token ${PROC},x86_64' ./Makefile: line 13:ifeq (${PROC},x86_64)' root@XXXX:~ /mod_bcg729#

Thanks for your coop and keep doing great things! rusguns

MartB commented 7 years ago

You need to run make and then make install and not execute it with your shell. Just type the above commands and you should be good.