[vtkusers] Python compass widget example

Anders Wallin anders.e.e.wallin at gmail.com
Sat Jan 30 10:11:43 EST 2010


> By installing the some opengl and python-dev packages I now get
> "ccmake ." to run without errors. However when I type "make" I get the
> following:
> http://pastebin.ca/1771942
>
> probably some missing c++ libraries? but neither ccmake nor make gives
> me a hint what to install next...

I suspect this has something to do with
#include <iostream.h>
vs.
#include <iostream>

googling gets me here:
http://www.itk.org/Wiki/ITK_Configuring_and_Building
which suggests
// The code still uses the older #include <iostream.h> style
CMAKE_CXX_FLAGS:STRING=-Wno-deprecated

but that's only a warning flag, it doesn't make my compiler find the
".h" files...

AW



More information about the vtkusers mailing list