Hans-Christoph Steiner wrote:
It seems that PiDiP was written for libMagick 5, and now with libMagick 6.1.8, there no longer is a XWindowByProperty() function. So PiDiP doesn't compile on Mac OS X with Fink libs.
Any chance of this getting updated?
.hc
"Terrorism is not an enemy. It cannot be defeated. It's a tactic. It's about as sensible to say we declare war on night attacks and expect we're going to win that war. We're not going to win the war on terrorism."
- retired U.S. Army general, William Odom
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hi,
you're right, ther's a little bug, i thought this function has been put apart since version 6.1.9
so you should change in pdp_capture.c :
#if MagickLibVersion >= 0x619 #include "../include/xwindow-private.h" #endif
#if MagickLibVersion >= 0x618 #include "../include/xwindow-private.h" #endif
i'll do it in the official tarball.
saludos, sevy