Viz compilation module fails (Bug #3297)
Description
To reproduce the error:
mkdir build cd build cmake -DBUILD_opencv_viz=on .. make
The error:
[...]/build/modules/viz/precomp.hpp:128:26 fatal error: opencv2/ts.hpp: No such file or directory
After fixing that problem in 'precomp.hpp' file, another error will appear: 'getTickCount' is not a member of 'cv'.
A commit will be pushed soon in order to fix these problems.
System info:- Ubuntu 13.10
- VTK 5.8
Associated revisions
Merge pull request #3297 from asmorkalov:ocv_docs_fix
History
Updated by Pablo Speciale over 11 years ago
See pull request #1554
https://github.com/Itseez/opencv/pull/1554
Updated by Pablo Speciale over 11 years ago
Compiling with VTK 5.8 I get a lot of cmake warnings. For example:
-- The imported target "vtkChartsTCL" references the file "/usr/lib/libvtkChartsTCL.so.5.8.0" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/lib/vtk-5.8/VTKTargets-release.cmake" but not all the files it references
Updated by Pablo Speciale over 11 years ago
And compiling with VTK 6.0 I don't get those cmake warnings
Updated by Anna Kogan over 11 years ago
- Assignee changed from Anatoly Baksheev to Pablo Speciale
- Status changed from New to Open
Updated by Pablo Speciale over 11 years ago
- Status changed from Open to Done
- % Done changed from 0 to 100
Updated by Kirill Kornyakov over 11 years ago
- Target version set to 3.0-alpha
Updated by Anatoly Baksheev about 11 years ago
I think the issue is not actual since big code rework. Please reopen if the problem still exitst
Updated by Anatoly Baksheev about 11 years ago
Ops already done :)