Re: [Numpy-discussion] Change in behavior of PyArray_BYTES(

2011-07-27 Thread Matthew Brett
Hi, On Wed, Jul 27, 2011 at 3:40 PM, Mark Wiebe wrote: > On Wed, Jul 27, 2011 at 5:35 PM, Matthew Brett > wrote: >> >> Hi, >> >> I was trying to compile matplotlib against current trunk, and hit an >> error with this line: >> >>            char* row0 = PyArray_BYTES(matrix); >> >> >> https://git

Re: [Numpy-discussion] Change in behavior of PyArray_BYTES(

2011-07-27 Thread Mark Wiebe
On Wed, Jul 27, 2011 at 5:35 PM, Matthew Brett wrote: > Hi, > > I was trying to compile matplotlib against current trunk, and hit an > error with this line: > >char* row0 = PyArray_BYTES(matrix); > > > https://github.com/matplotlib/matplotlib/blob/master/src/agg_py_transforms.cpp > > T

[Numpy-discussion] Change in behavior of PyArray_BYTES(

2011-07-27 Thread Matthew Brett
Hi, I was trying to compile matplotlib against current trunk, and hit an error with this line: char* row0 = PyArray_BYTES(matrix); https://github.com/matplotlib/matplotlib/blob/master/src/agg_py_transforms.cpp The error is: src/agg_py_transforms.cpp:30:26: error: invalid conversion