[vtkusers] Question on building examples...
    Venkatanand Venkatachalapathy 
    venkat at sci.utah.edu
       
    Tue Oct  1 15:21:56 EDT 2002
    
    
  
Hi,
I am installing vtk and wanted to setup the examples.
I used ccmake and turned the examples option to "ON"
and then i did cmake and gmake in my build directory.
But at the end of this,
I am not getting any executables under the examples in my build directory.
I got the following warnings during "gmaking":
--------------------------------------------------------
[venkat at bugs ~...vtk/vtkbuild]% gmake
Makefile:181: warning: overriding commands for target 
`default_target_Examples'
Makefile:141: warning: ignoring old commands for target 
`default_target_Examples'
Makefile:283: warning: overriding commands for target `clean_Examples'
Makefile:243: warning: ignoring old commands for target `clean_Examples'
Makefile:385: warning: overriding commands for target `depend_Examples'
Makefile:345: warning: ignoring old commands for target `depend_Examples'
Makefile:487: warning: overriding commands for target `install_Examples'
Makefile:447: warning: ignoring old commands for target `install_Examples'
Makefile:181: warning: overriding commands for target 
`default_target_Examples'
Makefile:141: warning: ignoring old commands for target 
`default_target_Examples'
Makefile:283: warning: overriding commands for target `clean_Examples'
Makefile:243: warning: ignoring old commands for target `clean_Examples'
Makefile:385: warning: overriding commands for target `depend_Examples'
Makefile:345: warning: ignoring old commands for target `depend_Examples'
Makefile:487: warning: overriding commands for target `install_Examples'
Makefile:447: warning: ignoring old commands for target `install_Examples'
Makefile:181: warning: overriding commands for target 
`default_target_Examples'
Makefile:141: warning: ignoring old commands for target 
`default_target_Examples'
Makefile:283: warning: overriding commands for target `clean_Examples'
Makefile:243: warning: ignoring old commands for target `clean_Examples'
Makefile:385: warning: overriding commands for target `depend_Examples'
Makefile:345: warning: ignoring old commands for target `depend_Examples'
Makefile:487: warning: overriding commands for target `install_Examples'
Makefile:447: warning: ignoring old commands for target `install_Examples'
cmake.depends is up-to-date
Makefile:181: warning: overriding commands for target 
`default_target_Examples'
Makefile:141: warning: ignoring old commands for target 
`default_target_Examples'
Makefile:283: warning: overriding commands for target `clean_Examples'
Makefile:243: warning: ignoring old commands for target `clean_Examples'
Makefile:385: warning: overriding commands for target `depend_Examples'
Makefile:345: warning: ignoring old commands for target `depend_Examples'
Makefile:487: warning: overriding commands for target `install_Examples'
Makefile:447: warning: ignoring old commands for target `install_Examples'
----------------------------------------------------------------------------
Can someone tell me what i should do ?
I am also including my ccmake options below:
                                                
 BUILD_EXAMPLES                   ON
 BUILD_SHARED_LIBS                OFF
 BUILD_TESTING                    ON
 CMAKE_CXX_FLAGS
 CMAKE_C_FLAGS
 CMAKE_INSTALL_PREFIX             /usr/local
 DART_ROOT                        NOTFOUND
 VTK_DATA_ROOT                    NOTFOUND
 VTK_USE_ANSI_STDLIB              OFF
 VTK_USE_HYBRID                   OFF
 VTK_USE_PARALLEL                 OFF
 VTK_USE_PATENTED                 OFF
 VTK_USE_RENDERING                ON
 VTK_USE_VOLUMEPRO                OFF
 VTK_WRAP_JAVA                    OFF
 VTK_WRAP_PYTHON                  OFF
 VTK_WRAP_TCL                     OFF
---------------------------------------------------------------------
Thanks
Venkat
    
    
More information about the vtkusers
mailing list