[Freeswitch-users] zrtp error

Michele Garribba michele.garribba at gmail.com
Mon May 9 12:34:37 MSD 2011


Hi,

I'm trying to compile a FS server with zrtp but i get the following errors

cc1: warnings being treated as errors
src/switch_rtp.c: In function ‘zrtp_cache_save_callback’:
src/switch_rtp.c:644: error: implicit declaration of function ‘zrtp_def_cache_store’
src/switch_rtp.c: In function ‘zrtp_event_callback’:
src/switch_rtp.c:686: error: implicit declaration of function ‘zrtp_verified_set’
src/switch_rtp.c:686: error: ‘zrtp_session_info_t’ has no member named ‘sas_is_verified’
src/switch_rtp.c:748: error: ‘zrtp_session_info_t’ has no member named ‘sas_is_verified’
src/switch_rtp.c:761: error: ‘zrtp_session_info_t’ has no member named ‘sas_is_verified’
src/switch_rtp.c:774: error: ‘zrtp_session_info_t’ has no member named ‘sas_is_verified’
src/switch_rtp.c: In function ‘switch_rtp_init’:
src/switch_rtp.c:828: error: ‘zrtp_config_t’ has no member named ‘def_cache_path’
src/switch_rtp.c:828: error: ‘zrtp_config_t’ has no member named ‘def_cache_path’
src/switch_rtp.c:828: error: ‘zrtp_config_t’ has no member named ‘def_cache_path’
src/switch_rtp.c: In function ‘switch_rtp_zerocopy_read_frame’:
src/switch_rtp.c:3476: error: ‘zrtp_session_info_t’ has no member named ‘sas_is_verified’
src/switch_rtp.c: In function ‘switch_rtp_write_frame’:
src/switch_rtp.c:4068: error: ‘zrtp_session_info_t’ has no member named ‘sas_is_verified’
make[1]: *** [libfreeswitch_la-switch_rtp.lo] Error 1
make: *** [all] Error 2

Following the wiki all goes well up to the make step.
My server is ubuntu 10.10, base system + FS requirements.
libzrtp is libzrtp-0.90.572

Any idea?
Wrong versions?

Thanks
smaikol


More information about the FreeSWITCH-users mailing list