From 288f498831f3f0fb012bf914f8bae32a7e76a0eb Mon Sep 17 00:00:00 2001 From: abd Date: Thu, 10 Aug 2006 07:13:22 +0000 Subject: [PATCH] Fix compilation on LInux --- src/BasicGUI/Makefile.in | 3 ++- src/BlocksGUI/BlocksGUI_TrsfDlg.h | 2 -- src/BlocksGUI/GEOM_BlocksGUI.hxx | 2 +- src/GEOMBase/Makefile.in | 3 ++- src/GEOMGUI/Makefile.in | 3 ++- src/GEOM_I/Makefile.in | 3 ++- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/BasicGUI/Makefile.in b/src/BasicGUI/Makefile.in index 83f50ff0e..e5fb2cec1 100644 --- a/src/BasicGUI/Makefile.in +++ b/src/BasicGUI/Makefile.in @@ -35,7 +35,8 @@ VPATH=.:@srcdir@:@top_srcdir@/idl @COMMENCE@ # header files -EXPORT_HEADERS= BasicGUI_PointDlg.h +EXPORT_HEADERS= BasicGUI_PointDlg.h \ + GEOM_BasicGUI.hxx # Libraries targets LIB = libBasicGUI.la diff --git a/src/BlocksGUI/BlocksGUI_TrsfDlg.h b/src/BlocksGUI/BlocksGUI_TrsfDlg.h index fdc053637..7508c8e48 100644 --- a/src/BlocksGUI/BlocksGUI_TrsfDlg.h +++ b/src/BlocksGUI/BlocksGUI_TrsfDlg.h @@ -29,8 +29,6 @@ #include "GEOM_BlocksGUI.hxx" -#include "GEOM_BasicGUI.hxx" - #include "GEOMBase_Skeleton.h" class DlgRef_SpinBox; diff --git a/src/BlocksGUI/GEOM_BlocksGUI.hxx b/src/BlocksGUI/GEOM_BlocksGUI.hxx index 4471a8a61..83f6cbc64 100755 --- a/src/BlocksGUI/GEOM_BlocksGUI.hxx +++ b/src/BlocksGUI/GEOM_BlocksGUI.hxx @@ -41,7 +41,7 @@ #endif #endif #else - #define GEOM_BASICGUI_EXPORT + #define GEOM_BLOCKSGUI_EXPORT #endif #endif diff --git a/src/GEOMBase/Makefile.in b/src/GEOMBase/Makefile.in index 070f91945..b3c750a77 100644 --- a/src/GEOMBase/Makefile.in +++ b/src/GEOMBase/Makefile.in @@ -41,7 +41,8 @@ LIB = libGEOMBase.la EXPORT_HEADERS= GEOMBase.h \ GEOMBase_Skeleton.h \ GEOMBase_Helper.h \ - GEOM_Operation.h + GEOM_Operation.h \ + GEOM_GEOMBase.hxx LIB_SRC = GEOMBase.cxx \ GEOMBase_Skeleton.cxx \ diff --git a/src/GEOMGUI/Makefile.in b/src/GEOMGUI/Makefile.in index 3e8dd2114..473e562c1 100644 --- a/src/GEOMGUI/Makefile.in +++ b/src/GEOMGUI/Makefile.in @@ -47,7 +47,8 @@ EXPORT_HEADERS= GeometryGUI.h \ GEOMGUI_OCCSelector.h \ GEOMGUI_Selection.h \ GeometryGUI_Swig.hxx \ - GeometryGUI_Swig.i + GeometryGUI_Swig.i \ + GEOM_GEOMGUI.hxx # Libraries targets LIB = libGEOM.la diff --git a/src/GEOM_I/Makefile.in b/src/GEOM_I/Makefile.in index dd6cdcf89..ef367ca48 100644 --- a/src/GEOM_I/Makefile.in +++ b/src/GEOM_I/Makefile.in @@ -81,7 +81,8 @@ EXPORT_HEADERS = GEOM_Object_i.hh \ GEOM_ITransformOperations_i.hh \ GEOM_IMeasureOperations_i.hh \ GEOM_IGroupOperations_i.hh \ - GEOM_Gen_i.hh + GEOM_Gen_i.hh \ + GEOM_GEOM_I.hxx # additionnal information to compil and link file CPPFLAGS += $(OCC_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) -- 2.39.2