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

Does not compile on MacOS #12

Open
sashakolpakov opened this issue Mar 13, 2023 · 0 comments
Open

Does not compile on MacOS #12

sashakolpakov opened this issue Mar 13, 2023 · 0 comments

Comments

@sashakolpakov
Copy link

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?)

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

1 participant