build broken on Linux with cuda (calib3d.cpp) (Bug #3544)
Description
first I had to do the workaround for the "opencv-2.4.5 git build broken for grfmt_webp.cpp (Bug #2980)" issue, then, continuing the make :
[ 63%] Building CXX object modules/cuda/CMakeFiles/opencv_cuda.dir/src/calib3d.cpp.o
/opencv/modules/cuda/src/calib3d.cpp:154:5: error: expected class-name before ‘{’ token
/opencv/modules/cuda/src/calib3d.cpp: In function ‘void cv::cuda::solvePnPRansac(const cv::Mat&, const cv::Mat&, const cv::Mat&, const cv::Mat&, cv::Mat&, cv::Mat&, bool, int, float, int, std::vector<int>*)’:
/opencv/modules/cuda/src/calib3d.cpp:241:44: error: ‘parallel_for_’ was not declared in this scope
make2: * [modules/cuda/CMakeFiles/opencv_cuda.dir/src/calib3d.cpp.o] Error 1
make1: * [modules/cuda/CMakeFiles/opencv_cuda.dir/all] Error 2
Associated revisions
fix bug #3544:
add "opencv2/core/utility.hpp" header to precomp.hpp
Merge pull request #3544 from jet47:cuda-warping-refactoring
History
Updated by Kirill Kornyakov about 11 years ago
Vladislav, could you please have a look? Can you reproduce the issue?
- Status changed from New to Open
- Assignee set to Vladislav Vinogradov
- Category set to gpu (cuda)
- Target version set to 3.0-alpha
Updated by David MAUGIS about 11 years ago
to be very precise I did a git clone https://github.com/Itseez/opencv.git to get the source tree, so I suppose it is 3.0-alpha version ? If need any file from the build tree to investigate let me know.
Updated by Vladislav Vinogradov about 11 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/2367
Updated by Vladislav Vinogradov about 11 years ago
- Status changed from Open to Done