<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&lt;Extension, std::allocator&lt;Extension&gt; &gt;::_M_insert(std::_List_iterator&lt;Extension&gt;, Extension const&amp;)&#39;:</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*)&#39;</div><div>CMakeFiles/vtkParseOGLExt.dir/ParseOGLExt.cxx.o: In function `std::list&lt;Constant, std::allocator&lt;Constant&gt; &gt;::_M_insert(std::_List_iterator&lt;Constant&gt;, Constant const&amp;)&#39;:</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*)&#39;</div><div>CMakeFiles/vtkParseOGLExt.dir/ParseOGLExt.cxx.o: In function `std::list&lt;Function, std::allocator&lt;Function&gt; &gt;::_M_insert(std::_List_iterator&lt;Function&gt;, Function const&amp;)&#39;:</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*)&#39;</div><div>CMakeFiles/vtkParseOGLExt.dir/ParseOGLExt.cxx.o: In function `std::list&lt;Typedef, std::allocator&lt;Typedef&gt; &gt;::_M_insert(std::_List_iterator&lt;Typedef&gt;, Typedef const&amp;)&#39;:</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*)&#39;</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>