[protobuf] Re: building libprotobuf-lite for iPhone

2012-08-22 Thread Stefan Misslinger
Here's my version, using iOS SDK 5.1: export ARCH=arm-apple-darwin10 export ARCH_PREFIX=$ARCH- export PLATFORM=iPhoneOS export SDKVER=5.1 export DEVROOT=/Applications/Xcode.app/Contents/Developer/Platforms/${PLATFORM}.platform/Developer export SDKROOT=$DEVROOT/SDKs/${PLATFORM}$SDKVER.sdk

[protobuf] Re: building libprotobuf-lite for iPhone

2010-11-23 Thread Marcus Better
On 1 Nov, 16:39, Marcus Better mar...@better.se wrote: I wonder if anyone has built libprotobuf-lite for the iOS, and if there are any special pitfalls? Yes I have, and of course I will share my findings with the world for the benefit of mankind. I also have a follow-up question: the

Re: [protobuf] Re: building libprotobuf-lite for iPhone

2010-11-23 Thread Kenton Varda
On Tue, Nov 23, 2010 at 3:47 AM, Marcus Better mar...@better.se wrote: On 1 Nov, 16:39, Marcus Better mar...@better.se wrote: I wonder if anyone has built libprotobuf-lite for the iOS, and if there are any special pitfalls? Yes I have, and of course I will share my findings with the world