]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
*** empty log message ***
authoradam <adam>
Mon, 19 Apr 2010 15:13:46 +0000 (15:13 +0000)
committeradam <adam>
Mon, 19 Apr 2010 15:13:46 +0000 (15:13 +0000)
src/GEOMGUI/GeometryGUI.cxx
src/GEOMGUI/Makefile.am

index 8dac74aa04f2457137011e254860d49a4966b509..ee4a49a39591b0bb436b1528562c8e66977d5d84 100644 (file)
@@ -23,6 +23,7 @@
 // File   : GeometryGUI.cxx
 // Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
 //
+#include <Standard_math.hxx>  // E.A. must be included before Python.h to fix compilation on windows
 #include "Python.h"
 #include "GeometryGUI.h"
 #include "GeometryGUI_Operations.h"
index 331483c78ae99c9fa56cc590281614d06e315b41..77e1f407416aba190ed76133c913104e2fc4a612 100644 (file)
@@ -80,6 +80,7 @@ libGEOM_la_CPPFLAGS =                         \
        -I$(top_builddir)/idl
 
 libGEOM_la_LDFLAGS =                                           \
+       $(PYTHON_LIBS)                                          \
        ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
        ../GEOMClient/libGEOMClient.la                          \
        ../OBJECT/libGEOMObject.la                              \