Skip to content
New issue

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

cannot find strcmp when building BUSData.cpp #1

Closed
jason8301 opened this issue Nov 20, 2018 · 1 comment
Closed

cannot find strcmp when building BUSData.cpp #1

jason8301 opened this issue Nov 20, 2018 · 1 comment

Comments

@jason8301
Copy link

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

pmelsted added a commit that referenced this issue Nov 20, 2018
@pmelsted
Copy link
Contributor

Fixed, thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants