Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestVcfEntry.cpp.o error #15

Open
a00101 opened this issue Dec 19, 2019 · 1 comment
Open

TestVcfEntry.cpp.o error #15

a00101 opened this issue Dec 19, 2019 · 1 comment

Comments

@a00101
Copy link

a00101 commented Dec 19, 2019

/addData01/01_Program_to_install/75.MuSIC2/joinx/joinx/build/vendor/src/gtest160/include/gtest/gtest.h:269:3: note: no known conversion for argument 1 from ‘std::basic_istream’ to ‘const testing::AssertionResult&’
make[2]: *** [build/test/lib/fileformats/CMakeFiles/TestFileFormats.dir/build.make:206: build/test/lib/fileformats/CMakeFiles/TestFileFormats.dir/TestVcfEntry.cpp.o] error 1
make[1]: *** [CMakeFiles/Makefile2:357: build/test/lib/fileformats/CMakeFiles/TestFileFormats.dir/all] error 2
make: *** [Makefile:163: all] error 2

i modified StreamLineSource.cpp
and typed 'make', error occurs.
Help me.

@sharpevo
Copy link

sharpevo commented Oct 23, 2020

Have you figured it out? The error was gone when commenting L269, but another one came up:

/home/wuy/MuSiC2/calcRoiCovg/joinx/build/vendor/src/gtest160/include/gtest/gtest.h:1353:30: error: use of deleted function ‘testing::AssertionResult::AssertionResult(const testing::AssertionResult&)’
                        actual);
                              ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants