[Asterisk-video] 3G Video Call PRI Debug Output

Mitul Limbani mitul at enterux.com
Tue Dec 7 05:50:02 CST 2010


Dear Sergio,

Quoting Sergio Garcia Murillo <sergio.garcia at fontventa.com>:

> http://sourceforge.net/projects/mpeg4ip/files/mpeg4ip/1.5.0.1/mpeg4ip-1.5.0.1.tar.gz/download
>
> BR
> Sergio

When I try to compile mpeg4ip-1.5.0.1 I get the following error :

if /bin/bash ../../libtool --tag=CXX --mode=compile g++  
-DHAVE_CONFIG_H -I. -I. -I../.. -I../../include   -Wall  
-Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas  
-Wno-deprecated -Wformat=2 -Wpointer-arith -Wsign-compare -g -O2  
-DUSE_MMX -DMPEG4IP -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  
-MT rtphint.lo -MD -MP -MF ".deps/rtphint.Tpo" -c -o rtphint.lo  
rtphint.cpp; \
         then mv -f ".deps/rtphint.Tpo" ".deps/rtphint.Plo"; else rm  
-f ".deps/rtphint.Tpo"; exit 1; fi
  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -Wall  
-Wno-char-subscripts -Woverloaded-virtual -Wno-unknown-pragmas  
-Wno-deprecated -Wformat=2 -Wpointer-arith -Wsign-compare -g -O2  
-DUSE_MMX -DMPEG4IP -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  
-MT rtphint.lo -MD -MP -MF .deps/rtphint.Tpo -c rtphint.cpp  -fPIC  
-DPIC -o .libs/rtphint.o
rtphint.cpp: In member function 'void  
MP4RtpHintTrack::GetPayload(char**, u_int8_t*, u_int16_t*, char**)':
rtphint.cpp:328: error: invalid conversion from 'const char*' to 'char*'
rtphint.cpp: In constructor 'MP4RtpHint::MP4RtpHint(MP4RtpHintTrack*)':
rtphint.cpp:710: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:712: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp: In constructor 'MP4RtpPacket::MP4RtpPacket(MP4RtpHint*)':
rtphint.cpp:808: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:810: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:812: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:814: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:816: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:818: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:820: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:822: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:824: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:826: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:828: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:830: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:832: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp: In member function 'void MP4RtpPacket::AddExtraProperties()':
rtphint.cpp:845: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:852: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:854: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:856: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp: In constructor 'MP4RtpData::MP4RtpData(MP4RtpPacket*)':
rtphint.cpp:1076: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp: In constructor 'MP4RtpNullData::MP4RtpNullData(MP4RtpPacket*)':
rtphint.cpp:1118: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp: In constructor  
'MP4RtpImmediateData::MP4RtpImmediateData(MP4RtpPacket*)':
rtphint.cpp:1129: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:1131: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp: In constructor  
'MP4RtpSampleData::MP4RtpSampleData(MP4RtpPacket*)':
rtphint.cpp:1163: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:1165: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:1167: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:1169: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:1171: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:1173: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp: In constructor  
'MP4RtpSampleDescriptionData::MP4RtpSampleDescriptionData(MP4RtpPacket*)':
rtphint.cpp:1280: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:1282: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:1284: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:1286: warning: deprecated conversion from string constant  
to 'char*'
rtphint.cpp:1288: warning: deprecated conversion from string constant  
to 'char*'
make[4]: *** [rtphint.lo] Error 1
make[4]: Leaving directory  
`/root/downloads/asterisk-video/app_mp4/mpeg4ip-1.5.0.1/lib/mp4v2'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory  
`/root/downloads/asterisk-video/app_mp4/mpeg4ip-1.5.0.1/lib/mp4v2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory  
`/root/downloads/asterisk-video/app_mp4/mpeg4ip-1.5.0.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory  
`/root/downloads/asterisk-video/app_mp4/mpeg4ip-1.5.0.1'
make: *** [all] Error 2


Regards,
Mitul Limbani




More information about the asterisk-video mailing list