asterisk / pjproject-archive

Asterisk fork of PJSIP NO PULL REQUESTS OR ISSUES!!!
GNU General Public License v2.0
69 stars 42 forks source link

build for iPhone #9

Closed davidfuzju closed 10 years ago

davidfuzju commented 10 years ago

/Applications/XCode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/libtool -static -o rv ../lib/libpj-arm-apple-darwin9.a output/pjlib-arm-apple-darwin9/ioqueue_select.o output/pjlib-arm-apple-darwin9/file_access_unistd.o output/pjlib-arm-apple-darwin9/file_io_ansi.o output/pjlib-arm-apple-darwin9/os_core_unix.o output/pjlib-arm-apple-darwin9/os_error_unix.o output/pjlib-arm-apple-darwin9/os_time_unix.o output/pjlib-arm-apple-darwin9/os_timestamp_posix.o output/pjlib-arm-apple-darwin9/os_info_iphone.o output/pjlib-arm-apple-darwin9/guid_simple.o output/pjlib-arm-apple-darwin9/os_core_darwin.o output/pjlib-arm-apple-darwin9/addr_resolv_sock.o output/pjlib-arm-apple-darwin9/log_writer_stdout.o output/pjlib-arm-apple-darwin9/os_timestamp_common.o output/pjlib-arm-apple-darwin9/pool_policy_malloc.o output/pjlib-arm-apple-darwin9/sock_bsd.o output/pjlib-arm-apple-darwin9/sock_select.o output/pjlib-arm-apple-darwin9/activesock.o output/pjlib-arm-apple-darwin9/array.o output/pjlib-arm-apple-darwin9/config.o output/pjlib-arm-apple-darwin9/ctype.o output/pjlib-arm-apple-darwin9/errno.o output/pjlib-arm-apple-darwin9/except.o output/pjlib-arm-apple-darwin9/fifobuf.o output/pjlib-arm-apple-darwin9/guid.o output/pjlib-arm-apple-darwin9/hash.o output/pjlib-arm-apple-darwin9/ip_helper_generic.o output/pjlib-arm-apple-darwin9/list.o output/pjlib-arm-apple-darwin9/lock.o output/pjlib-arm-apple-darwin9/log.o output/pjlib-arm-apple-darwin9/os_time_common.o output/pjlib-arm-apple-darwin9/os_info.o output/pjlib-arm-apple-darwin9/pool.o output/pjlib-arm-apple-darwin9/pool_buf.o output/pjlib-arm-apple-darwin9/pool_caching.o output/pjlib-arm-apple-darwin9/pool_dbg.o output/pjlib-arm-apple-darwin9/rand.o output/pjlib-arm-apple-darwin9/rbtree.o output/pjlib-arm-apple-darwin9/sock_common.o output/pjlib-arm-apple-darwin9/sock_qos_common.o output/pjlib-arm-apple-darwin9/sock_qos_bsd.o output/pjlib-arm-apple-darwin9/ssl_sock_common.o output/pjlib-arm-apple-darwin9/ssl_sock_ossl.o output/pjlib-arm-apple-darwin9/ssl_sock_dump.o output/pjlib-arm-apple-darwin9/string.o output/pjlib-arm-apple-darwin9/timer.o output/pjlib-arm-apple-darwin9/types.o /Applications/XCode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/libtool: can't open file: ../lib/libpj-arm-apple-darwin9.a (No such file or directory)

there is a error when use libtool to generate the static lib for pjlib. "/Applications/XCode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/libtool: can't open file: ../lib/libpj-arm-apple-darwin9.a (No such file or directory)".I try the official download version(packaged by .tar.bz2) and try some unofficial version like https://github.com/chakrit/pjsip and everthing is ok. so, what did I miss?

leedm777 commented 10 years ago

This project is a temporary fork of PJSIP, in order to introduce some features required by Asterisk. Please raise your issue upstream, at http://www.pjsip.org/.

I see some discussion about compiling for iOS on their mailing list, so you may want to start there.

davidfuzju commented 10 years ago

thanks for your rely~

On 2013年10月28日, at 下午10:03, David M. Lee notifications@github.com wrote:

This project is a temporary fork of PJSIP, in order to introduce some features required by Asterisk. Please raise your issue upstream, at http://www.pjsip.org/.

I see some discussion about compiling for iOS on their mailing list, so you may want to start there.

— Reply to this email directly or view it on GitHub.