dreamstreat / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

rev 558 - build broken? #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout rev 558 from svn
2. make clean && make
3. errors with libtool in 3rd party 

What is the expected output? What do you see instead?
ought to build

What version of the product are you using? On what operating system?
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.04
DISTRIB_CODENAME=jaunty
DISTRIB_DESCRIPTION="Ubuntu 9.04"

Did you run the unit test suite that comes with the project? Did all tests pass?

Please provide any additional information below.

make  all-recursive
make[1]: Entering directory `/home/shared/srcsLocal/libkml_trunk'
Making all in third_party
make[2]: Entering directory `/home/shared/srcsLocal/libkml_trunk/third_party'
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -
I../third_party/zlib-1.2.3/contrib -I../third_party/uriparser-0.7.1/include -
I../third_party/googletest-r108 -I../third_party/googletest-r108/include   -g 
-O2 -MT unzip.lo 
-MD -MP -MF .deps/unzip.Tpo -c -o unzip.lo `test -f 
'zlib-1.2.3/contrib/minizip/unzip.c' || 
echo './'`zlib-1.2.3/contrib/minizip/unzip.c
../libtool: line 841: X--tag=CC: command not found
../libtool: line 874: libtool: ignoring unknown tag : command not found
../libtool: line 841: X--mode=compile: command not found
../libtool: line 1008: *** Warning: inferring the mode of operation is 
deprecated.: command not 
found
../libtool: line 1009: *** Future versions of Libtool will require --mode=MODE 
be specified.: 
command not found
../libtool: line 1152: Xgcc: command not found
../libtool: line 1152: X-DHAVE_CONFIG_H: command not found
../libtool: line 1152: X-I.: command not found
../libtool: line 1152: X-I..: command not found
../libtool: line 1152: X-I../third_party/zlib-1.2.3/contrib: No such file or 
directory
../libtool: line 1152: X-I../third_party/uriparser-0.7.1/include: No such file 
or directory
../libtool: line 1152: X-I../third_party/googletest-r108: No such file or 
directory
../libtool: line 1152: X-I../third_party/googletest-r108/include: No such file 
or directory
../libtool: line 1152: X-g: command not found
../libtool: line 1152: X-O2: command not found
../libtool: line 1152: X-MT: command not found
../libtool: line 1152: Xunzip.lo: command not found
../libtool: line 1152: X-MD: command not found
../libtool: line 1152: X-MP: command not found
../libtool: line 1152: X-MF: command not found
../libtool: line 1152: X.deps/unzip.Tpo: No such file or directory
../libtool: line 1152: X-c: command not found
../libtool: line 1205: Xunzip.lo: command not found
../libtool: line 1210: libtool: compile: cannot determine name of library 
object from `': command 
not found
make[2]: *** [unzip.lo] Error 1
make[2]: Leaving directory `/home/shared/srcsLocal/libkml_trunk/third_party'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/shared/srcsLocal/libkml_trunk'
make: *** [all] Error 2

Original issue reported on code.google.com by brian.da...@gmail.com on 2 May 2009 at 2:43

GoogleCodeExporter commented 8 years ago
FIXED - false alarm
system update killed setup
autoreconf cleared it up

Original comment by brian.da...@gmail.com on 2 May 2009 at 3:10

GoogleCodeExporter commented 8 years ago

Original comment by kml.b...@gmail.com on 6 May 2009 at 4:18