Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Build failure OpenCV 3.0 with VTK 6.2 on mac osx 10.9

I'm trying to build OpenCV 3.0 with VTK 6.2 on mac OSX 10.9 but the build fails at opencv_viz. The issue is with the objective c file vtkCocoaInteractorFix.mm which was added on the 8th of Feb in commit 5dc17f5. The error given is

No member named 'GetCocoaServer' in 'cv::viz::vtkCocoaRenderWindowInteractorFix'

This is because GetCocoaServer has been moved from vtkCocoaRenderWindowInteractor to vtkCocoaRenderWindow in VTK 6.2. This alteration to VTK happened almost a year ago according to the gitHub commit a3e9fc9. Is anyone else having this issue? Does anyone know of a workaround or have any suggestions for fixing the code?