Index: matplotlib-0.98.3/src/_backend_gdk.c =================================================================== --- matplotlib-0.98.3.orig/src/_backend_gdk.c 2009-01-14 20:01:51.000000000 +0100 +++ matplotlib-0.98.3/src/_backend_gdk.c 2009-01-14 20:01:57.000000000 +0100 @@ -28,7 +28,7 @@ PyGObject *py_pixbuf; GdkPixbuf *gdk_pixbuf; PyArrayObject *array; - npy_intp dims[3] = { 0, 0, 3 }; + int dims[3] = { 0, 0, 3 }; if (!PyArg_ParseTuple(args, "O!:pixbuf_get_pixels_array", &PyGdkPixbuf_Type, &py_pixbuf))