bjnspy / metasyntactic

Automatically exported from code.google.com/p/metasyntactic
Apache License 2.0
1 stars 0 forks source link

ProtoBuf compilation error #120

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 8 years ago
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 8 years ago
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