From: eap Date: Tue, 1 Mar 2011 12:08:31 +0000 (+0000) Subject: 0021196: [CEA 456] Integration and merge modification for debian packages X-Git-Tag: V5_1_main_FINAL~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9cafd94f4dbf34033b5187211166560e34114d7f;p=modules%2Fkernel.git 0021196: [CEA 456] Integration and merge modification for debian packages - #undef SEEK_SET - #undef SEEK_CUR - #undef SEEK_END No idea why these are undef'd, they break the build when using OpenMPI. --- diff --git a/src/Communication_SWIG/libSALOME_Comm.i b/src/Communication_SWIG/libSALOME_Comm.i index f759381c4..6c2547d06 100644 --- a/src/Communication_SWIG/libSALOME_Comm.i +++ b/src/Communication_SWIG/libSALOME_Comm.i @@ -27,9 +27,6 @@ %{ #include "ReceiverFactory.hxx" #include "MatrixClient.hxx" - #undef SEEK_SET - #undef SEEK_CUR - #undef SEEK_END #include "SALOME_Comm_i.hxx" #include "SALOMEMultiComm.hxx" #include "SenderFactory.hxx"