I am trying to build the same version as Debian witch is v3.12.
After making a git clone of all software components:
- decaf
bcunit
bctoolbox
ortp
belle-sip
bzrtp
bcmatroska2
bcg729
bv16-floatingpoint
zxing-cpp
mediastreamer2
belr
belcard
linphone
Code: Select all
BelledonneCommunications/linphone/coreapi/callbacks.c:603:34: error: cast between incompatible function types from 'void (*)(LinphoneCall *)' {aka 'void (*)(struct _LinphoneCall *)'} to 'bool_t (*)(void *)' {aka 'unsigned char (*)(void *)'} [-Werror=cast-function-type]
linphone_task_list_add(&tl, (LinphoneCoreIterateHook)start_pending_refer, call);Is someone with packaging skills on Gentoo Linux could help me?


