From 57e94ecf4ab938f30a8da9db37636060c9097c7d Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 22 Mar 2012 11:53:10 +0000 Subject: [PATCH] Win32 compilation. --- src/Container/SALOME_ContainerManager.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Container/SALOME_ContainerManager.cxx b/src/Container/SALOME_ContainerManager.cxx index fb3a1f933..d5c5556b2 100644 --- a/src/Container/SALOME_ContainerManager.cxx +++ b/src/Container/SALOME_ContainerManager.cxx @@ -508,7 +508,9 @@ SALOME_ContainerManager::LaunchContainer(const Engines::ContainerParameters& par // Error on resource - cannot launch commands INFOS("[LaunchContainer] Cannot launch commands on machine " << hostname); INFOS("[LaunchContainer] Command was " << command); +#ifndef WIN32 INFOS("[LaunchContainer] Command status is " << WEXITSTATUS(status)); +#endif return Engines::Container::_nil(); } } -- 2.39.2