[vtkusers] vtkPointLocator2D missing from cmake-generated Makefile

Andy Cedilnik andy.cedilnik at kitware.com
Tue Nov 5 16:25:21 EST 2002


Hi Donna,

I am not entirely sure why this is the case, but the reason why
vtkPointLocator2D is not being build is because it is not written in
Common/CMakeLists.txt. I am also not sure if it will even compile after
the recent changes to VTK. I would try putting the entry in
CMakeLists.txt.

			Andy


On Tue, 2002-11-05 at 15:53, Donna Hanlon wrote:
> 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





More information about the vtkusers mailing list