Hi Hal, The following patch changes some of the includes for the windows compilation.
Thanks, Yael Signed-off-by: Yael Kalka <[EMAIL PROTECTED]> Index: include/opensm/osm_log.h =================================================================== --- include/opensm/osm_log.h (revision 5380) +++ include/opensm/osm_log.h (working copy) @@ -51,7 +51,9 @@ #ifndef _OSM_LOG_H_ #define _OSM_LOG_H_ +#ifndef __WIN__ #include <syslog.h> +#endif #include <complib/cl_log.h> #include <complib/cl_spinlock.h> #include <opensm/osm_base.h> Index: osmtest/include/osmtest_base.h =================================================================== --- osmtest/include/osmtest_base.h (revision 5380) +++ osmtest/include/osmtest_base.h (working copy) @@ -46,8 +46,10 @@ #ifndef _OSMTEST_BASE_H_ #define _OSMTEST_BASE_H_ -#ifndef WIN32 +#ifndef __WIN__ #include <limits.h> +#else +#include <vendor/winosm_common.h> #endif #define OSMTEST_MAX_LINE_LEN 120 _______________________________________________ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general