gazoni / googletest

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

'make check' fails on SunOS 5.10 #66

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=none /bin/bash ./config_aux/depcomp \
CC -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: Error: Types is not a member of
testing.
1 Error(s) detected.
make[1]: *** [samples/sample6_unittest.o] Error 1
make[1]: Leaving directory
`/export/home1/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: gtest-1.1.0
Platform: SunOS 5.10 SPARC
Compiler: Sun C 5.8 2005/10/13, Sun C++ 5.8 2005/10/13

Please provide any additional information below.

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

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:32