Closed TheBlueMatt closed 3 years ago
Sorry, it's a regression from yesterday. The library used by kcov-system-daemon links with curl, and apparently it's enough for osx but maybe not for Linux. I've pushed a CMakeLists.txt change to explicitly link it to kcov-system-daemon as well.
Closed with various build fixes, thanks for the report!
Our build script of kcov (which is copied from the example build script for Codecov.io, so I assume you may get this question a few times), is currently failing with undefined symbols to curl_easy, despite
libcurl4-openssl-dev
being installed on the machine. Is there some other package or dependency that needs to be installed that CMake isn't detecting?