Open gmagklaras opened 1 year ago
which version/branch of WASS?
Try commenting these lines:
check_include_file_cxx( opencv2/optflow.hpp HAVE_OPENCV_OPTFLOW )
if(HAVE_OPENCV_OPTFLOW)
add_definitions(-DWASS_ENABLE_OPTFLOW)
endif(HAVE_OPENCV_OPTFLOW)
in
src/wass_stereo/CMakeLists.txt
We have migrated a bunch of users from Ubuntu to RHEL8 and in the process of trying to compile the software, it fails at the linking stage with the following error:
We have tried against a number of opencv libraries (3.4.14, 4.7.0) that build properly:
cmake ../src/ -DOpenCV_DIR="/modules/rhel8/user-apps/opencv/4.7.0/opencv-4.7.0/build" -DDISABLE_BOOST_LOG=ON
However, once we try the make, we get the initial error.
Suggestions please, compiler and boost version libraries below: