The svn externals definition of src/testing currently points to gmock revision
175, which has issues when compiled with clang 3.0 (see the attached log).
$ svn propget svn:externals src
testing -r175 http://googlemock.googlecode.com/svn/trunk
$ CC=clang CXX=clang++ ./configure
$ make check # FAILED
After pointing to the HEAD of gmock, the compilation of breakpad unit tests
goes through.
$ svn propset svn:externals src 'testing http://googlemock.googlecode.com/svn/trunk'
$ svn up
$ CC=clang CXX=clang++ ./configure
$ make check # PASSED
Original issue reported on code.google.com by benc...@chromium.org on 15 Dec 2011 at 6:23
Original issue reported on code.google.com by
benc...@chromium.org
on 15 Dec 2011 at 6:23Attachments: