From: John H. <jdh...@ac...> - 2004-05-13 13:15:14
|
>>>>> "Karthikesh" == Karthikesh Raju <ka...@ja...> writes: Karthikesh> Ofcourse, numarray/arrayobject.h is at Karthikesh> /home/karthik/usr/include/python/numarray Karthikesh> What should i do next ? Well it looks like you did not turn off the BUILD_IMAGE flag - set BUILD_IMAGE = 0 and all the other BUILD_* flags except FT2FONT to 0. The instructions for how to handle arrayobject are included later in my instructions, but let's stay on target! Note that I did give you the wrong path for arrayobject in my previous email. When you get to step 8, I'm fairly certain you will need module.include_dirs.append('/home/karthik/usr/include/python') JDH |