opencv 2.4 build errors (caused by ipp) (Bug #3234)
Description
I use ipp 6.0, windows 64, last opencv 2.4 from github
at build I have following errors:
.....\modules\core\src\dxt.cpp(1564) : error C2065: 'ippsDFTGetSize_R_32f' : undeclared identifier
5>......\modules\core\src\dxt.cpp(1565) : error C2065: 'ippsDFTInit_R_32f' : undeclared identifier
5>......\modules\core\src\dxt.cpp(1569) : error C2065: 'ippsDFTGetSize_R_64f' : undeclared identifier
5>......\modules\core\src\dxt.cpp(1570) : error C2065: 'ippsDFTInit_R_64f' : undeclared identifier
5>......\modules\core\src\dxt.cpp(1577) : error C2065: 'ippsDFTGetSize_C_32fc' : undeclared identifier
5>......\modules\core\src\dxt.cpp(1578) : error C2065: 'ippsDFTInit_C_32fc' : undeclared identifier 7>tif_tile.c
5>......\modules\core\src\dxt.cpp(1582) : error C2065: 'ippsDFTGetSize_C_64fc' : undeclared identifier
5>......\modules\core\src\dxt.cpp(1583) : error C2065: 'ippsDFTInit_C_64fc' : undeclared identifier
Associated revisions
Merge pull request #3234 from vpisarev:fixed_photo_test_failure
History
Updated by Alexander Shishkov over 11 years ago
- Description changed from I use ipp 6.0, windows 64, lats opencv 2.4 from github at build I have follo... to I use ipp 6.0, windows 64, last opencv 2.4 from github at build I have follo... More
Updated by Alexander Shishkov over 11 years ago
Hello git gat,
thanks for submitting this issue. Unfortunately we have limited resources at the moment. So if there is a chance if you have time to fix this problem that would be highly appreciated! (Please see http://www.code.opencv.org/projects/opencv/wiki/How_to_contribute for details).
Thank you in advance!
Updated by Alexander Shishkov over 11 years ago
- Status changed from New to Open
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4617