It seems that the changes in r12532 cause testcompilation failures. Markus, can you provide a patch which would fixrunning "make check"?
I'll have a look. By the way, are you sure that the change you made inr12543 is correct? https://developer.gnome.org/gdk-pixbuf/stable/gdk-pixbuf-Image-Data-in-Memor y.html#gdk-pixbuf-copy This page tells me that g_object_unref would havebeen perfectly fine. Anyway, the pixbuf is allocated using"malloc", so I think "delete" is not the right solution, isit?
Your change actually looks right, I seem to have mixedsomething up here. Never mind.
I attached a little patch that makes "makecheck" work again. Note that this linker flag it not ideal, the error iscaused by the removal of the static library. The problem is just the oppositeof the one I mentioned in the merging proposal discussion: The linker doesn'tomit things, it tries to link in things twice.
Regards, Markus