Error with building opencv_viz module (Bug #3302)
Description
Dear OpenCV Community,
I try to build the check-out version of OpenCV and got this error:
46>LINK : fatal error LNK1104: cannot open file '..\..\lib\Debug\opencv_viz300d.lib'
Before that, I have the Qt5.1.2 and VTK6.1 successfully built.
If I uncheck the Build_opencv_viz on the cmake, everything is fine.
Both CentOS 6.4 and Windows have the same manner.
Regards,
Associated revisions
Merge pull request #3302 from berak:doc_fix_constants_30
History
Updated by Anna Kogan over 11 years ago
Hello Tran,
Thank you for reporting the problem! It seems to repeat the issue #3297. If you could work on a solution, a "contribution":How_to_contribute would be very appreciated!
Updated by Anna Kogan over 11 years ago
- Description changed from Dear OpenCV Community, I try to build the check-out version of OpenCV and go... to Dear OpenCV Community, I try to build the check-out version of OpenCV and go... More
Updated by Kirill Kornyakov over 11 years ago
#3297 is closed, and I suppose that we can close this too. Please reopen the ticket of the issue still exists.
- Target version set to 3.0-alpha
- Assignee set to Tran Minh Quan
Updated by Kirill Kornyakov over 11 years ago
- Category set to build/install
Updated by Anatoly Baksheev over 11 years ago
It seems it was unable to find VTK and disabled Viz somehow. In few days, I'll push reworked scripts for VTK search which will report, that VTK is not found and Viz is disabled.
Or you can take them right now here: https://github.com/Nerei/opencv. You will need to point to CMake a location where to find VTK. Use -D<VTK_INSTALL_PATH>/lib/vtk-5.8/ for VTK5.8, and similar for VTK5.10, for VTK 6.0 slightly different: -D<VTK_INSTALL_PATH>/lib/cmake/vtk-6.0
Updated by Anatoly Baksheev about 11 years ago
I think the issue is not actual now because cmake scripts have been reworked. Closing it.
- Status changed from Open to Done