Created attachment 261000 [details] fix build with opencv 4.9 Completed build with possibly unneeded LIB_DEPENDS warnings after applying https://github.com/lagadic/visp/pull/1310/commits/9ed0300507e13dddd83fd62a799f5039025ea44e Original build failure: /wrkdirs/usr/ports/misc/visp/work/visp-3.6.0/modules/tracker/mbt/src/depth/vpMbtFaceDepthDense.cpp:521:34: error: invalid operands to binary expression ('const cv::v_float64x2' and 'cv::v_float64x2') 521 | cv::v_float64x2 va1 = vnz*vy - vny*vz; | ~~~^~~
Committed, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7837c037db78d26b435b5a35db9c7ebb4da6275a commit 7837c037db78d26b435b5a35db9c7ebb4da6275a Author: Edward.Sanford.Sutton, III <mirror176@hotmail.com> AuthorDate: 2025-06-05 15:11:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-06-05 18:27:33 +0000 misc/visp: fix build with opencv 4.9 PR: 287320 <If and which Problem Report is related.> ...ker_mbt_src_depth_vpMbtFaceDepthDense.cpp (new) | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+)