camitk-imp SegFault after installation
About you
PhD student at GMCAO
Overview
camitk-imp works well after building. However, after install it segfault.
Interpretation & Possible fixes
It seems linked to the fact that on some distribution (and possibly mac ?) the /usr/lib folder is reserved for 32bits libraries (64bits libraries in lib64) instead of being a symlink to lib64, with a lib32 folder for 32bits libraries.
These cases are handled in CMake by using CMAKE_INSTALL_LIBDIR. However in CamiTK this variable is set but ignored, replaced by hard coded "/lib".
It is the same problem as for a previous error. I implemented a fix for it and I'll provide a pull request soon.
CamiTK Version
Latest dev build
please do not remove anything below this line