ProtoBuf compilation error
GoogleCodeExporter opened this issue · 2 comments
GoogleCodeExporter commented
Thanks for porting the Google Protocol Buffers to Objective-C. I can't wait
to use it for iPhone and Mac dev.
I just have one problem: Your instructions indicate that running
./autogen.sh, ./configure and then make will compile the library properly.
However, I had to run automake in order to get the @am__isrc@ AM variable
to properly set. Without that, compilation obviously fails because it
cannot find any of the .h files. Once I ran automake, everything compiled
fine.
Thanks again for your hard work!
Will
Original issue reported on code.google.com by hawkinsw...@gmail.com
on 22 Oct 2009 at 3:14
GoogleCodeExporter commented
Hrmm.... that's odd. That should happen automatically.
So what order did you execute the commands in? Thanks!
Original comment by cyrus.na...@gmail.com
on 22 Oct 2009 at 3:22
GoogleCodeExporter commented
I thought it was odd too. I figured that executing ./autogen.sh would have
automatically invoked automake. I
*believe* I executed them in the order specified by your page: ./autogen.sh,
./configure and then make.
Yes, that's what I did. I just went back and looked at my history. Do you think
it could be a timestamp issue?
Original comment by hawkinsw...@gmail.com
on 22 Oct 2009 at 8:53