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
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
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