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

make error with matlab bindings #8

Closed
HuanYin94 opened this issue Jul 13, 2022 · 3 comments
Closed

make error with matlab bindings #8

HuanYin94 opened this issue Jul 13, 2022 · 3 comments

Comments

@HuanYin94
Copy link

Thanks for the good work. Very interesting and impressive!

I want to compile with Matlab bindings, and have the issue as follows,

cmake .. -DBUILD_BINDINGS_MATLAB=ON is succeed

image

but after that, make has an error

image

@plusk01
Copy link
Member

plusk01 commented Jul 13, 2022

Hi @HuanYin94, thanks for your interest. Unfortunately I recently made some changes to speed up the algorithm which broke the MATLAB bindings. Until I get a chance to fix it, you may use the Python bindings or you can use an older version of the code which should have working MATLAB bindings. Try this commit, for example: f4e67ec

@HuanYin94
Copy link
Author

Hi @HuanYin94, thanks for your interest. Unfortunately I recently made some changes to speed up the algorithm which broke the MATLAB bindings. Until I get a chance to fix it, you may use the Python bindings or you can use an older version of the code which should have working MATLAB bindings. Try this commit, for example: f4e67ec

I see. Thanks for your prompt reply.

@JereKnuutinen
Copy link

Hi, I cloned the commit f4e67ec and builded it. However I am now gettingthe following error in Matlab: Unrecognized function or variable 'clipper_pointnormaldistance'.

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

3 participants