Open happysmash27 opened 7 years ago
Apparently, it doesn't compile because, when using a version of JsonCPP configured with JSONCPP_USE_SECURE_MEMORY
, OSVR-Core mixes two instantiations of std::basic_string
with different allocators (std::string
and JSONCPP_STRING
).
This JsonCPP feature seems disabled by default so I expect it to work with the library from your package manager. If it doesn't, or if you want to compile the library yourself, ensure this feature is disabled and configure with -DJSONCPP_USE_SECURE_MEMORY=0
if it isn't.
Log: