https://bugzilla.redhat.com/show_bug.cgi?id=1839256
Robert-André Mauchin zebob.m@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@gmail.com Doc Type|--- |If docs needed, set a value
--- Comment #1 from Robert-André Mauchin zebob.m@gmail.com --- # RUN opencv-clean.sh TO PREPARE TARBALLS FOR FEDORA
- You need to add the script as a Source
- My local build is failing with tons of errors. I'll try Koji.
Errors are like:
In file included from /builddir/build/BUILD/opencv-4.2.0/build_win32/modules/dnn/opencv-caffe.pb.cc:4: /builddir/build/BUILD/opencv-4.2.0/build_win32/modules/dnn/opencv-caffe.pb.h:21322:62: error: invalid use of incomplete type 'class opencv_caffe::PriorBoxParameter' 21322 | inline void PriorBoxParameter::_internal_set_step(float value) { | ^
/builddir/build/BUILD/opencv-4.2.0/build_win32/modules/dnn/opencv-caffe.pb.cc:985:51: error: incomplete type 'opencv_caffe::NonMaximumSuppressionParameter' used in nested name specifier 985 | ::opencv_caffe::NonMaximumSuppressionParameter::InitAsDefaultInstance(); | ^~~~~~~~~~~~~~~~~~~~~