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
cmake .. finishes successfully, however producing following warnings:
CMake Warning (dev) at ext/numpyeigen/cmake/numpyeigen.cmake:98 (set):
Cannot set "NPE_ROOT_DIR": current scope has no parent.
Call Stack (most recent call first):
CMakeLists.txt:23 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
Make -j fails with a lot of errors pretty similar to each other. E.g. first error is:
/home/vlad/botsch-kobbelt-remesher-libigl/ext/libigl/include/igl/diag.cpp:75:10: error: ‘DynamicSparseMatrix’ is not a member of ‘Eigen’
Eigen::DynamicSparseMatrix<T, Eigen::RowMajor> dyn_X(V.size(),V.size());
Hello!
I tried to install following the instructions:
cmake ..
finishes successfully, however producing following warnings:Full
cmake ..
output is attached incmake_output.txt
Make -j fails with a lot of errors pretty similar to each other. E.g. first error is:
Full
make -j
output is attached inmake_output.txt
The text was updated successfully, but these errors were encountered: