Closed GoogleCodeExporter closed 9 years ago
I cannot reproduce the problem. Have you tried to build from a freshly
unpacked copy
of gtest?
Original comment by shiq...@gmail.com
on 22 Dec 2008 at 8:19
It is a freshly unpacked copy. Attaching transcript of tar, configure && make.
Below is my gcc version, I don't
believe it should be different from the base install.
Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs
Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure
--disable-checking --prefix=/usr --
mandir=/share/man --enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^+.-
]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++
--build=powerpc-apple-darwin8 --
host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061)
I wasn't able to run autoreconf against trunk, as my autoconf scripts are too
old (they are the base 10.4 install
I believe). I can try updating these and compiling trunk, if you think that
would help.
Thanks
Original comment by Alex.Hol...@gmail.com
on 22 Dec 2008 at 10:34
Attachments:
Unfortunately I still cannot repro it.
The errors suggest that gcc has trouble compiling the tr1/tuple libraray in your
environment. That looks like either a bug in your gcc or your tr1/tuple. My
suggestion is to add this to your compiler flags:
-DGTEST_HAS_TR1_TUPLE=0
This will prevent gtest from using TR1 tuple, and I suspect it will bypass the
problem.
I'm closing the bug for now. Please reopen it if the above workaround doesn't
work.
Original comment by zhanyong...@gmail.com
on 16 Jan 2009 at 7:00
Original issue reported on code.google.com by
Alex.Hol...@gmail.com
on 19 Dec 2008 at 5:43