Search found 3 matches

by echoFromHeaven
Thu Oct 11, 2018 1:36 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: ptlib cross compile for ios
Replies: 4
Views: 14510

Re: ptlib cross compile for ios

Unfortunately, I got the same result...The final static library is also 'x86_64'. If I set CFLAGS to specify '-arch armv7 -isysroot ${IPHONE_SDK}' and comment a lot of codes, I got the 'armv7' library.But it lost many functionalities(including audio devices operating) I need...Does PTLib support iOS...
by echoFromHeaven
Wed Oct 10, 2018 1:31 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: ptlib cross compile for ios
Replies: 4
Views: 14510

Re: ptlib cross compile for ios

Thanks, willamowius! I will try that version for iOS. :)
by echoFromHeaven
Tue Oct 09, 2018 9:17 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: ptlib cross compile for ios
Replies: 4
Views: 14510

ptlib cross compile for ios

How should I compile the latest version ptlib for iOS? I do these steps and get a 'x86-64' architecture static library: ./configure --prefix=/Users/huhai/Desktop/tempout/20181009/ --disable-FEATURE --host=armv7-apple-darwin make optnoshared When I use 'lipo' to check the finally created library 'lib...