Re: [wxVTK] missing headers
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2008-10-20 12:47:23
|
On Mon, Oct 20, 2008 at 2:33 PM, genesy genesy <ge...@gm...> wrote: > Hi all, > > the first problem I met compiling the code was: > > Scanning dependencies of target wxImagePlaneWidget > [ 8%] Building CXX object > CMakeFiles/wxImagePlaneWidget.dir/Sample/wxImagePlaneWidget.cxx.o > /Users/xael/wxVTK_latest/wxVTK/Sample/wxImagePlaneWidget.cxx:29:33: error: > vtkImagePlaneWidget.h: No such file or directory Fixed: $ cvs ci -m"ENH: warn user" CMakeLists.txt ~/Projects/wxVTK Checking in CMakeLists.txt; /cvsroot/wxvtk/wxVTK/CMakeLists.txt,v <-- CMakeLists.txt new revision: 1.31; previous revision: 1.30 done Mailing wxv...@li...... Generating notification message... Generating notification message... done. > /Users/xael/wxVTK_latest/wxVTK/Sample/wxImagePlaneWidget.cxx:42:30: error: > vtkTestUtilities.h: No such file or directory > ..... > make: *** [all] Error 2 fixed $ cvs ci -m"COMP: fix for VTK 4.4 vtkTestUtilities.h / vtkRegressionTestImage.h" ~/Projects/wxVTK/Sample ? wxLeaks.cxx Checking in wxImagePlaneWidget.cxx; /cvsroot/wxvtk/wxVTK/Sample/wxImagePlaneWidget.cxx,v <-- wxImagePlaneWidget.cxx new revision: 1.8; previous revision: 1.7 done Checking in wxImageViewer.cxx; /cvsroot/wxvtk/wxVTK/Sample/wxImageViewer.cxx,v <-- wxImageViewer.cxx new revision: 1.7; previous revision: 1.6 done Checking in wxMedical3.cxx; /cvsroot/wxvtk/wxVTK/Sample/wxMedical3.cxx,v <-- wxMedical3.cxx new revision: 1.7; previous revision: 1.6 done Checking in wxVTKNotebook.h; /cvsroot/wxvtk/wxVTK/Sample/wxVTKNotebook.h,v <-- wxVTKNotebook.h new revision: 1.2; previous revision: 1.1 done confused about file wxVTKNotebook.cxx -- ignoring Mailing wxv...@li...... Generating notification message... Generating notification message... done. > I know .. I should have to post early.. but the tricks I used to turn > around didn't work as effectively as I hopped :-) > > > > SO: MacOsX 10.4.11 > xcode: 2.4.1 > gcc version: 4.0.1 > wx-config --version-full : 2.6.3.1 > VTK 4.4 Carbon > ccmake version 2.6-patch 1 > > all the best thanks, -- Mathieu |