-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
qhull run-time error when using CreateFromPointCloudAlphaShape #1364
Comments
Hm, sounds weird. Could you try to build it with gcc instead of clang. |
Here is what I found: (1) [Open3D ERROR] [CreateFromPointCloudAlphaShape] invalid tetra in TetraMesh I don't know maybe it is my program however I think it is worth looking into. (I am using OpenMP both in my program and for Open3D if it is any help) |
I found the problem. On Ubuntu 18.04 I had installed libpcl which depends on libqhull-dev. There is a conflict between the qhull compiled in Open3D and the default one installed on the system. The reason is that libpcl was also used in my project. I removed the libpcl from my project and now things seem to be fine. |
Have you got this resolved ? |
I'm having the same error, unsure if it is caused by the same issue as HSarham. |
Describtion
I get a runtime error when running CreateFromPointCloudAlphaShape:
QH6248 qh_lib_check: Incorrect qhull library called. Caller uses reentrant Qhull while library is non-reentrant
QH6249 qh_lib_check: Incorrect qhull library called. Size of qhT for caller is 8232, but for library is 2896.
QH6255 qh_lib_check: Cannot continue. Library 'qhull 7.2.0 (2015.2 2016/01/18)' uses a dynamic qhT via qh_QHpointer (e.g., qhull_p.so)
Environment:
The text was updated successfully, but these errors were encountered: