I am trying to compile ParaView3.6 (checkedout from cvs) on a Linux Ubuntu machine (cmake version 2.4.7, Qt version 4.3.4) but it fails to build completely. Can someone please point out what am I doing wrong ? Thanks in advance, Raashid
[ 30%] Building CXX object VTK/GUISupport/Qt/Testing/Cxx/CMakeFiles/QtChartCxxTests.dir/TestVtkStatisticalBoxChartView.o [ 30%] Building CXX object VTK/GUISupport/Qt/Testing/Cxx/CMakeFiles/QtChartCxxTests.dir/QTestApp.o Linking CXX executable ../../../../../bin/QtChartCxxTests /home/raashid/src/ParaView3.6.0_install/bin/libvtkGraphics.a(vtkExtractSelectedFrustum.o): In function `vtkExtractSelectedFrustum::PlaneClipEdge(double*, double*, int, int&, double*)': vtkExtractSelectedFrustum.cxx:(.text+0x76f): undefined reference to `vtkPlanes::GetPlane(int)' /home/raashid/src/ParaView3.6.0_install/bin/libvtkGraphics.a(vtkExtractSelectedFrustum.o): In function `vtkExtractSelectedFrustum::ABoxFrustumIsect(double*, vtkCell*)': vtkExtractSelectedFrustum.cxx:(.text+0xb46): undefined reference to `vtkPlanes::GetPlane(int)' /home/raashid/src/ParaView3.6.0_install/bin/libvtkGraphics.a(vtkExtractSelectedFrustum.o): In function `vtkExtractSelectedFrustum::CreateFrustum(double*)': vtkExtractSelectedFrustum.cxx:(.text+0x1bc6): undefined reference to `vtkPlanes::SetNormals(vtkDataArray*)' /home/raashid/src/ParaView3.6.0_install/bin/libvtkGraphics.a(vtkExtractSelectedFrustum.o): In function `vtkExtractSelectedFrustum::RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*)': vtkExtractSelectedFrustum.cxx:(.text+0x1e74): undefined reference to `vtkPlanes::GetNumberOfPlanes()' /home/raashid/src/ParaView3.6.0_install/bin/libvtkGraphics.a(vtkExtractSelectedFrustum.o): In function `vtkExtractSelectedFrustum::vtkExtractSelectedFrustum(vtkPlanes*)': vtkExtractSelectedFrustum.cxx:(.text+0x385e): undefined reference to `vtkPlanes::New()' /home/raashid/src/ParaView3.6.0_install/bin/libvtkGraphics.a(vtkExtractSelectedFrustum.o): In function `vtkExtractSelectedFrustum::vtkExtractSelectedFrustum(vtkPlanes*)': vtkExtractSelectedFrustum.cxx:(.text+0x39b8): undefined reference to `vtkPlanes::New()' collect2: ld returned 1 exit status make[2]: *** [bin/QtChartCxxTests] Error 1 make[1]: *** [VTK/GUISupport/Qt/Testing/Cxx/CMakeFiles/QtChartCxxTests.dir/all] Error 2 make: *** [all] Error 2
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
