You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,..
The text was updated successfully, but these errors were encountered:
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'
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,..
The text was updated successfully, but these errors were encountered: