[vtkusers] vtkParseOGLExt error with VTK make

Gestuality us 600gestures at gmail.com
Wed Jan 16 12:39:08 EST 2013


Hi,

I am trying to install VTK for the first time on my ubuntu machine.
I am able to configure and generate using ccmake without any errors, but
when I give $sudo make, it throws the following error.
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.
Can anyone help me with this please?

Thanks,
Shripad D



$ sudo make
[  1%] Built target vtksys
[  2%] Built target vtkzlib
[  2%] Built target H5detect
[  2%] Built target H5make_libsettings
[  9%] Built target vtkhdf5
[  9%] Built target vtkhdf5_hl
[ 11%] Built target vtkjpeg
[ 12%] Built target vtkpng
[ 12%] Built target vtkmkg3states
[ 13%] Built target vtktiff
[ 13%] Built target vtkexpat
[ 14%] Built target vtklibxml2
[ 14%] Built target vtkDICOMParser
[ 14%] Built target ProcessShader
[ 14%] Built target vtkMaterialLibraryConfiguredFiles
[ 18%] Built target vtkproj4
[ 18%] Built target lproj
[ 18%] Built target mpistubs
[ 19%] Built target MapReduceMPI
[ 19%] Built target vtkverdict
[ 21%] Built target vtkNetCDF
[ 21%] Built target vtkNetCDF_cxx
[ 22%] Built target vtkmetaio
[ 22%] Built target vtksqlite
[ 27%] Built target vtkexoIIc
[ 27%] Built target LSDyna
[ 28%] Built target vtkalglib
[ 28%] Built target vtkEncodeString
[ 29%] Built target vtkftgl
Linking CXX executable ../../bin/vtkParseOGLExt
CMakeFiles/vtkParseOGLExt.dir/ParseOGLExt.cxx.o: In function
`std::list<Extension, std::allocator<Extension>
>::_M_insert(std::_List_iterator<Extension>, Extension const&)':
/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*)'
CMakeFiles/vtkParseOGLExt.dir/ParseOGLExt.cxx.o: In function
`std::list<Constant, std::allocator<Constant>
>::_M_insert(std::_List_iterator<Constant>, Constant const&)':
/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*)'
CMakeFiles/vtkParseOGLExt.dir/ParseOGLExt.cxx.o: In function
`std::list<Function, std::allocator<Function>
>::_M_insert(std::_List_iterator<Function>, Function const&)':
/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*)'
CMakeFiles/vtkParseOGLExt.dir/ParseOGLExt.cxx.o: In function
`std::list<Typedef, std::allocator<Typedef>
>::_M_insert(std::_List_iterator<Typedef>, Typedef const&)':
/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*)'
collect2: ld returned 1 exit status
make[2]: *** [bin/vtkParseOGLExt] Error 1
make[1]: *** [Utilities/ParseOGLExt/CMakeFiles/vtkParseOGLExt.dir/all]
Error 2
make: *** [all] Error 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130116/782582a2/attachment.htm>


More information about the vtkusers mailing list