Hi,I am trying to build PJSIP 2.5.5 with WebRTC using this link:
https://trac.pjsip.org/repos/ticket/1888
But when i run
Hi,I am trying to build PJSIP 2.5.5 with WebRTC using this link:
https://trac.pjsip.org/repos/ticket/1888
But when i run
ARCH='-arch arm64' ./configure-iphone --with-webrtc=/Users/riaz/Desktop/webrtc
this command
its show
Using webrtc prefix... /Users/riaz/Desktop/webrtc
checking for WebRtcAec_Process in -laudio_processing... yes
but when i run make dep
../src/pjmedia/echo_webrtc.c:28:10: fatal error:
'webrtc/modules/audio_processing/aec/include/echo_cancellation.h' file
not found
so actually header not getting the included path.
i tried also changing CFLAGS in user.mak file.
but not working.
Please help to solve it.
Hi Riaz,
Those include subdirectories are probably missing, I've run into
similar issues. Either create the include subdirectory and copy the
header files there, or change the #include statements. If I recall the
header files are one level up.
Regards,
Bill
On 8/17/2016 5:27 AM, riaz hasan wrote:
Hi,I am trying to build PJSIP 2.5.5 with WebRTC using this link:
https://trac.pjsip.org/repos/ticket/1888
But when i run
ARCH='-arch arm64' ./configure-iphone --with-webrtc=/Users/riaz/Desktop/webrtc
this command
its show
Using webrtc prefix... /Users/riaz/Desktop/webrtc
checking for WebRtcAec_Process in -laudio_processing... yes
but when i run make dep
../src/pjmedia/echo_webrtc.c:28:10: fatal error:
'webrtc/modules/audio_processing/aec/include/echo_cancellation.h' file
not found
so actually header not getting the included path.
i tried also changing CFLAGS in user.mak file.
but not working.
Please help to solve it.
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
Thank you Bill,
Let me try it.
Regards,
Riaz Hasan
On Wed, Aug 17, 2016 at 7:17 PM, Bill Gardner billg@wavearts.com wrote:
Hi Riaz,
Those include subdirectories are probably missing, I've run into similar
issues. Either create the include subdirectory and copy the header files
there, or change the #include statements. If I recall the header files are
one level up.
Regards,
Bill
On 8/17/2016 5:27 AM, riaz hasan wrote:
Hi,I am trying to build PJSIP 2.5.5 with WebRTC using this link:
https://trac.pjsip.org/repos/ticket/1888
But when i run
ARCH='-arch arm64' ./configure-iphone
--with-webrtc=/Users/riaz/Desktop/webrtc
this command
its show
Using webrtc prefix... /Users/riaz/Desktop/webrtc
checking for WebRtcAec_Process in -laudio_processing... yes
but when i run make dep
../src/pjmedia/echo_webrtc.c:28:10: fatal error:
'webrtc/modules/audio_processing/aec/include/echo_cancellation.h' file
not found
so actually header not getting the included path.
i tried also changing CFLAGS in user.mak file.
but not working.
Please help to solve it.
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org