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

Invalid MEX-file '/home/knutjb/meshmonks/meshmonk/matlab/compute_correspondences.mexa64': /usr/local/lib64/libmeshmonk.so: undefined symbol: _ZTIN8OpenMesh12BasePropertyE #12

Open
knutj opened this issue Oct 31, 2019 · 3 comments

Comments

@knutj
Copy link

knutj commented Oct 31, 2019

I have compiled the mex files and libmeshmonk.so.
When I run a demo I get this error.
Invalid MEX-file '/home/knutjb/meshmonks/meshmonk/matlab/compute_correspondences.mexa64': /usr/local/lib64/libmeshmonk.so: undefined symbol:
_ZTIN8OpenMesh12BasePropertyE

Error in test_compute_correspondences (line 38)
compute_correspondences(floatingFeatures, targetFeatures,..

@knutj
Copy link
Author

knutj commented Nov 4, 2019

Resolved

@dibil08
Copy link

dibil08 commented May 11, 2020

Hello, I have the exact same problem, could you provide your solution? Thank you in advance @knutj .

@knutj
Copy link
Author

knutj commented Jul 22, 2020

I used this command, alias m='LD_PRELOAD=/usr/lib64/libstdc++.so.6.0.27:/usr/local/lib64/libmeshmonk.so:/usr/lib64/libOpenMeshCore.so:/usr/lib64/libOpenMeshTools.so matlab'

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

2 participants