Closed jason8301 closed 6 years ago
make throws an error when building BUSData.cpp about not finding strcmp Adding the include line into BUSData.h fix this. #include <cstring>
#include <cstring>
It seems gcc changed their "default included" headers?
build environment: Centos 7, gcc 4.8.5, cmake 2.8.12
Fixed, thanks for reporting.
make throws an error when building BUSData.cpp about not finding strcmp Adding the include line into BUSData.h fix this.
#include <cstring>
It seems gcc changed their "default included" headers?
build environment: Centos 7, gcc 4.8.5, cmake 2.8.12