[vtkusers] vtkPointLocator2D missing from cmake-generated Makefile

Donna Hanlon donna at v1.wustl.edu
Tue Nov 5 15:53:37 EST 2002


Hi,

Perhaps this has been fixed, since I am using the 10/5/2002 VTK from
cvs.  When I build VTK 4.1.1 on Linux Red Hat 6.1 with gcc-3.0.4, using
cmake 1.4, the cmake-generated Makefile omits vtkPointLocator2D, even
though the source files are in the Common subdirectory.  Is there a
switch I need to turn on to get this to be included?  My CMakeCache.txt
file included these switches:

VTK_USE_HYBRID:BOOL=ON
VTK_USE_PATENTED:BOOL=ON
VTK_USE_RENDERING:BOOL=ON
VTK_WRAP_TCL:BOOL=OFF
VTK_WRAP_PYTHON:BOOL=ON
VTK_USE_FREETYPE:BOOL=ON
VTK_BUILD_PYTHON_EXECUTABLE:BOOL=ON

bash$ for file in *.cxx ; do newfile=`echo $file | sed 's/.cxx$/.o/g'` ;
if [ ! -f $newfile ] ; then echo $file ; fi ; done
vtkJavaUtil.cxx
vtkPointLocator2D.cxx
vtkProcessStatistics.cxx
vtkTclUtil.cxx
vtkWin32OutputWindow.cxx
vtkWinCE.cxx

Donna



More information about the vtkusers mailing list