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
Generally a non-issue, rather a comment.
/Go-ICP/jly_3ddt.cpp:13:10: fatal error: 'malloc.h' file not found #include <malloc.h> ^~~~~~~~~~
The error appears to be standard for MacOS, no matter ARM or Intel. Removing the deprecated (since a while) malloc.h makes compilation possible.
/Go-ICP/matrix.cpp:858:9571: warning: null character ignored [-Wnull-character]
Produces ~9600 warning like this on build, unless matrix.cpp is cleaned up (some encoding problem, maybe?)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Generally a non-issue, rather a comment.
The error appears to be standard for MacOS, no matter ARM or Intel. Removing the deprecated (since a while) malloc.h makes compilation possible.
Produces ~9600 warning like this on build, unless matrix.cpp is cleaned up (some encoding problem, maybe?)
The text was updated successfully, but these errors were encountered: