Hi Deepak,<br><br>You need to tell cmake where the include ( .h )&nbsp; and libraries are ( .so etc.. ) files are so it can create the build scripts<br><br>for example:<br><br>opengl_gl_library will be the full path to libGL.so&nbsp; e.g. /usr/X11R6/lib/libGL.so&nbsp; <br>
opengl_include_dir will be the name of the directory that contains the header files used by opengl&nbsp;&nbsp; e.g. /usr/include/GL .. or even /usr/include&nbsp; <br><br>You&#39;ll need to do the same for python and tk<br><br>alex<br><br>
<br><br><br><div class="gmail_quote">On Tue, May 27, 2008 at 2:03 PM, Deepak Tiwari &lt;<a href="mailto:vtoolkit@gmail.com">vtoolkit@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>I am installing vtk on Linux. I am getting the following error when I do the initial configuration. I am not quiet sure what this means.<br><br>&nbsp;CMake Error: This project requires some variables to be set,<br>

&nbsp;and cmake can not find them.<br>&nbsp;Please set the following variables:<br>&nbsp;OPENGL_INCLUDE_DIR (ADVANCED)<br>&nbsp;OPENGL_gl_LIBRARY (ADVANCED)<br>&nbsp;PYTHON_INCLUDE_PATH<br>&nbsp;PYTHON_LIBRARY<br>&nbsp;TK_INCLUDE_PATH (ADVANCED)<br><br>Thanks,<br>
<font color="#888888">
<br>~D<br>
</font><br>_______________________________________________<br>
This is the private VTK discussion list.<br>
Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br>