huihut / OpenCV-MinGW-Build

👀 MinGW 32bit and 64bit version of OpenCV compiled on Windows. Including OpenCV 3.3.1, 3.4.1, 3.4.1-x64, 3.4.5, 3.4.6, 3.4.7, 3.4.8-x64, 3.4.9, 4.0.0-alpha-x64, 4.0.0-rc-x64, 4.0.1-x64, 4.1.0, 4.1.0-x64, 4.1.1-x64, 4.5.0-with-contrib, 4.5.2-x64
https://opencv.org/
928 stars 215 forks source link

Linking failure with Qt 5.12 #4

Closed reg31 closed 5 years ago

reg31 commented 5 years ago

Getting undefined references since Qt now uses MinGW 7.3.0

undefined reference to `cv::CascadeClassifier::load(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)'

huihut commented 5 years ago

oh, I didn't compile QT to OpenCV, Because I don't have 64bit qmake.

reg31 commented 5 years ago

I guess if you use MinGW 7.3.0 instead of 4.8.1 it would work anyway.

reg31 commented 5 years ago

Opencv 4 beta, is out.

reg31 commented 5 years ago

Opencv 4 rc is out.

huihut commented 5 years ago

😂😂😂

huihut commented 5 years ago

@reg31 OpenCV-4.0.0-rc-x64

reg31 commented 5 years ago

Good job, well done :)