Android 'make' error: error: too few arguments to function 'belle_sip_multipart_body_handler_new' -


when executing sudo make on android project (linphone) experiencing error stating:

jni/..//submodules/linphone/build/android/../../coreapi/chat.c: in function 'linphone_chat_message_process_response_from_post_file': jni/..//submodules/linphone/build/android/../../coreapi/chat.c:269:4: error: few arguments function 'belle_sip_multipart_body_handler_new' bh=belle_sip_multipart_body_handler_new(linphone_chat_message_file_transfer_on_progress, msg, first_part_bh); 
in file included jni/..//submodules/linphone/build/android/../../coreapi/../../belle-sip/include/belle-sip/belle-sip.h:44:0,                  jni/..//submodules/linphone/build/android/../../coreapi/../include/sal/sal.h:35,                  jni/..//submodules/linphone/build/android/../../coreapi/private.h:35,                  jni/..//submodules/linphone/build/android/../../coreapi/chat.c:26:  make[1]: *** [obj/local/armeabi-v7a/objs/linphone/chat.o] error 1  
make: *** [generate-libs] error 2 

anyone have idea how resolve this?

source:

https://github.com/thebaobabteam/linphone-android


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -