failed OpenCV compilation with Python and without GPU (Bug #1725)
Description
After adding stitching to Python:
In file included from /home/user/slave/ubuntu_release_sseON_tbbOFF_gpuOFF_compilergcc_x86/src/opencv/modules/stitching/include/opencv2/stitching/warpers.hpp:46:0, from /home/user/slave/ubuntu_release_sseON_tbbOFF_gpuOFF_compilergcc_x86/src/opencv/modules/stitching/include/opencv2/stitching/stitcher.hpp:48, from /home/user/slave/ubuntu_release_sseON_tbbOFF_gpuOFF_compilergcc_x86/src/opencv/modules/python/src2/cv2.cpp:23: /home/user/slave/ubuntu_release_sseON_tbbOFF_gpuOFF_compilergcc_x86/src/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp:50:32: fatal error: opencv2/gpu/gpu.hpp: No such file or directory compilation terminated. make[2]: *** [modules/python/CMakeFiles/opencv_python.dir/src2/cv2.cpp.o] Error 1 make[1]: *** [modules/python/CMakeFiles/opencv_python.dir/all] Error 2 make: *** [all] Error 2
Associated revisions
reverted revision 7676 (#1725)
History
Updated by Alexander Shishkov almost 13 years ago
- Description changed from After adding stitching to Python: In file included from /home/user/slave/ubun... to After adding stitching to Python: <pre> In file included from /home/use... More