bjnspy / metasyntactic

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

libprotobuf.la' is not a valid lib tool archive #145

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
when i do make it gives the following error

sed: Projects/ProtocolBuffers-2.2.0-Source/src/libprotobuf.la: No such file or 
directory
libtool: link: `Projects/ProtocolBuffers-2.2.0-Source/src/libprotobuf.la' is 
not a valid lib tool archive

i have also updated libtool via brew  but still it give the above error and 
failed to make

also Projects/ProtocolBuffers-2.2.0-Source/src/libprotobuf.la does exist 

Original issue reported on code.google.com by suhailka...@gmail.com on 27 Nov 2013 at 6:33

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Download source 
2.  unzip source
3. run ./autogen.sh from source directory
4 - run ./configure
5 - run make

What is the expected output? What do you see instead?

sed: Projects/ProtocolBuffers-2.2.0-Source/src/libprotobuf.la: No such file or 
directory
libtool: link: `Projects/ProtocolBuffers-2.2.0-Source/src/libprotobuf.la' is 
not a valid lib tool archive

What version of the product are you using? On what operating system?
2.2.0
I am on OS X 10.9 running Xcode Version 5.0 

Please provide any additional information below.
i have also updated libtool via brew  but still it give the above error and 
failed to make

also Projects/ProtocolBuffers-2.2.0-Source/src/libprotobuf.la does exist 

Original comment by suhailka...@gmail.com on 27 Nov 2013 at 6:36