[vtkusers] Python compass widget example
David Doria
daviddoria+vtk at gmail.com
Sat Jan 30 09:20:36 EST 2010
On Sat, Jan 30, 2010 at 9:03 AM, Anders Wallin
<anders.e.e.wallin at gmail.com> wrote:
>> I'd recommend compiling from source. There's nothing more frustrating
>> then seeing that something you want has been added/fixed but you can't
>> get your hands on it.
>
> trying to compile then. I get stuck with "ccmake ." which says:
> CMake Error: The following variables are used in this project, but they are
> set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the CMake
> files:
> OPENGL_INCLUDE_DIR (ADVANCED)
> (followed by a lot of paths), and then further down:
> PYTHON_INCLUDE_PATH (ADVANCED)
> (again followed by a lot of paths)
>
>
> AW
>
I think installing the 'freeglut' package should install the opengl
headers. You probably need to install the 'python-devel' package for
the second problem. Do those and then re-run cmake and see what
happens.
Thanks,
David
More information about the vtkusers
mailing list