Win Build error cv::sqrt ambiguous call
Hi, I downloaded opencv for windows from here - http://opencv.org/downloads.html
I did cmake. And then building with visual studio 2010. I get a build error in opencv_text
........\opencv_contrib\modules\text\src\ocr_beamsearch_decoder.cpp(569): error C2668: 'cv::sqrt' : ambiguous call to overloaded function
Is this a known problem.Have I got the wrong source? Or is there some compiler setting I should specify?.