[vtkusers] Error in an online VTK-exampley

Bill Lorensen bill.lorensen at gmail.com
Mon Dec 28 11:25:49 EST 2009


What version of VTK are you using?

Did you use the CMakeLists.txt file on that same page? or your own?

On Mon, Dec 28, 2009 at 11:08 AM, Benjamin Frigan
<frigan at itap.physik.uni-stuttgart.de> wrote:
> Hi,
> I was looking at the following example "Color a mesh by height" on
> http://www.vtk.org/Wiki/VTK_Examples_Color_a_mesh_by_height
> With 'cmake' I don't get any errors. But after that with 'make' I get:
>
> [100%] Building CXX object CMakeFiles/ColoredElevationMap.dir/ColoredElevationMap.cxx.o
> /home/benjamin/Desktop/VTK_EXAMPLES_WEB/ColoredElevationMap.cxx:10:25: error: vtkstd/limits: No such
> file or directory
> /home/benjamin/Desktop/VTK_EXAMPLES_WEB/ColoredElevationMap.cxx: In function ‘int main(int, char**)’:
> /home/benjamin/Desktop/VTK_EXAMPLES_WEB/ColoredElevationMap.cxx:38: error: ‘numeric_limits’ is not a
> member of ‘std’
> /home/benjamin/Desktop/VTK_EXAMPLES_WEB/ColoredElevationMap.cxx:38: error: expected primary-expression
> before ‘double’
> /home/benjamin/Desktop/VTK_EXAMPLES_WEB/ColoredElevationMap.cxx:38: error: expected ‘,’ or ‘;’ before
> ‘double’
> /home/benjamin/Desktop/VTK_EXAMPLES_WEB/ColoredElevationMap.cxx:39: error: ‘numeric_limits’ is not a
> member of ‘std’
> /home/benjamin/Desktop/VTK_EXAMPLES_WEB/ColoredElevationMap.cxx:39: error: expected primary-expression
> before ‘double’
> /home/benjamin/Desktop/VTK_EXAMPLES_WEB/ColoredElevationMap.cxx:39: error: expected ‘,’ or ‘;’ before
> ‘double’
> make[2]: *** [CMakeFiles/ColoredElevationMap.dir/ColoredElevationMap.cxx.o] Error 1
> make[1]: *** [CMakeFiles/ColoredElevationMap.dir/all] Error 2
> make: *** [all] Error 2
>
>
> Can anyone help me with that?
>
> Best,
> Ben
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list