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