Index: numarray-1.3.1/Include/numarray/arraybase.h =================================================================== --- numarray-1.3.1.orig/Include/numarray/arraybase.h +++ numarray-1.3.1/Include/numarray/arraybase.h @@ -24,6 +24,10 @@ #define MAXDIM 40 #define SZ_BUF 79 +#ifdef Bool +#undef Bool +#endif + typedef signed char Bool; typedef signed char Int8; typedef unsigned char UInt8;