Github user minifirocks commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/151
@phrocker the basic class is io::BaseStream, the signature is virtual void
seek(uint32_t offset) {
the uint64_t break the virtual inheritance.
CompressContext test is running on in my local, it fail in travis, will
debug more---
