Roverok / webrtc2sip

Automatically exported from code.google.com/p/webrtc2sip
0 stars 0 forks source link

webrtc2sip build error - ‘strnicmp’ was not declared in this scope #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Used OS : CentOS 6.6 64-bit

I am trying to build webrtc2sip and related packages with help of 
http://webrtc2sip.org/technical-guide-1.0.pdf guide. (5 Building source code)

Till build of webrtc2sip everything goes fine without any issue, however in 
last step build of webrtc2sip itself build is failed during execution of make 
command. 

Below is error logs of build error:

[root@localhost webrtc2sip]# make
make  all-am
make[1]: Entering directory `/usr/src/werbrtc2sip_setup/webrtc2sip'
g++ -DHAVE_CONFIG_H -I.  -I/usr/local/include/tinysak 
-I/usr/local/include/tinynet -I/usr/local/include/tinyhttp 
-I/usr/local/include/tinysip -I/usr/local/include/tinydav 
-I/usr/local/include/tinysdp -I/usr/local/include/tinybfcp 
-I/usr/local/include/tinysigcomp -I/usr/local/include/tinymedia 
-I/usr/local/include/tinyxcap -I/usr/local/include/tinysms 
-I/usr/local/include/tinymsrp -I/usr/local/include/tinyrtp 
-I/usr/local/include/tinyipsec -I/usr/include/libxml2 -I/usr/include -Itinywrap 
  -g -O2 -MT webrtc2sip-mp_mediaproxy.o -MD -MP -MF 
.deps/webrtc2sip-mp_mediaproxy.Tpo -c -o webrtc2sip-mp_mediaproxy.o `test -f 
'mp_mediaproxy.cc' || echo './'`mp_mediaproxy.cc
mp_mediaproxy.cc: In function ‘int main(int, char**)’:
mp_mediaproxy.cc:475: error: ‘strnicmp’ was not declared in this scope
make[1]: *** [webrtc2sip-mp_mediaproxy.o] Error 1
make[1]: Leaving directory `/usr/src/werbrtc2sip_setup/webrtc2sip'
make: *** [all] Error 2

Thanks and Regards
Vinod Pandey

Original issue reported on code.google.com by pandey.g...@gmail.com on 13 Dec 2014 at 4:55

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 13 Dec 2014 at 5:55