[vtkusers] Make install error on ubuntu
Gestuality us
600gestures at gmail.com
Wed Nov 28 10:31:13 EST 2012
Hi,
I am trying to install VTK on ubuntu and I am facing a problem.
So far, I installed cmake and mesa using the following commands:
sudo apt-get install mesa-common-dev
sudo apt-get install libgl1-mesa-glx
sudo apt-get install libgl1-mesa-dri
sudo apt-get install libosmesa6
sudo apt-get install freeglut3
sudo apt-get install cmake-curses-gui
I untarred the VTK5.10.1 and then ran a ccmake VTK5.10.1 and gave the
locations as follows:
OPENGL_INCLUDE_DIR /usr/include
OPENGL_gl_LIBRARY /usr/lib/i386-linux-gnu/mesa/libGL.so.1.2
OPENGL_glu_LIBRARY /usr/lib/i386-linux-gnu/libglut.so.3.9.0
OPENGL_xmesa_INCLUDE_DIR
/usr/lib/i386-linux-gnu/libOSMesa.so.6.5.3
I was able to configure, generate and exit without any errors.
Now, if I try to do a $sudo make install, I am getting a whole bunch of C++
errors.
Can you please tell me what I am doing wrong? I have g++ installed, is
there anything else I need to install?
Thanks,
Shripad D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20121128/be9e1c97/attachment.htm>
More information about the vtkusers
mailing list