Thanks, Alex.<br>Can you elaborate a little bit on how to tell cmake where these libraries are.<br>Thanks,<br><br>~D<br><br><div class="gmail_quote">On Tue, May 27, 2008 at 12:18 AM, Alexander MacLennan <<a href="mailto:alex.maclennan@gmail.com">alex.maclennan@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Deepak,<br><br>You need to tell cmake where the include ( .h ) 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 e.g. /usr/X11R6/lib/libGL.so <br>
opengl_include_dir will be the name of the directory that contains the header files used by opengl e.g. /usr/include/GL .. or even /usr/include <br><br>You'll need to do the same for python and tk<br><br>alex<br><br>
<br><br><br><div class="gmail_quote"><div><div></div><div class="Wj3C7c">On Tue, May 27, 2008 at 2:03 PM, Deepak Tiwari <<a href="mailto:vtoolkit@gmail.com" target="_blank">vtoolkit@gmail.com</a>> wrote:<br></div></div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
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> CMake Error: This project requires some variables to be set,<br>
and cmake can not find them.<br> Please set the following variables:<br> OPENGL_INCLUDE_DIR (ADVANCED)<br> OPENGL_gl_LIBRARY (ADVANCED)<br> PYTHON_INCLUDE_PATH<br> PYTHON_LIBRARY<br> TK_INCLUDE_PATH (ADVANCED)<br><br>Thanks,<br>
<font color="#888888">
<br>~D<br>
</font><br></div></div>_______________________________________________<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>
</blockquote></div><br>