chengxxxxwang / metasyntactic

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

Yet another Protcol Buffers build problem #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I have problems with build PB 2.2.0 on Mac OSX 10.5.8.
After running
- ./autogen.sh
- ./configure
I get error while running make:
--------------
make          
make  all-recursive
Making all in .
Making all in src
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -
I..    -D_THREAD_SAFE  -Wall -Wwrite-strings -Woverloaded-virtual -Wno-
sign-compare -O2 -g -DNDEBUG -MT common.lo -MD -MP -MF .deps/common.Tpo -c 
-o common.lo `test -f 'google/protobuf/stubs/common.cc' || echo 
'./'`google/protobuf/stubs/common.cc
../libtool: line 801: X--tag=CXX: command not found
../libtool: line 834: libtool: ignoring unknown tag : command not found
../libtool: line 801: X--mode=compile: command not found
../libtool: line 967: *** Warning: inferring the mode of operation is 
deprecated.: command not found
../libtool: line 968: *** Future versions of Libtool will require --
mode=MODE be specified.: command not found
../libtool: line 1111: Xg++: command not found
../libtool: line 1111: X-DHAVE_CONFIG_H: command not found
../libtool: line 1111: X-I.: command not found
../libtool: line 1111: X-I..: command not found
../libtool: line 1111: X-D_THREAD_SAFE: command not found
../libtool: line 1111: X-Wall: command not found
../libtool: line 1111: X-Wwrite-strings: command not found
../libtool: line 1111: X-Woverloaded-virtual: command not found
../libtool: line 1111: X-Wno-sign-compare: command not found
../libtool: line 1111: X-O2: command not found
../libtool: line 1111: X-g: command not found
../libtool: line 1111: X-DNDEBUG: command not found
../libtool: line 1111: Xcommon.lo: command not found
../libtool: line 1111: X-MT: command not found
../libtool: line 1111: X-MD: command not found
../libtool: line 1111: X-MP: command not found
../libtool: line 1111: X-MF: command not found
../libtool: line 1111: X.deps/common.Tpo: No such file or directory
../libtool: line 1111: X-c: command not found
../libtool: line 1162: Xcommon.lo: command not found
../libtool: line 1167: libtool: compile: cannot determine name of library 
object from `': command not found
make[2]: *** [common.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
--------------
Any solutions?

Best regards

Original issue reported on code.google.com by Mariusz....@gmail.com on 7 Dec 2009 at 2:50

GoogleCodeExporter commented 8 years ago
Nope.

Are you running autogen/configure?

Original comment by cyr...@google.com on 7 Dec 2009 at 3:22

GoogleCodeExporter commented 8 years ago
I fixed problem in my environment configuration and now works like a charm :). 
Sorry 
for trouble you and thanks for a great job with this Proto port.

Original comment by Mariusz....@gmail.com on 8 Dec 2009 at 11:08

GoogleCodeExporter commented 8 years ago
Glad you were able to clear it up.

Original comment by cyrus.na...@gmail.com on 27 Dec 2009 at 5:43

GoogleCodeExporter commented 8 years ago
I am getting the same error.  Mariusz.Siek1, what was the problem in your 
environment configuration and how 
did you fix it?  Thanks.

Original comment by stra...@gmail.com on 14 Jan 2010 at 2:17

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I get the same error when I used a Mac OSX 10.5.8 machine, could you guys tell 
me how to fix it?

Original comment by kenliuf...@gmail.com on 31 Jan 2011 at 2:33