Hi, I created a new virtual environment with conda (version 4.11) and I followed the instructions to build surfelwarp on ubuntu 18:
Firstly I tried to install eigen included in external/eigen3.4, so I created a buid folder and I did cmake, which completed the procedure but with some bad results, for instance:
_abort: repository /home/davide/pythonfolder/issue/surfelwarp/external/eigen3.4 not found!;
but also some tests failed and some packages were not found.
Here for the complete report.
I moved on following the suggestion on the terminal to modify the install location of eigen headers using: _cmake . -DCMAKE_INSTALLPREFIX=yourprefix and _cmake . -DINCLUDE_INSTALLDIR=yourdir, in order to install them in external/eigen3.4 (I set both yourprefix and yourdir to external/eigen3.4).
In both cases I still got:
_abort: repository /home/davide/pythonfolder/issue/surfelwarp/external/eigen3.4 not found!
make install performed with no errors.
Then I tried to install Pangolin. I followed the instructions related to cmake but I received the following warning:
_Manually-specified variables were not used by the project:
EIGEN_INCLUDEDIR
and make stopped with: _/home/davide/python_folder/issue/Pangolin/components/pangovars/include/pangolin/var/varstate.h:33:15: fatal error: any: No such file or directory
Ubuntu: 18.04 nvcc: 9.1 gcc: 6.1
Hi, I created a new virtual environment with conda (version 4.11) and I followed the instructions to build surfelwarp on ubuntu 18:
Firstly I tried to install eigen included in external/eigen3.4, so I created a buid folder and I did cmake, which completed the procedure but with some bad results, for instance:
I moved on following the suggestion on the terminal to modify the install location of eigen headers using: _cmake . -DCMAKE_INSTALLPREFIX=yourprefix and _cmake . -DINCLUDE_INSTALLDIR=yourdir, in order to install them in external/eigen3.4 (I set both yourprefix and yourdir to external/eigen3.4). In both cases I still got: _abort: repository /home/davide/pythonfolder/issue/surfelwarp/external/eigen3.4 not found!
make install performed with no errors.
Then I tried to install Pangolin. I followed the instructions related to cmake but I received the following warning: _Manually-specified variables were not used by the project: EIGEN_INCLUDEDIR and make stopped with: _/home/davide/python_folder/issue/Pangolin/components/pangovars/include/pangolin/var/varstate.h:33:15: fatal error: any: No such file or directory