For some reason I cannot compile latest wsi2dcm on my Debian machine:
wsi-to-dicom-converter/src/dcmTags.cpp:28:26: error: use of deleted function ‘Json::Value::Value(std::nullptr_t)’
28 | if (obj[tag][VALUE] != nullptr) {
| ^~~~~~~
In file included from /usr/include/jsoncpp/json/reader.h:11,
from /usr/include/jsoncpp/json/json.h:11,
from wsi-to-dicom-converter/src/dcmTags.cpp:19:
/usr/include/jsoncpp/json/value.h:345:3: note: declared here
345 | Value(std::nullptr_t ptr) = delete;
| ^~~~~
For some reason I cannot compile latest wsi2dcm on my Debian machine:
With: