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

Installation problem #10

Open
vlad-filin opened this issue Jan 26, 2022 · 1 comment
Open

Installation problem #10

vlad-filin opened this issue Jan 26, 2022 · 1 comment

Comments

@vlad-filin
Copy link

Hello!

I tried to install following the instructions:

mkdir build
cd build
cmake ..
make -j

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.

Full cmake .. output is attached in
cmake_output.txt

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());

Full make -j output is attached in
make_output.txt

@sgsellan
Copy link
Owner

sgsellan commented Feb 9, 2022

Hi Vlad! Are you able to build libigl on its own? Clone libigl from that link and run

mkdir build
cd build
cmake ..
make -j

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