Hi, On Mon, Jul 04, 2016 at 05:51:20PM -0700, Afif Elghraoui wrote: > Package: src:gtest > Version: 1.7.0-4 > Severity: important
The googletest package has recently been updated to 1.8.0
and built with gcc 6. So I expect this issue is gone, but
I'd like you to test it and let me know because I can't
easily reproduce it even with version 1.7.0-4.
> I'm trying to enable tests for the pbbam package, but there is a
> compilation error that is triggered by simply including gtest.h:
I attempted to reproduce using the following file, but it succeeds
without error.
#include <gtest/gtest.h>
int main()
{
return 0;
}
>
> Line 43 of my file /<<PKGBUILDDIR>>/tests/src/test_AlignmentPrinter.cpp has:
>
> #include <gtest/gtest.h>
I am unable to compile tests/src/test_AlignmentPrinter.cpp; I get this
error:
g++ --std=c++11 -c tests/src/test_AlignmentPrinter.cpp
tests/src/test_AlignmentPrinter.cpp:42:22: fatal error: TestData.h: No such
file or directory
#include "TestData.h"
^
compilation terminated.
Can you let me know if the new package fixes this bug?
Thanks!
-Steve
signature.asc
Description: PGP signature

