MuSiC2 icon indicating copy to clipboard operation
MuSiC2 copied to clipboard

TestVcfEntry.cpp.o error

Open a00101 opened this issue 6 years ago • 1 comments

/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.

a00101 avatar Dec 19 '19 08:12 a00101

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);
                              ^

sharpevo avatar Oct 23 '20 08:10 sharpevo