We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Fixes issue #1
9a5b2e9
Fixed, thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: