linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] error compiling linphone for iOS8


From: Anton Pomozov
Subject: [Linphone-developers] error compiling linphone for iOS8
Date: Wed, 24 Sep 2014 18:34:44 +0400

rm -f ./liblinphone_gitversion.h.tmp ;
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in .
  CC       linphonecore.lo
  CC       offeranswer.lo
  CC       sal.lo
  CC       callbacks.lo
  CC       misc.lo
  CC       address.lo
  CC       enum.lo
  CC       presence.lo
  CC       proxy.lo
  CC       friend.lo
  CC       authentication.lo
  CC       lpconfig.lo
  CC       chat.lo
  CC       linphonecall.lo
/Users/apomozov/Documents/iOS/linphone-iphone/submodules/build/..//linphone/coreapi/chat.c:143:4:
 warning: implicit declaration of function
      'belle_sip_body_handler_set_header' is invalid in C99 
[-Wimplicit-function-declaration]
                        
belle_sip_body_handler_set_header((belle_sip_body_handler_t *)first_part_bh, 
first_part_header); /* set the header for this part */
                        ^
  CC       sipsetup.lo
  CC       siplogin.lo
1 warning generated.
  CC       lsd.lo
  CC       ec-calibrator.lo
  CC       conference.lo
  CC       message_storage.lo
  CC       info.lo
  CC       event.lo
  CC       contactprovider.lo
  CC       dict.lo
  CC       xml.lo
  CC       xml2lpc.lo
  CC       lpc2xml.lo
  CC       remote_provisioning.lo
  CC       quality_reporting.lo
  CC       call_log.lo
  CC       call_params.lo
  CC       player.lo
  CC       linphone_tunnel_config.lo
  CC       linphone_tunnel_stubs.lo
  CC       test_lsd.o
  CC       test_ecc.o
  CC       test_numbers.o
  CC       ldap/ldapprovider.lo
  CC       bellesip_sal/sal_address_impl.lo
  CC       bellesip_sal/sal_impl.lo
  CC       bellesip_sal/sal_op_impl.lo
  CC       bellesip_sal/sal_op_call.lo
  CC       bellesip_sal/sal_op_registration.lo
  CC       bellesip_sal/sal_sdp.lo
  CC       bellesip_sal/sal_op_message.lo
  CC       bellesip_sal/sal_op_presence.lo
  CC       bellesip_sal/sal_op_publish.lo
  CC       bellesip_sal/sal_op_call_transfer.lo
  CC       bellesip_sal/sal_op_info.lo
  CC       bellesip_sal/sal_op_events.lo
  CXXLD    liblinphone.la
  CCLD     test_ecc
  CCLD     test_lsd
  CCLD     test_numbers
Undefined symbols for architecture i386:
  "_belle_sip_body_handler_set_header", referenced from:
Undefined symbols for architecture i386:
  "_belle_sip_body_handler_set_header", referenced from:
      _linphone_chat_message_process_response_from_post_file in 
liblinphone.a(chat.o)
      _linphone_chat_message_process_response_from_post_file in 
liblinphone.a(chat.o)
Undefined symbols for architecture i386:
  "_belle_sip_body_handler_set_header", referenced from:
      _linphone_chat_message_process_response_from_post_file in 
liblinphone.a(chat.o)
ld: symbol(s) not found for architecture i386
ld: symbol(s) not found for architecture i386
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[6]: *** [test_ecc] Error 1
make[6]: *** Waiting for unfinished jobs....
make[6]: *** [test_lsd] Error 1
make[6]: *** [test_numbers] Error 1
make[5]: *** [all-recursive] Error 1
make[4]: *** [all] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [build-linphone] Error 2
make: *** [broadcast_all] Error 2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]