I'm new in vtk and I was trying to build the example code came with VTK 5.10.1.
The linker is giving me the following issues:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_vtkCocoaGLView", referenced from:
_OBJC_CLASS_$_BasicVTKView in BasicVTKView.o
"_OBJC_METACLASS_$_vtkCocoaGLView", referenced from:
_OBJC_METACLASS_$_BasicVTKView in BasicVTKView.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I don't have any idea what should be done.
Please help me.