From: eap Date: Tue, 1 Mar 2011 12:41:34 +0000 (+0000) Subject: 0021196: [CEA 456] Integration and merge modification for debian packages X-Git-Tag: Start_BR_19998_21191~43 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=441abe62d68a6c97159d4271d05eeef1b4106fbb;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"