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

2009-10-27 Thread Rok Gregorič
Hi JavaGuru, I did the same as you with the same result as you. Any luck so far? Did you manage to make a clean compile? On Oct 20, 1:55 am, JavaGuru wrote: > Can you recommend a fix for this? > > On Oct 19, 4:52 pm, Kenton Varda wrote: > > > > > It looks like it is looking for x86 header fi

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

2009-10-19 Thread Kenton Varda
I have never built anything for iPhone. So, I would not know. On Mon, Oct 19, 2009 at 5:55 PM, JavaGuru wrote: > > Can you recommend a fix for this? > > On Oct 19, 4:52 pm, Kenton Varda wrote: > > It looks like it is looking for x86 header files, which suggests that the > > compiler thinks you

[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 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 wrote: > > > Im trying to buil

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

2009-10-19 Thread Kenton Varda
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 wrote: > > Im trying to build a static protobuff library to use with iPhone and > Im running into problems. > Ive