<div><br></div><div>Hi,</div><div><br></div><div>I am trying to install VTK for the first time on my ubuntu machine.</div><div>I am able to configure and generate using ccmake without any errors, but when I give $sudo make, it throws the following error.</div>
<div>I looked it up on google and I read somewhere that I need to install vtkParseOGLExt before configuring but I dont know how to install it.</div><div>Can anyone help me with this please?</div><div><br></div><div>Thanks,</div>
<div>Shripad D</div><div><br></div><div><br></div><div><br></div><div>$ sudo make</div><div>[ 1%] Built target vtksys</div><div>[ 2%] Built target vtkzlib</div><div>[ 2%] Built target H5detect</div><div>[ 2%] Built target H5make_libsettings</div>
<div>[ 9%] Built target vtkhdf5</div><div>[ 9%] Built target vtkhdf5_hl</div><div>[ 11%] Built target vtkjpeg</div><div>[ 12%] Built target vtkpng</div><div>[ 12%] Built target vtkmkg3states</div><div>[ 13%] Built target vtktiff</div>
<div>[ 13%] Built target vtkexpat</div><div>[ 14%] Built target vtklibxml2</div><div>[ 14%] Built target vtkDICOMParser</div><div>[ 14%] Built target ProcessShader</div><div>[ 14%] Built target vtkMaterialLibraryConfiguredFiles</div>
<div>[ 18%] Built target vtkproj4</div><div>[ 18%] Built target lproj</div><div>[ 18%] Built target mpistubs</div><div>[ 19%] Built target MapReduceMPI</div><div>[ 19%] Built target vtkverdict</div><div>[ 21%] Built target vtkNetCDF</div>
<div>[ 21%] Built target vtkNetCDF_cxx</div><div>[ 22%] Built target vtkmetaio</div><div>[ 22%] Built target vtksqlite</div><div>[ 27%] Built target vtkexoIIc</div><div>[ 27%] Built target LSDyna</div><div>[ 28%] Built target vtkalglib</div>
<div>[ 28%] Built target vtkEncodeString</div><div>[ 29%] Built target vtkftgl</div><div>Linking CXX executable ../../bin/vtkParseOGLExt</div><div>CMakeFiles/vtkParseOGLExt.dir/ParseOGLExt.cxx.o: In function `std::list<Extension, std::allocator<Extension> >::_M_insert(std::_List_iterator<Extension>, Extension const&)':</div>
<div>/usr/include/c++/4.6/bits/stl_list.h:1516: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'</div><div>CMakeFiles/vtkParseOGLExt.dir/ParseOGLExt.cxx.o: In function `std::list<Constant, std::allocator<Constant> >::_M_insert(std::_List_iterator<Constant>, Constant const&)':</div>
<div>/usr/include/c++/4.6/bits/stl_list.h:1516: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'</div><div>CMakeFiles/vtkParseOGLExt.dir/ParseOGLExt.cxx.o: In function `std::list<Function, std::allocator<Function> >::_M_insert(std::_List_iterator<Function>, Function const&)':</div>
<div>/usr/include/c++/4.6/bits/stl_list.h:1516: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'</div><div>CMakeFiles/vtkParseOGLExt.dir/ParseOGLExt.cxx.o: In function `std::list<Typedef, std::allocator<Typedef> >::_M_insert(std::_List_iterator<Typedef>, Typedef const&)':</div>
<div>/usr/include/c++/4.6/bits/stl_list.h:1516: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'</div><div>collect2: ld returned 1 exit status</div><div>make[2]: *** [bin/vtkParseOGLExt] Error 1</div>
<div>make[1]: *** [Utilities/ParseOGLExt/CMakeFiles/vtkParseOGLExt.dir/all] Error 2</div><div>make: *** [all] Error 2</div><div><br></div>