Hello All,<br><br>I got the VTK 5.6.1 successfully installed on opensolaris along with the QVTK widget. Also when I tried to run the Qt project which uses QVTKWidget on Linux(UBUNTU) it was successful and i could see the output. When I try to run the same code(with required changes made)<br>
I m getting the following error.<br><br><span style="color: rgb(0, 0, 153);">Undefined            first referenced</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);"> symbol                  in file</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">vtkAlgorithmOutput*vtkAlgorithm::GetOutputPort(int) mainwindow.o  (symbol belongs to implicit dependency /usr/local/lib/vtk-5.6/libvtkFiltering.so.5.6)</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">vtkPNGReader*vtkPNGReader::New()         mainwindow.o  (symbol belongs to implicit dependency /usr/local/lib/vtk-5.6/libvtkIO.so.5.6)</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">vtkImageViewer*vtkImageViewer::New()       mainwindow.o  (symbol belongs to implicit dependency /usr/local/lib/vtk-5.6/libvtkRendering.so.5.6)</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">void vtkImageViewer::SetupInteractor(vtkRenderWindowInteractor*) mainwindow.o  (symbol belongs to implicit dependency /usr/local/lib/vtk-5.6/libvtkRendering.so.5.6)</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">ld: fatal: symbol referencing errors. No output written to vtk</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">make: *** [vtk] Error 1</span><br><br><font color="#000000">Please help me with the changes that i have to make.<br>
Awaiting your reply.<br style="color: rgb(0, 0, 153);"></font><br><br><br>