staticafi/sbt-instrumentation

jsoncpp linker error when using system installation

tomsik68 opened this issue · 1 comments

Using system-wide jsoncpp installation sometimes causes linker error.
For example this one:

opt/symbiotic/sbt-instrumentation/src/rewriter.cpp:162: undefined reference to `Json::CharReaderBuilder::operator[](std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'

Maybe we need to check which version is installed in CMakeLists.

Could you provide a PR? Thanks.