[vtkusers] ccmake not producing correct Makefile for Examples.

Brad King brad.king at kitware.com
Fri Mar 18 09:43:31 EST 2005


Dongbai Guo wrote:
> I would like to build all examples under ${VTK_SRC}/Examples.
> 
> I turned BUILD_EXAMPLES  to "ON"
> but the make files produced in
> ${VTK_BUILD}/Examples does not contain a single rule to
> build a ".o" file or an executable.
> 
> Anybody knows how to enforce ccmake to generate the correct
> make file for Examples in the build dir?

This is actually a VTK-4.x problem.  The CMake input files to build the 
examples when you turn on BUILD_EXAMPLES were not written until recently 
in the CVS version of VTK.  Unless you want to upgrade to the current 
CVS version of VTK you'll have to build the examples individually.

-Brad



More information about the vtkusers mailing list