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 build and compiled the library with CMAKE and Visual studio 17. But I can not mex the mesh_boolean in MATLAB. mex is asking for the addresses of different libraries which I provide by -I option but after some steps it is asking for a config.h file that I do not have.
There are different mesh_boolean.cpp files and I am using the one that is in the gptoolbox/mex folder.
I have also Blas, Boost, Eigen, and Lapack independently before building gptoolbox. Should I get rid of everything and let CMAKE download them while building the gptoolbox?
I have build and compiled the library with CMAKE and Visual studio 17. But I can not mex the mesh_boolean in MATLAB. mex is asking for the addresses of different libraries which I provide by -I option but after some steps it is asking for a config.h file that I do not have.
There are different mesh_boolean.cpp files and I am using the one that is in the gptoolbox/mex folder.
this is the message:
How can I fix this?!
The text was updated successfully, but these errors were encountered: