tr00per / googletest

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

'make check' fails on AIX 5.3 #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. gzip -dc gtest-1.1.0.tar.gz | tar xf -
2. ./configure
3. make
4. make check

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

...
source='samples/sample6_unittest.cc' object='samples/sample6_unittest.o'
libtool=no \
DEPDIR=.deps depmode=aix /bin/sh ./config_aux/depcomp \
xlC_r -DHAVE_CONFIG_H -I. -I. -I./config_aux  -I. -I./include   -g -c -o
samples/sample6_unittest.o samples/sample6_unittest.cc
"samples/sample6_unittest.cc", line 156.7: 1540-0130 (S) "testing::Types"
is not declared.
make[1]: *** [samples/sample6_unittest.o] Error 1
make[1]: Leaving directory
`/storage1/home/sandbox/src/Tools/gtest/src/gtest-1.1.0'
make: *** [check-am] Error 2

What version of the product are you using? On what operating system?

Google Test: 1.1.0
Platform: AIX 5.3
Compiler: IBM XL C Compiler 8.0.0.20, IBM XL C/C++ Compiler 8.0.0.20

Please provide any additional information below.

Original issue reported on code.google.com by ade...@gmail.com on 17 Nov 2008 at 9:55

GoogleCodeExporter commented 9 years ago
Many portability issues have been fixed in the trunk.  The fixes will be 
included in
1.2.0, which will be released soon.  Please re-open the issue if you still run 
into
the problem with gtest-1.2.0.  Thanks!

Original comment by shiq...@gmail.com on 26 Nov 2008 at 10:33