[Numpy-discussion] 64-bit build woes

Fernando Perez fperez.net at gmail.com
Mon Jul 17 15:23:50 EDT 2006


On 7/17/06, Travis Oliphant <oliphant.travis at ieee.org> wrote:
> Fernando Perez wrote:
> > Hi all,
> >
> > I received this message today from a collaborator.  I don't have
> > direct access to this box, but he posted fairly detailed logs.  Has
> > anyone seen a similar issue with current code?  If not, I'll try to
> > track down further with him what the problem may actually be.
> >
>
> This looks like a problem with left-over headers and/or C-API files
> being picked up.   Make sure the old header files are deleted and he has
> a fresh install of NumPy from SVN (with the build directory deleted
> before re-building).
>
> Look in
>
> /usr/lib64/python2.3/site-packages/numpy/core/include/__multiarray_api.h
>
> to make sure there are now isolated intp references (particularly look at PyArray_New).
> If there are, then the NumPy build was not clean.

Thanks, Travis.  I just wanted to make sure it wasn't a more
widespread problem.  I'll track it down with my colleague in private
then.

Cheers,

f




More information about the NumPy-Discussion mailing list