Closed GoogleCodeExporter closed 9 years ago
I got the same error on Mac OS X 10.4.11. My workaround was
CPPFLAGS=-I./include/gtest/internal ./configure
Using either this configuration or the one given in the initial report, make
succeeds, but make check fails with partial output:
test/gtest_repeat_test.cc: In member function 'virtual
void<unnamed>::BarDeathTest_ThreadSafeAndFast_Test::TestBody()':
test/gtest_repeat_test.cc:114: error: 'EXPECT_DEATH' was not declared in this
scope
make[1]: *** [test/gtest_repeat_test.o] Error 1
make: *** [check-am] Error 2
Original comment by sneaky.r...@gmail.com
on 5 Jul 2008 at 8:11
I've reported the make check failure as Issue 5 and attached a patch that fixes
it.
Original comment by sneaky.r...@gmail.com
on 5 Jul 2008 at 9:04
I wrote an another patch for this issue, confirmed on Leopard 10.5.4.
Original comment by mootoh
on 5 Jul 2008 at 9:15
Attachments:
Thanks for the report, guys.
This is expected as the initial release supports building on Linux only. We
mentioned this in our official announcement on the Google Testing blog. Sorry
if it
wasn't obvious.
Having said that, we will add support for Mac OS X and other platforms soon -
it's a
high priority for us. Thanks.
Original comment by shiq...@gmail.com
on 7 Jul 2008 at 9:57
This is fixed in trunk and release-1.0.1.
Original comment by shiq...@gmail.com
on 9 Jul 2008 at 10:07
Original issue reported on code.google.com by
evlogimenos
on 4 Jul 2008 at 11:54