[PD-dev] pyext 0.1.1 compilation problem (with flext-0.4.4)

Thomas Grill t.grill at gmx.net
Thu Oct 2 18:25:10 CEST 2003


Hi Jerome,

> source/bound.cpp:107: base operand of `->' has non-pointer type `t_object'
>
> Has somebody already solved a similar problem and know a solution ?

the line 107

> line 107-> object_free(px->obj);

should rather be

object_free(&px->obj);


The same applies to the similar occurence in function ClearBinding().
It has already been fixed in cvs a while ago... i'll put out a packaged
version shortly.


best greetings,
Thomas





More information about the Pd-dev mailing list