You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems tipc is incompatible with version 2.x. bin/gencov.sh leads to errors.
$ ./bin/gencov.sh
...
Processing /opt/devel/repos/sipc/build/src/semantic/weeding/CMakeFiles/weeding.dir/CheckAssignable.cpp.gcda
Processing /opt/devel/repos/sipc/build/src/error/CMakeFiles/error.dir/Error.cpp.gcda
Excluded data for 145 files due to include/exclude options
geninfo: ERROR: "/opt/devel/repos/sipc/src/semantic/types/solver/Substituter.h":7: function _ZN11SubstituterD1Ev found on line but no corresponding 'line' coverage data point. Cannot derive function end line.
...
Downgrading to version 1.x fixes the error.
Portal currently provides 1.14.
$ lcov -version
lcov: LCOV version 1.14
The text was updated successfully, but these errors were encountered:
LCOV version 2.0 was released earlier this year. It is now the default version distributed by homebrew.
It seems
tipc
is incompatible with version2.x
.bin/gencov.sh
leads to errors.Downgrading to version
1.x
fixes the error.Portal currently provides
1.14
.The text was updated successfully, but these errors were encountered: