Open sashakolpakov opened 1 year ago
Generally a non-issue, rather a comment.
/Go-ICP/jly_3ddt.cpp:13:10: fatal error: 'malloc.h' file not found include ^~~~~~
/Go-ICP/jly_3ddt.cpp:13:10: fatal error: 'malloc.h' file not found
^~~~~~
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?)
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?)