Closed vkomenda closed 2 years ago
I think this is caused by a version mismatch between the glog library and the glog header. The glog 0.4.0 library takes an int
for the 4th argument, but apparently the header is expecting a long
. Could you check which glog/logging.h is being included?
Thanks! That was indeed a wrong header file. I switched to using glog v0.4 compiled from source to fix that.
Do you know how to fix the following compilation error? I'm trying to build the
vadd
host binary.