linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Trouble in installation of mod_bcg729


From: Johan Pascal
Subject: Re: [Linphone-users] Trouble in installation of mod_bcg729
Date: Wed, 25 Nov 2015 14:48:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi,
the problem is not related to bcg729, it looks like you're missing somewhere the switch.h file from freeswitch include files.

According to your compile command, it shall be in /usr/local/freeswitch/include, is it the case ? If not, just modify accordingly the makefile as instructed in
http://romon-bd.blogspot.in/2014/03/freeswitch-g729-module-using-opensource.html

FS_INCLUDES=/usr/local/freeswitch/include

with the correct location of freeswitch include files.

regards,

johan

On 25/11/15 13:56, Tanay wrote:
++ burrjjj

Sent from my iPhone

On 25-Nov-2015, at 4:08 pm, bhavik patel <address@hidden> wrote:

Hi,

I am trying to install mod_bcg729 on one of my machine.

OS : Debian 8
Freeswitch version : 1.6.5

while running make command getting below error.

gcc  -fPIC -O3 -fomit-frame-pointer -fno-exceptions -Wall -std=c99 -pedantic -m64 -mtune=generic -I/usr/include -Ibcg729/include -I/usr/local/freeswitch/include -c mod_bcg729.c
mod_bcg729.c:37:20: fatal error: switch.h: No such file or directory
 #include "switch.h"
                    ^
compilation terminated.
Makefile:25: recipe for target 'mod_bcg729.o' failed
make: *** [mod_bcg729.o] Error 1


But, it was built correctly on Debian 7 with Freeswitch 1.4.X version.

Can anyone suggestion me how to fix this ?


--
Thanks,
Bhavik Patel

_______________________________________________
Linphone-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-users


_______________________________________________
Linphone-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]