You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
[ 76%] Linking CXX executable wass_autocalibrate
[ 76%] Built target wass_autocalibrate
[ 80%] Building CXX object wass_stereo/CMakeFiles/wass_stereo.dir/wass_stereo.cpp.o
[ 85%] Building CXX object wass_stereo/CMakeFiles/wass_stereo.dir/PovMesh.cpp.o
[ 90%] Building CXX object wass_stereo/CMakeFiles/wass_stereo.dir/stereorectify.cpp.o
[ 95%] Building CXX object wass_stereo/CMakeFiles/wass_stereo.dir/modules/rhel8/user-apps/wass/wass/ext/incfg/incfg.cpp.o
[100%] Linking CXX executable wass_stereo
CMakeFiles/wass_stereo.dir/wass_stereo.cpp.o: In function `refine_flow(StereoMatchEnv&)':
wass_stereo.cpp:(.text+0x96b8): undefined reference to `cv::optflow::createVariationalFlowRefinement()'
collect2: error: ld returned 1 exit status
make[2]: *** [wass_stereo/CMakeFiles/wass_stereo.dir/build.make:161: wass_stereo/wass_stereo] Error 1
make[1]: *** [CMakeFiles/Makefile2:274: wass_stereo/CMakeFiles/wass_stereo.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
We have tried against a number of opencv libraries (3.4.14, 4.7.0) that build properly:
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:
The text was updated successfully, but these errors were encountered: