Re: [wxVTK] Undefined symbols
Brought to you by:
malat
|
From: Mathieu M. <mat...@gm...> - 2008-10-21 14:15:51
|
On Tue, Oct 21, 2008 at 3:52 PM, genesy genesy <ge...@gm...> wrote: > Hi, > > I compiled my VTK with VTK_USE_HYBRID=ON > and this was sufficient to fulfill the requirements. > > In linking phase I receive this: > > [ 8%] Building CXX object > CMakeFiles/wxImagePlaneWidget.dir/Sample/wxImagePlaneWidget.cxx.o > [ 16%] Building CXX object > CMakeFiles/wxImagePlaneWidget.dir/src/wxVTKRenderWindowInteractor.cxx.o > Linking CXX executable > bin/wxImagePlaneWidget.app/Contents/MacOS/wxImagePlaneWidget > /usr/bin/ld: Undefined symbols: > vtkImagePlaneWidget::SetSliceIndex(int) > vtkImagePlaneWidget::GetWindowLevel(double*) > vtkImagePlaneWidget::GetResliceOutput() > vtkImagePlaneWidget::SetSlicePosition(double) > vtkImagePlaneWidget::SetPlaneOrientation(int) > vtkImagePlaneWidget::SetResliceInterpolate(int) > vtkImagePlaneWidget::New() > vtkImagePlaneWidget::SetPicker(vtkCellPicker*) > > What is wrong ? $ cvs ci -m"COMP: fix comp on vtk 4.4" CMakeLists.txt ~/Projects/wxVTK Checking in CMakeLists.txt; /cvsroot/wxvtk/wxVTK/CMakeLists.txt,v <-- CMakeLists.txt new revision: 1.33; previous revision: 1.32 done Mailing wxv...@li...... Generating notification message... Generating notification message... done. fixed thanks ! -- Mathieu |