[protobuf] Compiling a Static Library for IPhone OS 3.0

2009-10-19 Thread JavaGuru
Im trying to build a static protobuff library to use with iPhone and Im running into problems. Ive used this thread to configure the build: http://groups.google.com/group/protobuf/browse_thread/thread/5f5a801c98afe05e/a4302ff3ff8eb094 BEGIN configPB.sh--- #!/bin/bash MY_FLAGS=

[protobuf] Re: Compiling a Static Library for IPhone OS 3.0

2009-10-19 Thread JavaGuru
Can you recommend a fix for this? On Oct 19, 4:52 pm, Kenton Varda ken...@google.com wrote: It looks like it is looking for x86 header files, which suggests that the compiler thinks you are trying to compile for x86 rather than ARM. On Mon, Oct 19, 2009 at 2:37 PM, JavaGuru gringol