[SciPy-User] error compiling csr_wrap in sparsetools

Barry Olddog oldcanine at yahoo.com
Wed Oct 6 09:30:05 EDT 2010


----- Original Message ----

> From: Pauli Virtanen <pav at iki.fi>
> To: scipy-user at scipy.org
> Sent: Wed, October 6, 2010 5:02:30 AM
> Subject: Re: [SciPy-User] error compiling csr_wrap in sparsetools
> 
> Tue, 05 Oct 2010 22:05:03 -0700, Barry Olddog wrote:
> > I'm trying to build  scipy 0.8 in python 2.7 on a centos 5.5 machine, but
> > failing when I get  to csr_wrap. Searching shows this error has been
> > around for a while, but  I never found a solution.
> > 
> > Specifically, I it's an error and two  warnings:
> > 
> > scipy/sparse/sparsetools/csr_wrap.cxx: In function  'int
> > require_size(PyArrayObject*, npy_intp*, int)':
> >  scipy/sparse/sparsetools/csr_wrap.cxx:2910: error: expected `)' before
> >  'PRIdPTR' scipy/sparse/sparsetools/csr_wrap.cxx:2910: warning: spurious
> >  trailing '%' in format
> > scipy/sparse/sparsetools/csr_wrap.cxx:2910:  warning: too many arguments
> > for format
> [clip]
> 
> That should be  fixed by r6645 in  SVN.
> 
> 

Thanks! That did it.


      



More information about the SciPy-User mailing list