On Dienstag 16 März 2010, Daniel Chia wrote:
> Hi Andreas,
> 
>      I've been trying to build pycuda with python 2.4, but i've run into
> a problem - SIZEOF_SIZE_T isn't defined in pyconfig.h in python 2.4.

Can you try inserting

#ifndef SIZEOF_SIZE_T
#define SIZEOF_SIZE_T sizeof(size_t)
#endif

at the top of src/wrapper/_pycuda_struct.c and see if that fixes it?

Thanks,
Andreas


Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
PyCUDA mailing list
pyc...@host304.hostmonster.com
http://host304.hostmonster.com/mailman/listinfo/pycuda_tiker.net

Reply via email to