[vtkusers] Error in an online VTK-example

Benjamin Frigan frigan at itap.physik.uni-stuttgart.de
Mon Dec 28 11:35:44 EST 2009


For all,
I'm using opensuse 11.1, gcc, VTK5.4.2 (built from source) and I used the CMakeLists.txt that was on the page.




On Mon, Dec 28, 2009 at 11:31:32AM -0500, Bill Lorensen wrote:
> Also, did you build VTK from the source? or is this an installed VTK?
> 
> On Mon, Dec 28, 2009 at 11:25 AM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> > 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