Github user calebj commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/148
@phrocker For the first error, I'm pretty sure the only type it can convert
to is int64. The JsonCPP docs don't have any ambiguities there, it's just
signed and unsigned int and int64.
For the second, I don't see how it's even possible since archive.h is
included at the top of that file.
Can you check to see if it's using the thirdparty/ headers, or could it be
pulling them from somewhere else on your system?
---