ianblenke / telepresence

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

Error compiling telepresence #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Error compiling telepresence. The problem seems to be in file 
source/OTResampler.cc. See attached file for full error.

OS: CentOS 7.0 (x86_64), Ubuntu 12.04 (x86_64), Ubuntu 14.04 (x86_64)

Original issue reported on code.google.com by u...@bergi.eu.org on 24 Nov 2014 at 12:44

Attachments:

GoogleCodeExporter commented 8 years ago
I have the same error on Oracle Linux Server release 6.6 (64 bit)

source/OTResampler.cc:153: error: invalid conversion from ‘int 
(*)(tmedia_resampler_t*, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, 
uint32_t)’ to ‘int (*)(tmedia_resampler_t*, uint32_t, uint32_t, uint32_t, 
uint32_t, uint32_t, uint32_t, uint32_t)’

source/OTResampler.cc:153: error: invalid conversion from ‘tsk_size_t 
(*)(tmedia_resampler_t*, const uint16_t*, tsk_size_t, uint16_t*, tsk_size_t)’ 
to ‘tsk_size_t (*)(tmedia_resampler_t*, const void*, tsk_size_t, void*, 
tsk_size_t)’

Original comment by AndyEric...@gmail.com on 24 Nov 2014 at 9:23

GoogleCodeExporter commented 8 years ago
Should be fixed: https://code.google.com/p/telepresence/source/detail?r=145

Original comment by boss...@yahoo.fr on 24 Nov 2014 at 10:01

GoogleCodeExporter commented 8 years ago
If you're using libsrtp v1.5.0 or late then, you should check 
https://groups.google.com/forum/#!topic/doubango/rP40m8gtd_4

Original comment by boss...@yahoo.fr on 25 Nov 2014 at 1:29

GoogleCodeExporter commented 8 years ago
fixed for me, thanks

Original comment by AndyEric...@gmail.com on 25 Nov 2014 at 2:21