The remaining error is ``` clang: error: linker c...
# macos
z
The remaining error is
Copy code
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [osquery/osquery_benchmarks] Error 1
make[3]: *** [osquery/osqueryd] Error 1
make[2]: *** [osquery/CMakeFiles/osquery_benchmarks.dir/all] Error 2
make[2]: *** [osquery/CMakeFiles/daemon.dir/all] Error 2
Undefined symbols for architecture x86_64:
  "osquery::hashFromBuffer(osquery::HashType, void const*, unsigned long)", referenced from:
      osquery::hashSqliteValue(sqlite3_context*, int, sqlite3_value**, osquery::HashType) in lto.o
  "osquery::hashFromFile(osquery::HashType, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
      osquery::CarverTests_test_decompression_Test::TestBody() in lto.o
      osquery::Carver::start() in lto.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)