make all-recursive make[3]: Verzeichnis »/home/mpw/gits/linphone/coreapi« wird betreten Making all in . make[4]: Verzeichnis »/home/mpw/gits/linphone/coreapi« wird betreten CC address.lo CC authentication.lo CC buffer.lo CC callbacks.lo CC call_log.lo CC call_params.lo CC chat.lo chat.c:223:61: error: unknown type name 'belle_sip_body_handler_t' static void linphone_chat_message_file_transfer_on_progress(belle_sip_body_handler_t *bh, belle_sip_message_t *msg, void *data, size_t offset, size_t total){ ^ chat.c:244:61: error: unknown type name 'belle_sip_user_body_handler_t' static int linphone_chat_message_file_transfer_on_send_body(belle_sip_user_body_handler_t *bh, belle_sip_message_t *msg, void *data, size_t offset, uint8_t *buffer, size_t *size){ ^ chat.c: In function 'linphone_chat_message_process_response_from_post_file': chat.c:319:4: error: unknown type name 'belle_sip_multipart_body_handler_t' belle_sip_multipart_body_handler_t *bh; ^ chat.c:322:4: error: unknown type name 'belle_sip_body_handler_t' belle_sip_body_handler_t *first_part_bh; ^ chat.c:340:20: error: 'belle_sip_body_handler_t' undeclared (first use in this function) first_part_bh=(belle_sip_body_handler_t *)belle_sip_file_body_handler_new(msg->file_transfer_filepath,NULL,msg); ^ chat.c:340:20: note: each undeclared identifier is reported only once for each function it appears in chat.c:340:46: error: expected expression before ')' token first_part_bh=(belle_sip_body_handler_t *)belle_sip_file_body_handler_new(msg->file_transfer_filepath,NULL,msg); ^ chat.c:342:46: error: expected expression before ')' token first_part_bh=(belle_sip_body_handler_t *)belle_sip_memory_body_handler_new_from_buffer( ^ chat.c:347:46: error: expected expression before ')' token first_part_bh=(belle_sip_body_handler_t *)belle_sip_user_body_handler_new(linphone_content_get_size(msg->file_transfer_information),NULL,NULL,linphone_chat_message_file_transfer_on_send_body,msg); ^ chat.c:349:4: error: implicit declaration of function 'belle_sip_body_handler_add_header' [-Werror=implicit-function-declaration] belle_sip_body_handler_add_header(first_part_bh, belle_sip_header_create("Content-disposition", first_part_header)); ^ chat.c:354:4: error: implicit declaration of function 'belle_sip_multipart_body_handler_new' [-Werror=implicit-function-declaration] bh=belle_sip_multipart_body_handler_new(linphone_chat_message_file_transfer_on_progress, msg, first_part_bh); ^ chat.c:354:44: error: 'linphone_chat_message_file_transfer_on_progress' undeclared (first use in this function) bh=belle_sip_multipart_body_handler_new(linphone_chat_message_file_transfer_on_progress, msg, first_part_bh); ^ chat.c:366:4: error: implicit declaration of function 'belle_sip_message_set_body_handler' [-Werror=implicit-function-declaration] belle_sip_message_set_body_handler(BELLE_SIP_MESSAGE(msg->http_request),BELLE_SIP_BODY_HANDLER(bh)); ^ chat.c:366:4: error: implicit declaration of function 'BELLE_SIP_BODY_HANDLER' [-Werror=implicit-function-declaration] chat.c: At top level: chat.c:1336:26: error: unknown type name 'belle_sip_user_body_handler_t' static void on_recv_body(belle_sip_user_body_handler_t *bh, belle_sip_message_t *msg, void *data, size_t offset, const uint8_t *buffer, size_t size){ ^ chat.c: In function 'linphone_chat_process_response_headers_from_get_file': chat.c:1418:6: error: 'belle_sip_body_handler_t' undeclared (first use in this function) (belle_sip_body_handler_t*)belle_sip_user_body_handler_new(body_size, linphone_chat_message_file_transfer_on_progress,on_recv_body,NULL,message) ^ chat.c:1418:31: error: expected expression before ')' token (belle_sip_body_handler_t*)belle_sip_user_body_handler_new(body_size, linphone_chat_message_file_transfer_on_progress,on_recv_body,NULL,message) ^ chat.c:1421:30: error: 'bh' undeclared (first use in this function) belle_sip_body_handler_t *bh = (belle_sip_body_handler_t *)belle_sip_file_body_handler_new(message->file_transfer_filepath, linphone_chat_message_file_transfer_on_progress, message); ^ chat.c:1421:62: error: expected expression before ')' token belle_sip_body_handler_t *bh = (belle_sip_body_handler_t *)belle_sip_file_body_handler_new(message->file_transfer_filepath, linphone_chat_message_file_transfer_on_progress, message); ^ chat.c:1422:4: error: implicit declaration of function 'belle_sip_body_handler_get_size' [-Werror=implicit-function-declaration] if (belle_sip_body_handler_get_size(bh) == 0) { ^ chat.c:1424:5: error: implicit declaration of function 'belle_sip_body_handler_set_size' [-Werror=implicit-function-declaration] belle_sip_body_handler_set_size(bh, body_size); ^ chat.c: In function 'linphone_chat_message_download_file': chat.c:1485:5: error: 'belle_http_request_listener_callbacks_t' has no member named 'process_response_headers' cbs.process_response_headers=linphone_chat_process_response_headers_from_get_file; ^ chat.c: In function 'linphone_chat_message_cancel_file_transfer': chat.c:1513:2: error: implicit declaration of function 'belle_http_request_is_cancelled' [-Werror=implicit-function-declaration] if (!belle_http_request_is_cancelled(msg->http_request)) { ^ chat.c:1515:3: error: implicit declaration of function 'belle_http_provider_cancel_request' [-Werror=implicit-function-declaration] belle_http_provider_cancel_request(msg->chat_room->lc->http_provider, msg->http_request); ^ cc1: all warnings being treated as errors make[4]: *** [chat.lo] Fehler 1 make[4]: Verzeichnis »/home/mpw/gits/linphone/coreapi« wird verlassen make[3]: *** [all-recursive] Fehler 1 make[3]: Verzeichnis »/home/mpw/gits/linphone/coreapi« wird verlassen make[2]: *** [all] Fehler 2 make[2]: Verzeichnis »/home/mpw/gits/linphone/coreapi« wird verlassen make[1]: *** [all-recursive] Fehler 1 make[1]: Verzeichnis »/home/mpw/gits/linphone« wird verlassen make: *** [all] Fehler 2