On Jun 22, 2010, at 8:03 PM, Ranjit Chacko wrote:
> I just tried to build pysparse 1.1.1 on my mac running snow leopard and it failed with the output below. Any ideas on how to fix this? Thanks,:
>
> In file included from /Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/unicodeobject.h:4,
> from /Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/Python.h:85,
> from Src/spmatrixmodule.c:1:
> /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
Do you have a /Developer/SDKs/MacOSX10.4u.sdk ? I don't believe it's installed by default with Xcode.
What Python are you running?
|