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

RHEL7 builds fail due to missing header files #24

Closed
kmpeters opened this issue Mar 8, 2022 · 0 comments · Fixed by #25
Closed

RHEL7 builds fail due to missing header files #24

kmpeters opened this issue Mar 8, 2022 · 0 comments · Fixed by #25

Comments

@kmpeters
Copy link
Contributor

kmpeters commented Mar 8, 2022

When building on RHEL7 malloc is undefined in SPiiPlusAuxDriver.cpp and calloc is undefined in SPiiPlusCommDriver.cpp.

Adding #include <stdlib.h> to SPiiPlusAuxDriver.cpp and #include <cstdlib> to SPiiPlusCommDriver.cpp resolves the problem.

kmpeters added a commit that referenced this issue Mar 8, 2022
Added include statements required for calloc and malloc on RHEL7.  Fixes #24
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

Successfully merging a pull request may close this issue.

1 participant