Closed amiltonwong closed 6 years ago
I can't check this approach right now (really sorry!), but have you tried fiddling with /cmake/FindEigen3.cmake
. Perhaps it's not finding Eigen correctly in the location the package manager sets it up. Personally, I've never used the apt version of Eigen, and instead build the project using the version of Eigen included as a git submodule. Have you tried CMaking the version of Eigen inside the submodule?
Thanks @AndreiBarsan , it works when Eigen it built internally. THX!
Yay! Please let me know if you have other questions (apart from the separate issue you opened, to which I just replied) and I'll do my best to answer. Actually, at the moment I don't have access to a machine with an nVidia GPU on which to test the system properly (and make it easier to build, etc.), but I will do my best to answer your questions to the best of my abilities.
Thanks a lot :) @AndreiBarsan
Hi, all,
I encounter the following build error
In my system, I already install eigen3 by:
sudo apt-get install libeigen3-dev
Any suggestion to fix this problem?
THX!