[SciPy-user] problem building svn scipy
John Hunter
jdh2358 at gmail.com
Mon Apr 28 14:54:48 EDT 2008
On Fri, Apr 25, 2008 at 1:48 PM, Robert Kern <robert.kern at gmail.com> wrote:
> It looks like something is #defining CS to be a number. Search through
> the headers for this.
I am not sure where the _CS symbol is getting defined on my system,
but it appears that this is the case for many of the _ prefixed
symbols in this file. I was able to get the file to compile by
replacing all the leading underscore prefixes for the python array
object local declarations with _ postfix. Don't know if this is
acceptable style for scipy, but here is the patch
Thanks,
JDH
-------------- next part --------------
A non-text attachment was scrubbed...
Name: scipy.cluster.diff
Type: text/x-diff
Size: 15979 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20080428/7267e590/attachment.diff>
More information about the SciPy-User
mailing list