From feae31f3ae0b61a7e0041cd900fb3f3e6186f489 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Fri, 14 Sep 2018 10:44:28 +0200 Subject: [PATCH] #3230 creaMaracasVisu Feature New Normal - vtk8itk4wx3-mingw64 MACOS --- CMakeLists.txt | 2 ++ .../wxWindows/widgets/wxVTKRenderWindowInteractorEditContour.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b8e3d7..c74a28e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,6 +144,8 @@ INCLUDE_DIRECTORIES(/usr/lib/x86_64-linux-gnu/gtk-2.0/include/) LINK_DIRECTORIES(/usr/lib/x86_64-linux-gnu/) #JCP Ubuntu this file not found glibconfig.h, config of wxgtk goes wrong somewhere + + ADD_SUBDIRECTORY(install) ADD_SUBDIRECTORY(lib) ADD_SUBDIRECTORY(bbtk) diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVTKRenderWindowInteractorEditContour.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVTKRenderWindowInteractorEditContour.h index e09c1ce..3c46e68 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVTKRenderWindowInteractorEditContour.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVTKRenderWindowInteractorEditContour.h @@ -197,7 +197,7 @@ public: double InitialLevel; }; -class crea::wxVTKRenderWindowInteractor; +//class crea::wxVTKRenderWindowInteractor; class vtkInteractorStyle2DMaracas : public vtkInteractorStyleImage{ public: -- 2.45.1